1
0
mirror of https://github.com/Artemis-RGB/Artemis synced 2025-12-13 05:48:35 +00:00
Artemis/src/Artemis.UI/App.xaml.cs
2017-12-27 19:34:13 +01:00

11 lines
185 B
C#

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