Beispiel #1
0
        public static void GetDataPointListMSS(
            OPCSampleGrpConfig.Controller.OPCDataSelectorController target,
            System.String opcServerName, System.String filterString)
        {
            object result;

            if (TestSpecificStubsUtil.RunTestSpecificStub(System.Reflection.MethodBase.GetCurrentMethod(), new object[] { target, opcServerName, filterString }, out result))
            {
                return;
            }
            else
            {
                target.GetDataPointList(opcServerName, filterString);
            }
        }
Beispiel #2
0
 public static void GetDataPointListTSS(
     OPCSampleGrpConfig.Controller.OPCDataSelectorController target,
     System.String opcServerName, System.String filterString)
 {
     return;
 }