public Main() { InitializeComponent(); fm = this; }
private void buttonItem4_Click(object sender, EventArgs e) { fm = this; frmSetting fs = new frmSetting(); fs.ShowDialog(); }