Winify

Subversion Repositories:
Compare Path: Rev
With Path: Rev
?path1? @ 7  →  ?path2? @ 8
/trunk/Winify/Gotify/GotifyConnectionManager.cs
@@ -12,7 +12,7 @@
 
private readonly ConcurrentDictionary<string, GotifyConnection> _gotifyConnections;
 
private readonly Servers.Servers _servers;
private readonly global::Servers.Servers _servers;
 
#endregion
 
@@ -23,7 +23,7 @@
_gotifyConnections = new ConcurrentDictionary<string, GotifyConnection>();
}
 
public GotifyConnectionManager(Servers.Servers servers) : this()
public GotifyConnectionManager(global::Servers.Servers servers) : this()
{
_servers = servers;