Files
Apollon/Apollon.WPF/Stores/SelectedApollonStore.cs
Natlinux81 e9b04dbe89 Overview
Creating a Startwindow
2022-08-09 22:04:43 +02:00

14 lines
247 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Apollon.WPF.Stores
{
public class SelectedApollonStore
{
public int MyProperty { get; set; }
}
}