Files
wpf-notifyicon/src/NotifyIconWpf.Sample.Windowless/MainWindow.xaml

9 lines
386 B
XML

<Window x:Class="NotifyIconWpf.Sample.Windowless.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>