Files
wpf-notifyicon/Source/Windowless Sample/MainWindow.xaml
Philipp Sumi 26e8db45da ADD Sample for windowless application.
NTFY-25

git-svn-id: https://svn.evolvesoftware.ch/repos/evolve.net/WPF/NotifyIcon@203 9f600761-6f11-4665-b6dc-0185e9171623
2013-11-23 02:10:17 +00:00

9 lines
380 B
XML

<Window x:Class="Windowless_Sample.MainWindow"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
Title="MainWindow" Height="350" Width="525">
<Grid>
<TextBlock Text="Have a look at App.xaml and App.xaml.cs to see how things are working" />
</Grid>
</Window>