Added minimal example of how CefSharp can be used. Only WPF so far.
This commit is contained in:
8
CefSharp.MinimalExample.Wpf/MainWindow.xaml
Normal file
8
CefSharp.MinimalExample.Wpf/MainWindow.xaml
Normal file
@@ -0,0 +1,8 @@
|
||||
<Window x:Class="CefSharp.MinimalExample.Wpf.MainWindow"
|
||||
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
||||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
||||
xmlns:main="clr-namespace:CefSharp.MinimalExample.Wpf.Views.Main"
|
||||
Title="{Binding WebBrowser.Title}"
|
||||
WindowState="Maximized">
|
||||
<main:MainView/>
|
||||
</Window>
|
Reference in New Issue
Block a user