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; }
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; }