Exemple #1
0
 public CommandBase(Bucket b1, Bucket b2, CommandBase parent)
     : base(parent)
 {
     Pending = true;
     B1      = (Bucket)b1.Clone();
     B2      = (Bucket)b2.Clone();
 }
Exemple #2
0
 public CommandBase(Bucket b1, Bucket b2, CommandBase parent)
     : base(parent)
 {
     Pending = true;
     B1 = (Bucket)b1.Clone();
     B2 = (Bucket)b2.Clone();
 }