コード例 #1
0
        private void Setting_Bt(object sender, RoutedEventArgs e)
        {
            GUIFactory AcquisitionGUI = new GUIFactory();

            //AcquisitionGUI.ConnectGUILibrary(cam);

            CameraSelectionWindow camSelection = AcquisitionGUI.GetCameraSelectionWindow();

            camSelection.ShowModal(true);
        }