public Functions()
 {
     this.Model = new DataModel();
     this.CSharpModel = new CSharpModel();
     this.InitializeComponent();
     InitializeValues();
 }
예제 #2
0
파일: Functions.xaml.cs 프로젝트: ice0/test
 public Functions()
 {
     this.Model       = new DataModel();
     this.CSharpModel = new CSharpModel();
     this.InitializeComponent();
     InitializeValues();
 }