예제 #1
0
파일: User.cs 프로젝트: junzheng/YF17A
 public static User GetInstance()
 {
     if (sInstance == null)
     {
         sInstance = new User();
     }
     return sInstance;
 }