Exemplo n.º 1
0
        public static void Run(object sender, EventArgs e)
        {
            RoShamBo game = new RoShamBo();

            game.Start();
            Console.Clear();
        }
Exemplo n.º 2
0
        static void Main(string[] args)
        {
            RoShamBo game = new RoShamBo();

            game.Start();
        }