示例#1
0
 public void SetData(LimitDefBool Limit)
 {
     txtName.Text    = Limit.GetName();
     btValue.Checked = Limit.GetLimit().m_Limit;
 }