Files
mtapi/MtApi5TestClient/App.xaml.cs
T
2014-10-31 09:05:52 +02:00

17 lines
318 B
C#
Executable File

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