private void btnBoth_Click(object sender, EventArgs e) { txtChurchID.Show(); LabelDoB.Show(); LabelCI.Text = "Church ID :"; txtChurchID.Focus(); dateBaptism.Show(); HideButtons(); }
private void InitializeInterlocaleInput() { LabelDoB.Show(); LabelCI.Text = "Church ID :"; LabelCI.Hide(); dateBaptism.EditValue = DateTime.Now.ToShortDateString(); LabelDoB.Hide(); //btnChurchID.Show(); //btnBoth.Show(); //btnBaptism.Show(); }