-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfeedback.xaml
More file actions
14 lines (14 loc) · 820 Bytes
/
Copy pathfeedback.xaml
File metadata and controls
14 lines (14 loc) · 820 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<Window
xmlns:wv2="clr-namespace:Microsoft.Web.WebView2.Wpf;assembly=Microsoft.Web.WebView2.Wpf"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:local="clr-namespace:ProCodeX"
xmlns:eo="http://schemas.essentialobjects.com/wpf/" x:Class="ProCodeX.feedback"
mc:Ignorable="d"
Title="feedback" Height="450" Width="800" ShowInTaskbar="False" Icon="atechgeeklogo.png" WindowStartupLocation="CenterScreen">
<Grid>
<eo:WebControl x:Name="browser" HorizontalAlignment="Stretch" VerticalAlignment="Stretch"/>
</Grid>
</Window>