DINO_SCRUM/Magazyn_Client/Magazyn/App.xaml.cs

21 lines
373 B
C#
Raw Normal View History

using System;
using System.Collections.Generic;
using System.Configuration;
using System.Data;
using System.Linq;
using System.Threading.Tasks;
using System.Windows;
using System.Windows.Media.Imaging;
namespace Magazyn
{
/// <summary>
/// Interaction logic for App.xaml
/// </summary>
public partial class App : Application
{
2019-01-23 00:13:05 +01:00
}
}