Ejemplo n.º 1
0
        public static System.Int32 AddMSS(
            System.Windows.Forms.DataGridViewColumnCollection target,
            System.String columnName, System.String headerText)
        {
            object result;

            if (TestSpecificStubsUtil.RunTestSpecificStub(System.Reflection.MethodBase.GetCurrentMethod(), new object[] { target, columnName, headerText }, out result))
            {
                return((System.Int32)result);
            }
            else
            {
                return(target.Add(columnName, headerText));
            }
        }