コード例 #1
0
ファイル: Create.xaml.cs プロジェクト: Ocph23/trireksaapps
 public Create()
 {
     InitializeComponent();
     this.viewmodel   = new Contents.ManifestOutgoing.ManifestOutGoingCreateVM();
     this.DataContext = viewmodel;
 }