public pLabel(Printer p) : base(p.name) { printer = p; Text = p.name; }
public TriggerCheckBox(DocumentType type, Printer printer) : this() { init(type, printer); }