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