Example #1
0
 public static LabelMailingReport GetInstance()
 {
     if (singleton == null)
     {
         singleton = new LabelMailingReport();
     }
     return(singleton);
 }
Example #2
0
 private void LabelMailingReport_FormClosed(object sender, FormClosedEventArgs e)
 {
     singleton = null;
 }