Example #1
0
        //**********************************************************************
        //**********************************************************************
        //**********************************************************************

        public void OnGo4(CmdLineCmd aCmd)
        {
            aCmd.setArgDefault(1, 101);

            UInt16 tN = aCmd.argUInt16(1);

            Console.WriteLine("{0}", tN);
        }