Exemple #1
0
 private void Launcher_Shown(object sender, EventArgs e)
 {
     CHCKUPD.Text = "Checking for updates...";
     WhenStart.Start();
 }
Exemple #2
0
 private void WhenStart_Tick(object sender, EventArgs e)
 {
     WhenStart.Stop();
     CHCKUPD.Text = "Update found! downloading...";
     doIT();
 }
Exemple #3
0
 protected virtual void Start()
 {
     WhenStart?.Invoke();
 }