This commit is contained in:
10
Form1.cs
10
Form1.cs
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user