コード例 #1
0
ファイル: RobotManager.cs プロジェクト: bsy1352/ChinaExpo
        /// <summary>
        /// Robot 매니져
        /// </summary>
        public RobotManager()
        {
            strBoard = "";
            iChannel = 0;

            cifXUser = new cifXUser();
            cifXBase = new cifXBase();
        }
コード例 #2
0
 /// <summary>
 /// Robot 매니져
 /// </summary>
 public RobotManager()
 {
     cifXUser = new cifXUser();
     cifXBase = new cifXBase();
 }