Ejemplo n.º 1
0
 public void RightPicture(IntPtr handle, int width, int height)
 {
     _rightBox = new PICTUREBOX(handle, width, height);
 }
Ejemplo n.º 2
0
 public void LeftPicture(IntPtr handle, int width, int height)
 {
     _leftBox = new PICTUREBOX(handle, width, height);
     CreateGraphBar(width, height);
 }