mirror of
https://github.com/vdemydiuk/mtapi.git
synced 2026-07-28 19:17:48 +00:00
17 lines
318 B
C#
17 lines
318 B
C#
|
|
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
|
||
|
|
{
|
||
|
|
}
|
||
|
|
}
|