eDosStation/RegisterBAdge/App.xaml.cs

18 lines
329 B
C#
Raw Normal View History

2020-02-05 14:21:53 +01:00
using System;
using System.Collections.Generic;
using System.Configuration;
using System.Data;
using System.Linq;
using System.Threading.Tasks;
using System.Windows;
namespace RegisterBAdge
{
/// <summary>
/// Interaction logic for App.xaml
/// </summary>
public partial class App : Application
{
}
}