This repository has been archived on 2024-06-13. You can view files and clone it, but cannot push or open issues or pull requests.
PhysFormuler/App.xaml.cs
2019-10-13 01:29:26 +03:00

18 lines
355 B
C#

using System;
using System.Collections.Generic;
using System.Configuration;
using System.Data;
using System.Linq;
using System.Threading.Tasks;
using System.Windows;
namespace PhysFormuler
{
/// <summary>
/// Логика взаимодействия для App.xaml
/// </summary>
public partial class App : Application
{
}
}