Beispiel #1
0
 public static User GetInstance()
 {
     if (sInstance == null)
     {
         sInstance = new User();
     }
     return sInstance;
 }