--- trunk/RomCheater.Logging/LogWriter.Designer.cs 2012/05/10 10:53:07 105 +++ trunk/RomCheater.Logging/LogWriter.Designer.cs 2012/05/28 04:10:38 155 @@ -36,7 +36,6 @@ this.btnCopyLogToClipboard = new System.Windows.Forms.Button(); this.toolTip1 = new System.Windows.Forms.ToolTip(this.components); this.autoscroll_timer = new System.Windows.Forms.Timer(this.components); - this.logupdater = new System.ComponentModel.BackgroundWorker(); this.pnl_top.SuspendLayout(); this.pnl_top_flow.SuspendLayout(); this.SuspendLayout(); @@ -110,11 +109,6 @@ this.autoscroll_timer.Interval = 1000; this.autoscroll_timer.Tick += new System.EventHandler(this.autoscroll_timer_Tick); // - // logupdater - // - this.logupdater.DoWork += new System.ComponentModel.DoWorkEventHandler(this.logupdater_DoWork); - this.logupdater.RunWorkerCompleted += new System.ComponentModel.RunWorkerCompletedEventHandler(this.logupdater_RunWorkerCompleted); - // // LogWriter // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F); @@ -141,6 +135,5 @@ private System.Windows.Forms.Button btnCopyLogToClipboard; private System.Windows.Forms.ToolTip toolTip1; private System.Windows.Forms.Timer autoscroll_timer; - private System.ComponentModel.BackgroundWorker logupdater; } } |