mirror of https://github.com/cefsharp/CefSharp.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
299 B
15 lines
299 B
using System.Windows;
|
|
|
|
namespace CefSharp.Wpf.Example
|
|
{
|
|
/// <summary>
|
|
/// Interaction logic for SimpleMainWindow.xaml
|
|
/// </summary>
|
|
public partial class SimpleMainWindow : Window
|
|
{
|
|
public SimpleMainWindow()
|
|
{
|
|
InitializeComponent();
|
|
}
|
|
}
|
|
}
|