mirror of
https://github.com/ckaczor/wpf-notifyicon.git
synced 2026-01-14 01:25:45 -05:00
9 lines
372 B
XML
9 lines
372 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>
|