Ejemplo n.º 1
0
 public static ReminderStorage GetInstance()
 {
     if (_instance == null)
     {
         _instance = new ReminderStorage();
     }
     return(_instance);
 }