예제 #1
0
 public User(String name)
 {
     this.Username            = name;
     this.consoleNotification = new ConsoleNotification();
 }