Пример #1
0
 void IPUpdated(object sender, EventArgs args)
 {
     StartServer();
     if (server != null)
     {
         Log(NotificationType.IPUpdated, server.LocalEndpoint);
     }
     else
     {
         Log(NotificationType.IPOffline, null);
     }
     config.Validate();
 }