예제 #1
0
 public Leg() : base(
         new CommandData("leg", null, null, null, typeof(Leg).FullName, CommandFlags.None, null, 0))
 {
     TclSubCommands.Add(_legConnect);
     TclSubCommands.Add(_legDisconnect);
     TclSubCommands.Add(_legCollectDigits);
 }
예제 #2
0
 public Infotag() : base(new CommandData("infotag", null, null, null, typeof(Infotag).FullName, CommandFlags.None, null, 0))
 {
     TclSubCommands.Add(_infotagGet);
     TclSubCommands.Add(_infotagSet);
 }