Plane.Libraries/Plane.WpfTests/App.xaml.cs

17 lines
300 B
C#
Raw Normal View History

2017-02-27 02:04:13 +08:00
using System;
using System.Collections.Generic;
using System.Configuration;
using System.Data;
using System.Linq;
using System.Windows;
namespace Plane.WpfTests
{
/// <summary>
/// Interaction logic for App.xaml
/// </summary>
public partial class App : Application
{
}
}