mirror of
https://github.com/vknet/vk.git
synced 2026-08-03 04:05:13 +00:00
12 lines
562 B
XML
12 lines
562 B
XML
<Window x:Class="VkNet.Wpf.AuthForm"
|
|
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:VkNet.Wpf"
|
|
mc:Ignorable="d"
|
|
Title="Авторизация" Height="600" Width="600">
|
|
<StackPanel>
|
|
<WebBrowser x:Name="WebBrowser" Width="600" Height="600" />
|
|
</StackPanel>
|
|
</Window>
|