Example #1
0
 static public frmCalculator Instance()
 {
     if (fc == null || fc.IsDisposed)
     {
         fc = new frmCalculator();
     }
     return(fc);
 }
Example #2
0
 private frmCalculator()
 {
     fc = this;
     InitializeComponent();
 }