Esempio n. 1
0
 public UserAccount(string username)
 {
     InitializeComponent();
     ui = new UserAccountUI(this, username);
 }
Esempio n. 2
0
 public UserAccount()
 {
     InitializeComponent();
     ui = new UserAccountUI(this);
 }