コード例 #1
0
 public MainWindowViewModel()
 {
     ShowInGitHubCommand = new Command(() => Process.Start("https://github.com/RolandPheasant"));
     Employees           = new EmployeesViewModel(new EmployeeService());
 }
コード例 #2
0
 public MainWindowViewModel()
 {
     ShowInGitHubCommand = new Command(() => Process.Start("https://github.com/RolandPheasant"));
     Employees = new EmployeesViewModel(new EmployeeService());
 }