private void button_logout_Click(object sender, EventArgs e) { LastLoginSuccess = false; VRCApi.ClearCookie(); OnLogin(); }