コード例 #1
0
ファイル: Chart.cs プロジェクト: Purhap/cvsTool
 public Chart(PersonForm p, PersonControllor _controllor)
 {
     parent           = p;
     controllor       = _controllor;
     historyDataTable = new DataTable();
     drawDt           = new DataTable();
     InitializeComponent();
     this.chart1.Location = new Point(5, 40);
     this.chart1.Size     = new Size(1100, 600);
     onInit();
 }
コード例 #2
0
        public PersonForm()
        {
            InitializeComponent();

            view = this;
        }