ProgramQueuer/ProgramQueuer/App.xaml.cs

18 lines
332 B
C#
Executable File

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