private void labelSet_Click(object sender, EventArgs e) { if (this.formSet == null || this.formSet.IsDisposed) { this.formSet = new FormSet(); this.formSet.RefreshDataStart += new FormSet.RefreshData(this.RefreshAccData); } this.formSet.Show(); this.formSet.Location = this.Location; }
private void labelSet_Click(object sender, EventArgs e) { if (this.formSet == null || this.formSet.IsDisposed) { this.formSet = new FormSet(); this.formSet.RefreshDataStart -= new FormSet.RefreshData(this.RefreshAccData); this.formSet.RefreshDataStart += new FormSet.RefreshData(this.RefreshAccData); } this.formSet.Show(); this.formSet.Location = this.Location; this.Opacity = 0; }