Skip to content

Commit ce31cb5

Browse files
author
ArthurHub
committed
* add missing file
1 parent 0f087af commit ce31cb5

1 file changed

Lines changed: 30 additions & 0 deletions

File tree

Source/Demo/WPF/DemoWindow.xaml.cs

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
// "Therefore those skilled at the unorthodox
2+
// are infinite as heaven and earth,
3+
// inexhaustible as the great rivers.
4+
// When they come to an end,
5+
// they begin again,
6+
// like the days and months;
7+
// they die and are reborn,
8+
// like the four seasons."
9+
//
10+
// - Sun Tsu,
11+
// "The Art of War"
12+
13+
using System.Windows;
14+
15+
namespace HtmlRenderer.Demo.WPF
16+
{
17+
/// <summary>
18+
/// Interaction logic for DemoWindow.xaml
19+
/// </summary>
20+
public partial class DemoWindow
21+
{
22+
public DemoWindow()
23+
{
24+
InitializeComponent();
25+
}
26+
27+
private void OnSelectedItemChanged(object sender, RoutedPropertyChangedEventArgs<object> e)
28+
{}
29+
}
30+
}

0 commit comments

Comments
 (0)