Example #1
0
 /// <summary>
 /// Executed when an Exception is raised by the GeneratorManager.
 /// </summary>
 /// <param name="sender"></param>
 /// <param name="e"></param>
 void GeneratorManager_OnException(object sender, GeneratorOnExceptionEventArgs e)
 {
     this.ManageException(e.Exception);
 }
 /// <summary>
 /// Executed when <see cref="GeneratorManager"/> fires an OnException event
 /// </summary>
 /// <param name="sender"></param>
 /// <param name="e"></param>
 void GeneratorManager_OnException(object sender, GeneratorOnExceptionEventArgs e)
 {
     this.Close();
 }