public void SetData(LimitDefBool Limit) { txtName.Text = Limit.GetName(); btValue.Checked = Limit.GetLimit().m_Limit; }