Exemplo n.º 1
0
 public Menu(MainWindow login_form, MapuaSurveyBot.bot user_bot)
 {
     this.login_form = login_form;
     this.user_bot   = user_bot;
     InitializeComponent();
     this.textBlock_Username.Text = "Welcome, " + user_bot.Get_Username();
     isRead = false;
 }
Exemplo n.º 2
0
 public Menu(LoginForm login_form, MapuaSurveyBot.bot user_bot)
 {
     this.login_form = login_form;
     this.user_bot   = user_bot;
     InitializeComponent();
     labelName.Text = "Welcome, " + user_bot.Get_Username();
     isRead         = false;
 }