Example #1
0
 public static CoreFilesystem GetInstance()
 {
     if (instance == null)
     {
         instance = new CoreFilesystem();
     }
     return(instance);
 }
 public static CoreFilesystem GetInstance()
 {
     if (instance == null)
         instance = new CoreFilesystem ();
     return instance;
 }