Exemplo n.º 1
0
 public static Process GetInstance()
 {
     if (objSelf == null)
     {
         objSelf = new Process();
     }
     return objSelf;
 }
Exemplo n.º 2
0
 private PlateLoc()
 {
     DipTool = Process.GetInstance();
 }
Exemplo n.º 3
0
 private RecoChar()
 {
     dipTools = Process.GetInstance();
     Lib = new FontStru();
     LoadMaster();
 }