Exemplo n.º 1
0
 public pLabel(Printer p) : base(p.name)
 {
     printer = p;
     Text    = p.name;
 }
Exemplo n.º 2
0
 public TriggerCheckBox(DocumentType type, Printer printer) : this()
 {
     init(type, printer);
 }