public void TouchPACFile() { string pacFilename = _pacDaemon.TouchPACFile(); PACFileReadyToOpen?.Invoke(this, new PathEventArgs() { Path = pacFilename }); }
public void TouchPACFile() { PACFileReadyToOpen?.Invoke(this, new PathEventArgs { Path = PACServer.TouchPACFile() }); }
public void TouchPACFile() { PACFileReadyToOpen?.Invoke(this, new PathEventArgs { Path = _pacDaemon.TouchPACFile() }); }