Exemplo n.º 1
0
		public frmDemo()
		{
			//
			// Required for Windows Form Designer support
			//
			InitializeComponent();

			theDemo = new DemoController();
			showInfoTextDelegate = new DemoController.ShowInfoTextDelegate(ShowInfoText);

			SetAU2PixelScale();
			COLOUR_EARTH = Color.CornflowerBlue;
			COLOUR_MARS = Color.RosyBrown;
			COLOUR_SAT = Color.BlanchedAlmond;
			COLOUR_SUN = Color.Goldenrod;
		}
Exemplo n.º 2
0
        public frmDemo()
        {
            //
            // Required for Windows Form Designer support
            //
            InitializeComponent();

            theDemo = new DemoController();
            showInfoTextDelegate = new DemoController.ShowInfoTextDelegate(ShowInfoText);

            SetAU2PixelScale();
            COLOUR_EARTH = Color.CornflowerBlue;
            COLOUR_MARS  = Color.RosyBrown;
            COLOUR_SAT   = Color.BlanchedAlmond;
            COLOUR_SUN   = Color.Goldenrod;
        }