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

            PhonewordTranslator = new PhonewordTranslatorViewModel(dialog);
        }
コード例 #2
0
ファイル: MainPage.xaml.cs プロジェクト: cj-prog/Phoneword
        public MainPage()
        {
            this.InitializeComponent();
            Organization = new OrganizationViewModel("Office");
            ISpeechDialogService dialog = new SpeechDialogService();

            PhonewordTranslator = new PhonewordTranslatorViewModel(dialog);
        }