Beispiel #1
0
 protected CapCommand(CommandConstructorArguments arguments)
     : base(arguments)
 {
 }
Beispiel #2
0
 protected DashTypeCommand(CommandConstructorArguments args)
     : base(args)
 {
 }
Beispiel #3
0
 protected GenericIndexCommand(CommandConstructorArguments arguments, string name)
     : base(arguments)
 {
     Name = name;
 }
Beispiel #4
0
 protected JoinCommand(CommandConstructorArguments args)
     : base(args)
 {
 }
Beispiel #5
0
 protected RealPrecisionBase(CommandConstructorArguments args)
     : base(args)
 {
 }