Widow

Subversion Repositories:
Compare Path: Rev
With Path: Rev
?path1? @ 10  →  ?path2? @ 11
/trunk/Widow/WindowDestroyedEventArgs.cs
@@ -8,7 +8,7 @@
 
public IntPtr Handle { get; set; }
 
public string Name { get; set; }
public string Title { get; set; }
 
#endregion
 
@@ -18,9 +18,9 @@
{
}
 
public WindowDestroyedEventArgs(string name, IntPtr handle) : this()
public WindowDestroyedEventArgs(string title, IntPtr handle) : this()
{
Name = name;
Title = title;
Handle = handle;
}