Winify – Diff between revs 1 and 8

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 1 Rev 8
Line 1... Line 1...
1 using System; 1 using System;
2 using System.Runtime.InteropServices; 2 using System.Runtime.InteropServices;
3 using System.Windows.Forms; 3 using System.Windows.Forms;
Line 4... Line 4...
4   4  
5 namespace Winify 5 namespace Winify.Utilities.Components
6 { 6 {
7 public partial class ReadOnlyRichTextBox : RichTextBox 7 public partial class ReadOnlyRichTextBox : RichTextBox
8 { 8 {