예제 #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);
        }