We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f087af commit ce31cb5Copy full SHA for ce31cb5
1 file changed
Source/Demo/WPF/DemoWindow.xaml.cs
@@ -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