Ejemplo n.º 1
0
 public UserProfile(string username)
 {
     InitializeComponent();
     ui = new UserProfileUI(this, username);
 }
Ejemplo n.º 2
0
 public UserProfile()
 {
     InitializeComponent();
     ui = new UserProfileUI(this);
 }