Exemplo n.º 1
0
        public static void AddStringItemMSS(
            STEE.ISCS.MulLanguage.StringHelper target,
            System.String ID, System.String TextEnglish, System.String TextChinese, System.String Description)
        {
            object result;

            if (TestSpecificStubsUtil.RunTestSpecificStub(System.Reflection.MethodBase.GetCurrentMethod(), new object[] { target, ID, TextEnglish, TextChinese, Description }, out result))
            {
                return;
            }
            else
            {
                target.AddStringItem(ID, TextEnglish, TextChinese, Description);
            }
        }
Exemplo n.º 2
0
 public static void AddStringItemTSS(
     STEE.ISCS.MulLanguage.StringHelper target,
     System.String ID, System.String TextEnglish, System.String TextChinese, System.String Description)
 {
     target.AddStringItem(ID, TextEnglish, TextChinese, Description);
 }