Пример #1
0
        public Program()
        {
            var earth = new Earth(Vector2D.Half);

            new Command(Command.Click, () => earth.IsActive = !earth.IsActive);
        }
Пример #2
0
		public Program()
		{
			var earth = new Earth(Vector2D.Half);
			new Command(Command.Click, () => earth.IsActive = !earth.IsActive);
		}