예제 #1
0
파일: Program.cs 프로젝트: ryanb96/Cards
 static private void Wait()
 {
     waiting.Update("Waiting for other players to join the game...");
     waiting.ShowDialog();
 }