="justify"> # endregion
# region Add/Delete Programm (label6.Text == "Choose necessary program")
{(textBox1.Text.Length == 0)// Перевірка обрана чи програма
{. Show ("Please choose necessary program", "Error");;
} (radioButton1.Checked == true)// Перевірка на обрану дію
{(CheckCondition (textBox1.Text) == false)// Перевірка на наявність у файлі
{
// Додавання програми у файл ("Programm", textBox1.Text);
}
{. Show ("This programm already exists in the database", "Error");;
}
}
{(CheckCondition (textBox1.Text) == true)// Перевірка на наявність у файлі
{
// Видалення програми з файлу ("Programm", textBox1.Text);
}
{. Show ("This Programm not exists in the database", "Error");;
}
}. ReadOnly = false;. BorderStyle = BorderStyle.None;
}
# endregion (false);. Enabled = false;
} void label7_Click (object sender, EventArgs e)
{(false);. ReadOnly = false;. BorderStyle = BorderStyle.None;. Enabled = false;
} void label8_Click (object sender, EventArgs e)
{();
} void Form1_FormClosing (object sender, FormClosingEventArgs e)
{(reboot == 1)// Перевірка чи були введені зміни в список фільтрів
{result = MessageBox.Show ("If you close this application without rebooting the filter, it will refresh after this program restarts. Do you want to reboot the filter now?", "Do you want to reboot the filter now? ", MessageBoxButtons.YesNo, MessageBoxIcon.Question); (result == DialogResult.Yes)
{
{. Diagnostics.Process proc = new System.Diagnostics.Process ();. StartInfo.FileName = FilterAdress;. Start () ;//Запуск консольного пріложенія.Close ();. Show (" ; The filter successfully rebooted "," Reboot filter ", MessageBoxButtons.OK, MessageBoxIcon.Information);
} (Exception ex)
{. Show (ex.ToString (), "Reboot filter", MessageBoxButtons.OK, MessageBoxIcon.Error);
}
}
}
} void label9_Click (object sender, EventArgs e)
{
{. Diagnostics.Process proc = new System.Diagnostics.Process ();. StartInfo.FileName = FilterAdress;. StartInfo.Arguments = "Yes";
proc.Start () ;//Запуск консольного пріложенія.Close ();
MessageBox.Show ("The filter succe...