Esempio n. 1
0
 /// <summary>
 /// Handles the RunWorkerCompleted event of the bgw control.
 /// </summary>
 /// <param name="sender">The source of the event.</param>
 /// <param name="e">The <see cref="System.ComponentModel.RunWorkerCompletedEventArgs"/> instance containing the event data.</param>
 private void bgw_RunWorkerCompleted(object sender, RunWorkerCompletedEventArgs e)
 {
     this.frmMain.Show();
     DatabaseIOFactory.AppLoading = false;
     MovieDBFactory.InvokeDatabaseChanged(new EventArgs());
     this.Hide();
 }