Winify – Blame information for rev 67

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 
67 office 2 using System.ComponentModel;
3  
8 office 4 namespace Winify.Utilities.Components
1 office 5 {
6 partial class ReadOnlyRichTextBox
7 {
8 /// <summary>
9 /// Required designer variable.
10 /// </summary>
67 office 11 private IContainer components = null;
1 office 12  
13 /// <summary>
14 /// Clean up any resources being used.
15 /// </summary>
16 /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
17 protected override void Dispose(bool disposing)
18 {
19 if (disposing && (components != null))
20 {
21 components.Dispose();
22 }
23 base.Dispose(disposing);
24 }
25  
26 #region Component Designer generated code
27  
28 /// <summary>
29 /// Required method for Designer support - do not modify
30 /// the contents of this method with the code editor.
31 /// </summary>
32 private void InitializeComponent()
33 {
34 components = new System.ComponentModel.Container();
35 }
36  
37 #endregion
38 }
39 }