Ejemplo n.º 1
0
 public Form2(MMCore mmCore)
 {
     InitializeComponent();
     this.mmCore          = mmCore;
     this.mmCore.core     = null;
     this.mmCore.coreSize = 0;
 }
 public MMCoreCreationForm(MMCore mmCore)
 {
     InitializeComponent();
     this.mmCore          = mmCore;
     this.mmCore.core     = null;
     this.mmCore.coreSize = 0;
     buf = new Bitmap(pictureBox1.Width, pictureBox1.Height);
     pictureBox1.Image = buf;
     graphics          = Graphics.FromImage(buf);
 }