Ejemplo n.º 1
0
        public MainPage()
        {
            this.InitializeComponent();
            ISpeechDialogService dialog = new SpeechDialogService();

            PhonewordTranslator = new PhonewordTranslatorViewModel(dialog);
        }
Ejemplo n.º 2
0
        public MainPage()
        {
            this.InitializeComponent();
            Organization = new OrganizationViewModel("Office");
            ISpeechDialogService dialog = new SpeechDialogService();

            PhonewordTranslator = new PhonewordTranslatorViewModel(dialog);
        }
Ejemplo n.º 3
0
        public override void Initialize()
        {
            Mvx.RegisterType <ICalculationService, CalculationService>();
            ISpeechDialogService dialog = new SpeechDialogService();

            //RegisterAppStart<TipViewModel>();
            RegisterAppStart <PhonewordTranslatorViewModel>();
        }