コード例 #1
0
 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();
 }