public InteractionCoordinator() { projection = new ProjectionScreenActivity(this); SeleccionInteraccionPorVoz seleccionInteraccionPorVoz = new SeleccionInteraccionPorVoz(); seleccionInteraccionPorVoz.TopMost = true; seleccionInteraccionPorVoz.Show(); InitializeComponent(); LoadComboBox(camerasText.ListCameras(), ComboBoxCameraList1); LoadComboBox(camerasGesture.ListCameras(), ComboBoxCameraList2); //Atributos y metodos reflexion var assembly = Assembly.GetExecutingAssembly(); var folder = Path.GetDirectoryName(assembly.Location); LoadPlugins(folder); CreateFilterMenu(); recGestual.selectedRectangle += PutRectangle; GetSettings(); }
public SeleccionApis(ProjectionScreenActivity formProjection) { projectionScreenActivity = formProjection; InitializeComponent(); path = Directory.GetCurrentDirectory() + "\\Apis"; }