コード例 #1
0
ファイル: MainWindow.xaml.cs プロジェクト: YaremaVuyiv/Domino
 private void PassButton_Click(object sender, RoutedEventArgs e)
 {
     if (_logicService.IsBankEmpty())
     {
         _aIService.StartTurn();
         RefreshAllItemSources();
     }
 }