diff --git a/Analogy/UserControls/LocalLogFilesUC.Designer.cs b/Analogy/UserControls/LocalLogFilesUC.Designer.cs index eef9d7de..cf1ad5ee 100644 --- a/Analogy/UserControls/LocalLogFilesUC.Designer.cs +++ b/Analogy/UserControls/LocalLogFilesUC.Designer.cs @@ -439,7 +439,7 @@ private void InitializeComponent() this.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.Name = "LocalLogFilesUC"; this.Size = new System.Drawing.Size(1387, 700); - this.Load += new System.EventHandler(this.OfflineUCLogs_Load); + this.Load += new System.EventHandler(this.LocalLogFilesUC_Load); this.DragDrop += new System.Windows.Forms.DragEventHandler(this.AnalogyUCLogs_DragDrop); this.DragEnter += new System.Windows.Forms.DragEventHandler(this.AnalogyUCLogs_DragEnter); this.spltMain.Panel1.ResumeLayout(false); diff --git a/Analogy/UserControls/LocalLogFilesUC.cs b/Analogy/UserControls/LocalLogFilesUC.cs index 63a7213b..ac20399e 100644 --- a/Analogy/UserControls/LocalLogFilesUC.cs +++ b/Analogy/UserControls/LocalLogFilesUC.cs @@ -57,7 +57,7 @@ protected override bool ProcessCmdKey(ref Message msg, Keys keyData) ucLogs1.ProcessCmdKeyFromParent(keyData); return base.ProcessCmdKey(ref msg, keyData); } - private async void OfflineUCLogs_Load(object sender, EventArgs e) + private async void LocalLogFilesUC_Load(object sender, EventArgs e) { if (DesignMode) {