Example #1
0
 // this returns the singleton instance.
 public static PayslipsFileManager getInstance()
 {
     if (instance == null)
     {
         instance = new PayslipsFileManager();
     }
     return instance;
 }
Example #2
0
 // this returns the singleton instance.
 public static PayslipsFileManager getInstance()
 {
     if (instance == null)
     {
         instance = new PayslipsFileManager();
     }
     return(instance);
 }