Esempio n. 1
0
        public Program()
        {
            var earth = new Earth(Vector2D.Half);

            new Command(Command.Click, () => earth.IsActive = !earth.IsActive);
        }
Esempio n. 2
0
		public Program()
		{
			var earth = new Earth(Vector2D.Half);
			new Command(Command.Click, () => earth.IsActive = !earth.IsActive);
		}