mirror of
https://github.com/ckaczor/wpf-notifyicon.git
synced 2026-01-15 01:35:38 -05:00
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
This commit is contained in:
8
Source/Windowless Sample/MainWindow.xaml
Normal file
8
Source/Windowless Sample/MainWindow.xaml
Normal file
@@ -0,0 +1,8 @@
|
||||
<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>
|
||||
Reference in New Issue
Block a user