mirror of
https://github.com/ckaczor/wpf-notifyicon.git
synced 2026-01-13 17:23:19 -05:00
15 lines
265 B
C#
15 lines
265 B
C#
using System.Windows.Controls;
|
|
|
|
namespace Samples.Tutorials.MvvmSample
|
|
{
|
|
/// <summary>
|
|
/// Interaction logic for ClockPopup.xaml
|
|
/// </summary>
|
|
public partial class ClockPopup : UserControl
|
|
{
|
|
public ClockPopup()
|
|
{
|
|
this.InitializeComponent();
|
|
}
|
|
}
|
|
} |