コード例 #1
0
ファイル: Form1.cs プロジェクト: NonatoLagunas/AP_GPSR_2015
 private void frmActionPlanner_Load(object sender, EventArgs e)
 {
     this.Text = "HAL9000    Non-Mechatronic Version";
     this.dlgStatusChangedEH = new HAL9000StatusChangedEventHandler(this.hal9000Brain_HAL9000StatusChangeg);
     this.hal9000Brain.HAL9000StatusChangeg += this.dlgStatusChangedEH;
     this.hal9000Brain.BecomeAware();
     this.propertyGrid1.SelectedObject = this.hal9000Brain;
 }
コード例 #2
0
ファイル: Form1.cs プロジェクト: NonatoLagunas/ActionPlanner
 private void frmActionPlanner_Load(object sender, EventArgs e)
 {
     this.Text = "HAL9000    Non-Mechatronic Version";
     this.dlgStatusChangedEH = new HAL9000StatusChangedEventHandler(this.hal9000Brain_HAL9000StatusChangeg);
     this.hal9000Brain.HAL9000StatusChangeg += this.dlgStatusChangedEH;
     this.hal9000Brain.BecomeAware();
     this.propertyGrid1.SelectedObject = this.hal9000Brain;
 }