Пример #1
0
 private void timer1_Tick(object sender, System.EventArgs e)
 {
     ConnectionProgress.PerformStep();
     if (ConnectionProgress.Value == ConnectionProgress.Maximum)
     {
         StriveWindowState = ConnectionWindowState.NotConnected;
     }
 }
Пример #2
0
		private void timer1_Tick(object sender, System.EventArgs e) {
			ConnectionProgress.PerformStep();
			if ( ConnectionProgress.Value == ConnectionProgress.Maximum ) {
				StriveWindowState = ConnectionWindowState.NotConnected;
			}
		}