Files
infosys-publisher/InfosysPublisher/App.xaml.cs
David Štaleker edab522e0e prvi
2023-07-18 11:30:02 +02:00

19 lines
357 B
C#

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