1
/* This file is part of OpenTX Speaker.
2 * OpenTX Speaker is free software: you can redistribute it and/or modify
3 * it under the terms of the GNU General Public License as published by
4 * the Free Software Foundation, either version 3 of the License, or
5 * (at your option) any later version.
7 * OpenTX Speaker is distributed in the hope that it will be useful,
8 * but WITHOUT ANY WARRANTY; without even the implied warranty of
9 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10 * GNU General Public License for more details.
12 * You should have received a copy of the GNU General Public License
13 * along with OpenTX Speaker. If not, see <http://www.gnu.org/licenses/>.
15 * Copyright 2014 Kjell Kernen */
18 using System
.Collections
.Generic
;
19 using System
.Diagnostics
;
23 using System
.Windows
.Controls
;
24 using System
.Windows
.Data
;
25 using System
.Windows
.Documents
;
26 using System
.Windows
.Input
;
27 using System
.Windows
.Media
;
28 using System
.Windows
.Media
.Imaging
;
29 using System
.Windows
.Shapes
;
30 using System
.Windows
.Navigation
;
37 /// Interaction logic for installvoices.xaml
39 public partial class InstallVoicesWindow
: Window
41 public InstallVoicesWindow()
43 InitializeComponent();
46 private void Hyperlink_RequestNavigate(object sender
, RequestNavigateEventArgs e
)
48 Process
.Start(new ProcessStartInfo(e
.Uri
.AbsoluteUri
));