Winify – Diff between revs 4 and 6

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 4 Rev 6
Line 1... Line 1...
1 using System; 1 using System;
2 using Winify.Connections; -  
Line 3... Line 2...
3   2  
4 namespace Winify 3 namespace Winify
5 { 4 {
6 public class ServersUpdatedEventArgs : EventArgs 5 public class ServersUpdatedEventArgs : EventArgs
7 { 6 {
Line 8... Line 7...
8 #region Public Enums, Properties and Fields 7 #region Public Enums, Properties and Fields
Line 9... Line 8...
9   8  
Line 10... Line 9...
10 public Servers Servers { get; } 9 public Servers.Servers Servers { get; }
Line 11... Line 10...
11   10  
12 #endregion 11 #endregion
13   12  
14 #region Constructors, Destructors and Finalizers 13 #region Constructors, Destructors and Finalizers
Line 15... Line 14...
15   14