HR-Collector/HRServer-Exporter/HorseViewer/ViewSettings.cs
2024-12-08 22:52:38 +01:00

20 lines
386 B
C#

using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
namespace HorseViewer
{
public partial class ViewSettings : Form
{
public ViewSettings()
{
InitializeComponent();
}
}
}