public DataContextDeclaration121Error()
        {
            var command = new IdentificationFace();

            StartButton = new StatusButtonMethod();
            StartButton.Button.Command = new DelegateCommand(() => { command.StartRegisterDeclarationsErrorOkp1(StartButton, ConfigFile.PathTemp); });
        }
        public ActIzvesheniaResheniaDataContext()
        {
            DatePicker = new DatePickerAdd();
            var command = new IdentificationFace();

            StartButton = new StatusButtonMethod();
            StartButton.Button.Command = new DelegateCommand(() => { command.StartRegisterDeclarations(StartButton, ConfigFile.PathTemp, DatePicker); });
        }
Exemplo n.º 3
0
        /// <summary>
        /// VM DataContext
        /// </summary>
        public FaceIdentificationDataContext()
        {
            ModelSelect = new PublicModelCollectionSelect <UniversalCollection>(ListParameter);
            var command = new IdentificationFace();

            StartButton = new StatusButtonMethod();
            StartButton.Button.Command = new DelegateCommand(() => { command.StartIdentification(StartButton, ModelSelect); });
        }