public Tracker() { _workingWithDb = new DatabaseHelpers(); _watcher = new FileSystemWatcher("D:\\Values"); _watcher.Created += Watcher_Created; }
public Exchange() { _workingWithDb = new DatabaseHelpers(); Client = new NamedPipeClientStream(".", "FileName", PipeDirection.Out, PipeOptions.Asynchronous); }