Example #1
0
 public RIFDC_Button(Control c, FormBtnTypeEnum _btnType) : base(c)
 {
     btnType = _btnType;
 }
Example #2
0
 public RIFDC_MenuStripButtonObject(ToolStripMenuItem _targetControl, FormBtnTypeEnum _btnType)
 {
     targetControl = _targetControl;
     btnType       = _btnType;
 }