Ejemplo n.º 1
0
 public static DllManager getInstance(string FileDirectoryPath, string DLLPath)
 {
     if (instance == null)
     {
         instance = new DllManager(FileDirectoryPath, DLLPath);
     }
     return(instance);
 }
Ejemplo n.º 2
0
 public static DllManager getInstance(string FileDirectoryPath, string DLLPath)
 {
     if (instance == null)
     {
         instance = new DllManager(FileDirectoryPath, DLLPath);
     }
     return instance;
 }