예제 #1
0
 public PluginSetting(IRobot robot, IRobotPlugin plug, string key)
 {
     _robot = robot;
     Key = key;
 }
예제 #2
0
 public PluginSetting(IRobot robot, IRobotPlugin plug, string key)
 {
     _robot = robot;
     Key    = key;
 }