public override void Act(Cubit c) { Img = new Cubit( !(c.A & c.B & c.C), !(c.A & c.B & c.C), !(c.A & c.B & c.C)); }
public override void Act(Cubit c) { throw new NotImplementedException(); }