mirror of
https://github.com/ckaczor/wpf-notifyicon.git
synced 2026-01-14 01:25:45 -05:00
Added .NET 5.0 and restructured the repository. (#47)
This commit is contained in:
8
src/NotifyIconWpf.Sample.Windowless/MainWindow.xaml
Normal file
8
src/NotifyIconWpf.Sample.Windowless/MainWindow.xaml
Normal file
@@ -0,0 +1,8 @@
|
||||
<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>
|
||||
Reference in New Issue
Block a user