mirror of
https://github.com/ckaczor/wpf-notifyicon.git
synced 2026-01-17 09:45:38 -05:00
ADD MVVM Sample.
NTFY-24 git-svn-id: https://svn.evolvesoftware.ch/repos/evolve.net/WPF/NotifyIcon@198 9f600761-6f11-4665-b6dc-0185e9171623
This commit is contained in:
@@ -3,11 +3,11 @@
|
||||
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
||||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
||||
Title="NotifyIcon Samples"
|
||||
Height="563"
|
||||
Height="626"
|
||||
Width="703"
|
||||
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
|
||||
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
|
||||
mc:Ignorable="d">
|
||||
mc:Ignorable="d" ResizeMode="NoResize">
|
||||
<Grid
|
||||
Hyperlink.RequestNavigate="OnNavigationRequest">
|
||||
<Grid.Background>
|
||||
@@ -118,12 +118,11 @@
|
||||
x:Name="btnToolTipControl"
|
||||
Click="btnToolTipControl_Click" />
|
||||
<TextBlock
|
||||
Margin="0,50,328.76,0"
|
||||
Margin="255.31,50,0,0"
|
||||
VerticalAlignment="Top"
|
||||
FontWeight="Bold"
|
||||
TextWrapping="Wrap"
|
||||
HorizontalAlignment="Right"
|
||||
d:LayoutOverrides="HorizontalAlignment, Width">
|
||||
HorizontalAlignment="Left" Width="110.93">
|
||||
<Run
|
||||
Text="Showcase Sample:" />
|
||||
</TextBlock>
|
||||
@@ -207,7 +206,7 @@
|
||||
Height="1"
|
||||
Data="M11,517 L561.07363,517" Opacity="0.33" />
|
||||
<Button
|
||||
Margin="11,429,0,0"
|
||||
Margin="10,466,0,0"
|
||||
Content="Events"
|
||||
VerticalAlignment="Top"
|
||||
Height="27"
|
||||
@@ -222,6 +221,15 @@
|
||||
Height="27"
|
||||
x:Name="btnDataBinding"
|
||||
Click="btnDataBinding_Click" />
|
||||
<Button
|
||||
HorizontalAlignment="Left"
|
||||
Margin="10,429,0,0"
|
||||
Width="164"
|
||||
Content="MVVM"
|
||||
VerticalAlignment="Top"
|
||||
Height="27"
|
||||
x:Name="btnMvvm"
|
||||
Click="btnMvvm_Click" />
|
||||
|
||||
</Grid>
|
||||
</Window>
|
||||
Reference in New Issue
Block a user