Пример #1
0
 /// <summary>
 /// Invoke this event when setting file save finish.
 /// </summary>
 private void Setting_Saved(object sender, EventArgs e)
 {
     if (pacServer != null)
     {
         pacServer.Refresh(Setting.Instance);
     }
     if (remoteClient != null)
     {
         remoteClient.Refresh(Setting.Instance);
     }
     Start();
 }