Example #1
0
        public static short GetExpParam(ExpSetupClass expObj, EXP_CMD paramID)
        {
            short p = new short();

            expObj.GetParam(paramID, out p);
            return(p);
        }
Example #2
0
 public static short GetExpParam(ExpSetupClass expObj, EXP_CMD paramID)
 {
     short p = new short();
     expObj.GetParam(paramID , out p);
     return p;
 }