コード例 #1
0
ファイル: Program.cs プロジェクト: ryanb96/Cards
 static private void Wait()
 {
     waiting.Update("Waiting for other players to join the game...");
     waiting.ShowDialog();
 }