public static void Main() { //LoggingService.Trace.Error("ss"); NewFileModule mod = new NewFileModule(null); while (Console.ReadLine() != "q") { } }
public NetworkContext(NewFileModule module, NetworkModel model, MainStoragePath mainPath) { _fileModule = module; _mainPath = mainPath; _netModel = model; _mainFileIndex = new MainFileIndex(this); _changeWatcher = new ChangeWatcher(this); _dispatcher = new ChangeMaster(this); }