示例#1
0
      public StartUi()
      {
          this.ti = new CToyInterpreter();
          //
          // The InitializeComponent() call is required for Windows Forms designer support.
          //
          InitializeComponent();

          //
          // TODO: Add constructor code after the InitializeComponent() call.
          //
      }
示例#2
0
 public UI()
 {
     this.ti = new CToyInterpreter();
 }