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