Example #1
0
        public MainPage()
        {
            this.InitializeComponent();
            ISpeechDialogService dialog = new SpeechDialogService();

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

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

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