Ejemplo n.º 1
0
        public DirsSetupViewModel()
        {
            SelectProgDirCommand    = new DelegateCommand(SelectProgDir);
            SelectReportDirCommand  = new DelegateCommand(SelectReportDir);
            SelectSafeLocateCommand = new DelegateCommand(SelectSafeLocateProgram);

            Dirs = ServerDirManager.Inst;
            Dirs.LoadDirs();
        }