Winify – Diff between revs 21 and 24

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 21 Rev 24
Line 107... Line 107...
107 return true; 107 return true;
108 } 108 }
Line 109... Line 109...
109   109  
110 private void CreateConnection(Server server) 110 private void CreateConnection(Server server)
111 { 111 {
112 var connection = new GotifyConnection(); 112 var connection = new GotifyConnection(server);
Line 113... Line 113...
113 connection.GotifyNotification += Connection_GotifyNotification; 113 connection.GotifyNotification += Connection_GotifyNotification;
114   114  
115 connection.Start(server.Username, server.Password, server.Url); 115 connection.Start(server.Username, server.Password, server.Url);