Example #1
0
 private void StartupTimer_Tick(object sender, EventArgs e)
 {
     StartupTimer.Enabled = false;
     Instruments          = new InstrumentPanel();
     Instruments.Location = this.Location;
     Instruments.Location.Offset(new Point(0, 483));
     Instruments.Show();
     Settings          = new ControlPanel();
     Settings.Location = this.Location;
     Settings.Location.Offset(new Point(594, 0));
     Settings.Show();
     StartupTimer.Dispose();
 }
 private void StartupTimer_Tick(object sender, EventArgs e)
 {
     StartupTimer.Enabled = false;
     Instruments = new InstrumentPanel();
     Instruments.Location = this.Location;
     Instruments.Location.Offset(new Point(0, 483));
     Instruments.Show();
     Settings = new ControlPanel();
     Settings.Location = this.Location;
     Settings.Location.Offset(new Point(594, 0));
     Settings.Show();
     StartupTimer.Dispose();
 }