Removing debug from MainForm

This commit is contained in:
Usman Shafiq
2022-03-23 22:29:42 -04:00
parent 2e88c97178
commit fd360ef9f9
2 changed files with 7 additions and 45 deletions

View File

@@ -169,15 +169,5 @@ namespace VRCX
{
Application.Exit();
}
private void button1_Click(object sender, EventArgs e)
{
WinformThemer.SetGlobalTheme(1);
}
private void button2_Click(object sender, EventArgs e)
{
WinformThemer.SetGlobalTheme(0);
}
}
}