コード例 #1
0
 private void init()
 {
     try
     {
         pic = PixelState.getInstance().get_pictureBox();
     }
     catch { throw new EmptyPictureBoxException("Before initializing this controller, initialize PictureBox attribute of class PixelState first!"); }
 }
コード例 #2
0
 private void init()
 {
     try
     {
         pic = PixelState.getInstance().get_pictureBox();
     }
     catch { throw new EmptyPictureBoxException("Before initializing this controller, initialize PictureBox attribute of class PixelState first!"); }
 }
コード例 #3
0
 public void draw_histogram(System.Windows.Forms.PictureBox statistikPictureBox, Statistik form, Config.histogram_canal canal)
 {
     model.draw_histogram(statistikPictureBox, canal);
     mainForm.Focus();
 }
コード例 #4
0
 public void filter(System.Windows.Forms.PictureBox name)
 {
     System.Windows.Forms.MessageBox.Show(name.ImageLocation);
 }