예제 #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();
 }