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