Пример #1
0
 /// <summary>
 /// The main entry point for the application.
 /// </summary>
 static void Main(string[] args)
 {
     using (DominoGame game = new DominoGame())
     {
         game.Run();
     }
 }
Пример #2
0
 public void set_game(DominoGame.InterfaceDomino pointer)
 {
     this.pointer = pointer;
 }