magic-ball/WpfApp13/App.xaml.cs
Mootfrost777 cc968f4440 v.0.1
Start commit. All functional. Bugs with gif.
2021-12-21 20:01:02 +03:00

17 lines
324 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 WpfApp13
{
/// <summary>
/// Interaction logic for App.xaml
/// </summary>
public partial class App : Application
{
}
}