This commit is contained in:
2020-02-22 12:03:51 +01:00
parent 90544956bb
commit f03951c90e
4 changed files with 149 additions and 2 deletions

View File

@@ -28,10 +28,18 @@
/// </summary>
private void InitializeComponent()
{
components = new System.ComponentModel.Container();
this.ServiceName = "Service1";
this.eventLog1 = new System.Diagnostics.EventLog();
((System.ComponentModel.ISupportInitialize)(this.eventLog1)).BeginInit();
//
// KatekTracability
//
this.ServiceName = "KatekTracability";
((System.ComponentModel.ISupportInitialize)(this.eventLog1)).EndInit();
}
#endregion
private System.Diagnostics.EventLog eventLog1;
}
}