Exemple #1
0
        public static void PopulateDataPointListDataGridViewTSS(
            TrendViewer.View.FormulaList target,
            System.Int32 mode)
        {
            Exception e = new Exception();

            throw e;
        }
Exemple #2
0
        public static void PopulateDataPointListDataGridViewMSS(
            TrendViewer.View.FormulaList target,
            System.Int32 mode)
        {
            object result;

            if (TestSpecificStubsUtil.RunTestSpecificStub(System.Reflection.MethodBase.GetCurrentMethod(), new object[] { target, mode }, out result))
            {
                return;
            }
            else
            {
                target.PopulateDataPointListDataGridView(mode);
            }
        }