Files
School/Anul 2/Semestrul 2/ISS/Lab5/CasualProfile/District 3 App/App.xaml.cs
T
2024-08-31 12:07:21 +03:00

14 lines
233 B
C#

using System.Configuration;
using System.Data;
using System.Windows;
namespace District_3_App
{
/// <summary>
/// Interaction logic for App.xaml
/// </summary>
public partial class App : Application
{
}
}