Example #1
0
 private void Form1_Load(object sender, EventArgs e)
 {
     vision = new Vision();
     vision.init(vpppath, cogRecordDisplay1);
 }