This repository has been archived on 2025-07-21. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
EnvyUpdate/EnvyUpdate/App.xaml.cs

19 lines
352 B
C#
Raw Normal View History

2019-11-08 19:30:32 +01:00
using System;
using System.Collections.Generic;
using System.Configuration;
using System.Data;
2021-09-06 22:26:41 +02:00
using System.Diagnostics;
2019-11-08 19:30:32 +01:00
using System.Linq;
using System.Threading.Tasks;
using System.Windows;
namespace EnvyUpdate
{
/// <summary>
/// Interaction logic for App.xaml
/// </summary>
public partial class App : Application
{
}
}