Ejemplo n.º 1
0
        public CompileItCLI(ICompileItGame game)
        {
            _game = game;

            Utility.PlaySound("trumpet.wav");

            DisplaySplashScreen();
        }
Ejemplo n.º 2
0
 public CompileItController(ICompileItGame game)
 {
     _game = game;
 }