示例#1
0
 public static frmFactura GetInstance()
 {
     if (_instancia == null)
         _instancia = new frmFactura();
     return _instancia;
 }