コード例 #1
0
 public GenerateProject()
 {
     InitializeComponent();
     RecevierOfViewModel = new GenerateProjectDialogViewModel();
 }
コード例 #2
0
 public ExportLicenseText()
 {
     InitializeComponent();
     RecevierOfViewModel = new ExportLicenseTextViewModel();
     SetValueOfInputItemsIntoForm();
 }