Exemplo n.º 1
0
        private IFrmSpecificDetector CreateCenterDetectorForm()
        {
            CenterDetector detector = new CenterDetector(new SizeF(100, 70));

            return(new frmCenterDetector(detector));
        }
Exemplo n.º 2
0
 public frmCenterDetector(CenterDetector detector)
 {
     InitializeComponent();
     _detector = detector;
     FillWithConfiguration();
 }