작업 조건 분석 기능 개발
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
#define Graph_And_Chart_PRO
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
|
||||
namespace ChartAndGraph
|
||||
{
|
||||
public interface IInternalSettings
|
||||
{
|
||||
event EventHandler InternalOnDataUpdate;
|
||||
event EventHandler InternalOnDataChanged;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user