Example #1
0
        /// <summary>
        /// Robot 매니져
        /// </summary>
        public RobotManager()
        {
            strBoard = "";
            iChannel = 0;

            cifXUser = new cifXUser();
            cifXBase = new cifXBase();
        }
 /// <summary>
 /// Robot 매니져
 /// </summary>
 public RobotManager()
 {
     cifXUser = new cifXUser();
     cifXBase = new cifXBase();
 }