mirror of
https://github.com/ckaczor/wpf-notifyicon.git
synced 2026-01-13 17:23:19 -05:00
16 lines
322 B
C#
16 lines
322 B
C#
using System.Windows;
|
|
|
|
namespace NotifyIconWpf.Sample.ShowCases.Tutorials
|
|
{
|
|
/// <summary>
|
|
/// Interaction logic for MvvmSampleWindow.xaml
|
|
/// </summary>
|
|
public partial class MvvmSampleWindow : Window
|
|
{
|
|
public MvvmSampleWindow()
|
|
{
|
|
InitializeComponent();
|
|
}
|
|
}
|
|
}
|