Ejemplo n.º 1
0
        public static void InitializeDataPointListDataGridViewTSS(
            TrendViewer.View.HistDataPointList target)
        {
            Exception e = new Exception();

            throw e;
        }
Ejemplo n.º 2
0
        public static void InitializeDataPointListDataGridViewMSS(
            TrendViewer.View.HistDataPointList target)
        {
            object result;

            if (TestSpecificStubsUtil.RunTestSpecificStub(System.Reflection.MethodBase.GetCurrentMethod(), new object[] { target }, out result))
            {
                return;
            }
            else
            {
                Helper.CallMethod(target, "InitializeDataPointListDataGridView", new object[] { });
            }
        }