Files
GotecHaftmittel/APQP/App.xaml.cs
T

17 lines
290 B
C#
Raw Normal View History

2025-10-31 12:50:24 +01:00
using System;
using System.Collections.Generic;
using System.Configuration;
using System.Data;
using System.Linq;
using System.Windows;
namespace APQP
{
/// <summary>
/// Interaction logic for App.xaml
/// </summary>
public partial class App : Application
{
}
}