Widow – Diff between revs 1 and 11

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 1 Rev 11
Line 6... Line 6...
6 { 6 {
7 #region Public Enums, Properties and Fields 7 #region Public Enums, Properties and Fields
Line 8... Line 8...
8   8  
Line 9... Line 9...
9 public IntPtr Handle { get; set; } 9 public IntPtr Handle { get; set; }
Line 10... Line 10...
10   10  
Line 11... Line 11...
11 public string Name { get; set; } 11 public string Title { get; set; }
Line 12... Line 12...
12   12  
13 #endregion 13 #endregion
14   14  
Line 15... Line 15...
15 #region Constructors, Destructors and Finalizers 15 #region Constructors, Destructors and Finalizers
16   16  
17 public WindowCreatedEventArgs() 17 public WindowCreatedEventArgs()
18 { 18 {
19 } 19 }
Line 20... Line 20...
20   20  
21 public WindowCreatedEventArgs(string name, IntPtr handle) : this() 21 public WindowCreatedEventArgs(string title, IntPtr handle) : this()