Winify

Subversion Repositories:
Compare Path: Rev
With Path: Rev
?path1? @ 20  →  ?path2? @ 21
/trunk/Servers/Server.cs
@@ -78,13 +78,13 @@
 
#region Private Delegates, Events, Enums, Properties, Indexers and Fields
 
private string _name;
private string _name = string.Empty;
 
private string _password;
private string _password = string.Empty;
 
private string _url;
private string _url = string.Empty;
 
private string _username;
private string _username = string.Empty;
 
#endregion