Пример #1
0
 public UserAccount(string username)
 {
     InitializeComponent();
     ui = new UserAccountUI(this, username);
 }
Пример #2
0
 public UserAccount()
 {
     InitializeComponent();
     ui = new UserAccountUI(this);
 }