Exemplo n.º 1
0
 public RIFDC_Button(Control c, FormBtnTypeEnum _btnType) : base(c)
 {
     btnType = _btnType;
 }
Exemplo n.º 2
0
 public RIFDC_MenuStripButtonObject(ToolStripMenuItem _targetControl, FormBtnTypeEnum _btnType)
 {
     targetControl = _targetControl;
     btnType       = _btnType;
 }