예제 #1
0
 public AccountMgr()
 {
     if (Instance == null)
         Instance = this;
 }