示例#1
0
 private void mItAnaglyph_Click(object sender, EventArgs e)
 {
     this.anaglyphForm = new AnaglyphForm();
     this.anaglyphForm.Show();
 }
示例#2
0
 private void mItAnaglyph_Click(object sender, EventArgs e)
 {
     this.anaglyphForm = new AnaglyphForm();
     this.anaglyphForm.Show();
 }
示例#3
0
 private void kbMsg_OnOpenAnaglyph(object sender, EventArgs e)
 {
     this.anaglyphForm = new AnaglyphForm();
     this.anaglyphForm.Show();
 }
示例#4
0
 private void kbMsg_OnOpenAnaglyph(object sender, EventArgs e)
 {
     this.anaglyphForm = new AnaglyphForm();
     this.anaglyphForm.Show();
 }