Exemplo n.º 1
0
 public static CoreFilesystem GetInstance()
 {
     if (instance == null)
     {
         instance = new CoreFilesystem();
     }
     return(instance);
 }
Exemplo n.º 2
0
 public static CoreFilesystem GetInstance()
 {
     if (instance == null)
         instance = new CoreFilesystem ();
     return instance;
 }