コード例 #1
0
 private void Form1_Load(object sender, EventArgs e)
 {
     checkUpdate();
     label16.Text = "Build: " + currentVersion;
     updateGenresAndSoundbytes();
     if (Properties.Settings.Default.autoLogin == true)
     {
         TwitchAuthForm twitchAuth = new TwitchAuthForm(this);
         twitchAuth.Show();
         checkBox1.Checked = true;
     }
 }
コード例 #2
0
 private void button4_Click(object sender, EventArgs e)
 {
     TwitchAuthForm twitchAuth = new TwitchAuthForm(this);
     twitchAuth.Show();
 }