private void BtnResetSettings_Click(object sender, EventArgs e)
        {
            if (applicationLogic == null)
            {
                return;
            }

            applicationLogic.ResetSettings();
        }
        private void BtnResetSettings_Click(object sender, EventArgs e)
        {
            if (applicationLogic == null)
            {
                return;
            }

            applicationLogic.ResetSettings();
            pnlDevices.Controls.Clear();
        }
Ejemplo n.º 3
0
 private void BtnResetSettings_Click(object sender, EventArgs e)
 {
     applicationLogic.ResetSettings();
 }