예제 #1
0
 public static Accounts GetInstance()
 {
     return(accounts == null ? accounts = new Accounts() : accounts);
 }