* Added Logger and Exception manager

* Added autocreate database if not exists
This commit is contained in:
CMS4390\marantalu
2017-12-05 17:21:10 +01:00
parent 1e56f6e6d3
commit 2b9f74a1b2
39 changed files with 4892 additions and 116 deletions
+1 -1
View File
@@ -71,7 +71,7 @@
this.StepNotifyIcon.Icon = ((System.Drawing.Icon)(resources.GetObject("StepNotifyIcon.Icon")));
this.StepNotifyIcon.Text = "CMS Server";
this.StepNotifyIcon.Visible = true;
this.StepNotifyIcon.Click += new System.EventHandler(this.notifyIcon1_Click);
this.StepNotifyIcon.Click += new System.EventHandler(this.NotifyIcon_Click);
//
// NotifyIconMenu
//