using DPumpHydr.WinFrmUI.RLT; using DPumpHydr.WinFrmUI.RLT.Controls; using System; namespace DPumpHydr.DesktopMain { public partial class LoginFrm : DPumpHydr.WinFrmUI.RLT.Forms.CrownForm { public LoginFrm() { InitializeComponent(); } private void MaterialLabel1_Click(object sender, EventArgs e) { //hopeSwitch1.Checked = !hopeSwitch1.Checked; } private void materialButton1_Click(object sender, EventArgs e) { this.Close(); } private void materialButton2_Click(object sender, EventArgs e) { this.Close(); } } }