示例#1
0
        void ExecuteOpenFile(object param)
        {
            switch (param)
            {
            case "Work":
                CurrentApp.WorkingReleasePath = MainModel.FindPath();
                break;

            case "Release":
                CurrentApp.ReleasePath = MainModel.FindPath();
                break;

            case "Reestr":
                CurrentApp.ReestrPath = MainModel.FindPath();
                break;
            }
        }
示例#2
0
 void ExecuteOpenFolderDialog()
 {
     FileName = MainModel.FindPath() + System.IO.Path.DirectorySeparatorChar + "Apps.XML";
 }