Example #1
0
 public static void DisplayImage(object sourceMatrix, PictureBox picBox)
 {
     _imageHolder.DisplayImage(sourceMatrix, picBox);
 }