public Functions()
 {
     this.Model = new DataModel();
     this.CSharpModel = new CSharpModel();
     this.InitializeComponent();
     InitializeValues();
 }
示例#2
0
 public Functions()
 {
     this.Model       = new DataModel();
     this.CSharpModel = new CSharpModel();
     this.InitializeComponent();
     InitializeValues();
 }