This commit is contained in:
2014-10-22 04:23:12 +00:00
parent e0f388cbee
commit 95bad8bf10
6 changed files with 2676 additions and 1215 deletions

View File

@@ -44,6 +44,16 @@ namespace WebChecker
Log("=== App Launch ===");
}
private void Form1_Load(object sender, EventArgs e)
{
this.WindowState = FormWindowState.Minimized;
}
private void Form1_Shown(object sender, EventArgs e)
{
this.Hide();
}
void Alert(string message)
{
this.Show();