Example #1
0
 public static DialogResult ShowUpdate(GUI owner)
 {
     if (LyraUpdate.lyraUpdate == null)
     {
         LyraUpdate.lyraUpdate = new LyraUpdate();
     }
     return LyraUpdate.lyraUpdate.ShowDialog(owner);
 }
Example #2
0
 /// <summary>
 /// Clean up any resources being used.
 /// </summary>
 protected override void Dispose(bool disposing)
 {
     LyraUpdate.lyraUpdate = null;
     if (disposing)
     {
         if (components != null)
         {
             components.Dispose();
         }
     }
     base.Dispose(disposing);
 }