public frmMain()
 {
     InitializeComponent();
     fm = this;
     FormList = this.listView1;
     ListView.CheckForIllegalCrossThreadCalls = false;
 }
Beispiel #2
0
 private void tsbSet_Click(object sender, EventArgs e)
 {
     fm = this;
     frmSetting fs = new frmSetting();
     fs.ShowDialog();
 }
Beispiel #3
0
 public frmMain()
 {
     InitializeComponent();
     fm = this;
 }