/// <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(); }