public RallyImportReviewPage(RallyTestPlan testPlan = null, string importDestinationPath = "")
        {
            InitializeComponent();
            mTestPlan = testPlan;
            mImportDestinationPath = importDestinationPath;

            SetGridView();
            SetGridData();
        }
Exemple #2
0
 public BusinessFlow ConvertRallyTestPlanToBF(RallyTestPlan testPlan)
 {
     return(ImportFromRally.ConvertRallyTestPlanToBF(testPlan));
 }