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