public static frmSanPham CreateInstance() { if (_singleton == null) { _singleton = new frmSanPham(); } return(_singleton); }
private void frmSanPham_FormClosed(object sender, FormClosedEventArgs e) { _singleton = null; }