private void btnExit_Click(object sender, EventArgs e) { ShutDownUtil.ShutDown(); }
private void FormProduct_FormClosing(object sender, FormClosingEventArgs e) { ShutDownUtil.ShutDown(); }