예제 #1
0
 public Form1()
 {
     InitializeComponent();
     Logger l = new Logger();
     l.attachToRTB(Log);
     Logger.GlobalLogger = l;
     VP = new VideoProg(ImageReel, ImgContour, numericUpDown1,LblFPS);
     VP.imageDebug = imageBox1;
     VP.ListerWebCam(ListeWebCam,Resolution);
     this.FormClosing += new FormClosingEventHandler(Form1Close);
 }