Example #1
0
        public ImportRunning(Controller controller, Controller.ImportTypes importType, string importFilePath)
        {
            InitializeComponent();

            Controller = controller;
            _importType = importType;
            _importFilePath = importFilePath;

            StartLoadingAnimation(lblLoadingImage);
        }
Example #2
0
        public ImportRunning(Controller controller, Controller.ImportTypes importType, string importFilePath)
        {
            InitializeComponent();

            Controller      = controller;
            _importType     = importType;
            _importFilePath = importFilePath;

            StartLoadingAnimation(lblLoadingImage);
        }