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