Example #1
0
 public ExitMenuCommand(ITheaterApplicationHost appHost)
 {
     ExecuteCommand = new RelayCommand(arg => appHost.Shutdown());
 }