Czoko_Smieciarka/Trunk/CzokoŚmieciarka.UserInterface.WPF/App.xaml.cs
Bartosz Chyzy 2e44f4653b MapEditor
2019-04-22 22:11:56 +02:00

18 lines
350 B
C#

using System;
using System.Collections.Generic;
using System.Configuration;
using System.Data;
using System.Linq;
using System.Threading.Tasks;
using System.Windows;
namespace CzokoŚmieciarka.UserInterface.WPF
{
/// <summary>
/// Interaction logic for App.xaml
/// </summary>
public partial class App : Application
{
}
}