public void Run() { PathMasterFile = FileView.GetFilePath("Master"); if (!string.IsNullOrEmpty(PathMasterFile)) { PathTestFile = FileView.GetFilePath("Test"); if (!string.IsNullOrEmpty(PathTestFile)) { ShowPreview(65); FileView.ShowView(); } } }