private void btnOut_Click(object sender, EventArgs e) { Form_OutlayAdd add = new Form_OutlayAdd(); if (add.ShowDialog(this) == DialogResult.OK) { this.InitOutlay(); } }
private void btnAdd_Click(object sender, EventArgs e) { FinanceManagerSys.Form_OutlayAdd outlay = new Form_OutlayAdd(); outlay.ShowDialog(); }