Files
osrs-toolbox/osrs-toolbox/App.xaml.cs
2025-05-21 11:46:55 -04:00

15 lines
232 B
C#

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