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

            _game = ServiceManager.Instance.GetService<PaintWithMeGame>(ServiceType.Game);
        }