Winify – Diff between revs 67 and 69

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 67 Rev 69
Line 40... Line 40...
40 this.ClientSize = new System.Drawing.Size(800, 450); 40 this.ClientSize = new System.Drawing.Size(800, 450);
41 this.Controls.Add(this.textBox1); 41 this.Controls.Add(this.textBox1);
42 this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); 42 this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
43 this.Name = "LogViewForm"; 43 this.Name = "LogViewForm";
44 this.Text = "Winify: Log View"; 44 this.Text = "Winify: Log View";
-   45 this.Load += new System.EventHandler(this.LogViewForm_Load);
45 this.ResumeLayout(false); 46 this.ResumeLayout(false);
46 this.PerformLayout(); 47 this.PerformLayout();
Line 47... Line 48...
47   48