Files
wpf-notifyicon/Hardcodet.NotifyIcon.Wpf/Source/Sample Project/App.xaml.cs
2013-11-25 15:43:33 +01:00

17 lines
349 B
C#

using System;
using System.Collections.Generic;
using System.Configuration;
using System.Data;
using System.Linq;
using System.Windows;
using Hardcodet.Wpf.TaskbarNotification;
namespace Samples
{
/// <summary>
/// Interaction logic for App.xaml
/// </summary>
public partial class App : Application
{
}
}