private void butEdit_Click(object sender, EventArgs e)
        {
            FormPhoneGraphDateEdit FormPGDE = new FormPhoneGraphDateEdit(DateShowing);

            FormPGDE.ShowDialog();
            FillData();             //always refill, we may have new entries regardless of form dialog result
        }
Example #2
0
		private void butEdit_Click(object sender,EventArgs e) {
			FormPhoneGraphDateEdit FormPGDE=new FormPhoneGraphDateEdit(DateShowing);
			FormPGDE.ShowDialog();
			FillData(); //always refill, we may have new entries regardless of form dialog result
		}