Exemplo n.º 1
0
        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()
     });
 }