コード例 #1
0
 /// <summary>
 /// Constructor
 /// </summary>
 public MainPageViewModel()
 {
     CheckDoorCommand = new CheckDoorCommand(this);
 }
コード例 #2
0
 /// <summary>
 /// Constructor create commands
 /// </summary>
 public MainViewModel()
 {
     CheckDoor = new CheckDoorCommand(this);
     SetupHub  = new SetupHubCommand(this);
 }