예제 #1
0
 protected internal virtual void installDefaults()
 {
     base.installDefaults();
     this.painter = new CostOSCommandButtonPainter(this.commandButton);
     this.commandButton.Border = new BorderUIResource.EmptyBorderUIResource(3, 3, 3, 3);
 }
예제 #2
0
 protected internal virtual void installDefaults()
 {
     base.installDefaults();
     this.painter = new CostOSCommandButtonPainter(this.commandButton);
 }