-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
Hi, I have been experiencing an issue with this library where I will become stuck on this screen (https://cdn.upload.systems/uploads/1aHnmwEO.png) for an extremely long period of time (I left it and did something else for an hour, came back and it was still this screen).
My code:
private void button2_Click(object sender, EventArgs e)
{
MicrosoftLoginForm loginForm = new MicrosoftLoginForm();
MSession session = loginForm.ShowLoginDialog();
if (session != null) {
MessageBox.Show("Login success : " + session.Username);
LauncherForm launcherGui = new LauncherForm();
launcherGui.session = session;
launcherGui.Show();
this.Close();
} else {
MessageBox.Show("Failed to login");
}
}Thank you for any help :)
Metadata
Metadata
Assignees
Labels
No labels