private void mItAnaglyph_Click(object sender, EventArgs e) { this.anaglyphForm = new AnaglyphForm(); this.anaglyphForm.Show(); }
private void kbMsg_OnOpenAnaglyph(object sender, EventArgs e) { this.anaglyphForm = new AnaglyphForm(); this.anaglyphForm.Show(); }