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

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

            PhonewordTranslator = new PhonewordTranslatorViewModel(dialog);
        }