Projektdateien hinzufügen.
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
<Window
|
||||
x:Class="VideoBrowser.Controls.CefSharpBrowser.Views.DefaultTabHostWindow"
|
||||
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:viewmodels="clr-namespace:VideoBrowser.Controls.CefSharpBrowser.ViewModels"
|
||||
xmlns:views="clr-namespace:VideoBrowser.Controls.CefSharpBrowser.Views"
|
||||
d:DataContext="{d:DesignInstance viewmodels:DefaultTabHostViewModel}"
|
||||
d:DesignHeight="450"
|
||||
d:DesignWidth="800"
|
||||
mc:Ignorable="d">
|
||||
<views:WebBrowserTabControlView x:Name="WebBrowserTabControlView" DataContext="{Binding WebBrowserTabControlViewModel}" />
|
||||
</Window>
|
||||
Reference in New Issue
Block a user