Example #1
0
 private void Form1_Closing(object sender, System.ComponentModel.CancelEventArgs e)
 {
     StaticMain.FormClosed(this);
 }
Example #2
0
        private void ItemForm_FormClosing(object sender, System.ComponentModel.CancelEventArgs e)
        {
            //if (parent is AfterWinForm) ((AfterWinForm)parent).RefreshBalance();

            StaticMain.FormClosed(this);
        }