Ejemplo n.º 1
0
 public RightSideAddonUpdate(string _UpdateButtonText, UpdateActionDelegate _UpdateAction = null, MoreInfoActionDelegate _MoreInfoAction = null)
 {
     m_UpdateAction   = _UpdateAction;
     m_MoreInfoAction = _MoreInfoAction;
     InitializeComponent();
     btnUpdate.Text = _UpdateButtonText;
 }
Ejemplo n.º 2
0
 public RightSideAddonUpdate(UpdateActionDelegate _UpdateAction = null, MoreInfoActionDelegate _MoreInfoAction = null)
 {
     m_UpdateAction   = _UpdateAction;
     m_MoreInfoAction = _MoreInfoAction;
     InitializeComponent();
 }