mirror of
https://github.com/rmcrackan/Libation.git
synced 2026-03-06 16:07:19 -05:00
14 lines
187 B
C#
14 lines
187 B
C#
using System;
|
|
using System.Windows.Forms;
|
|
|
|
namespace WinFormsDesigner
|
|
{
|
|
public partial class SettingsDialog : Form
|
|
{
|
|
public SettingsDialog()
|
|
{
|
|
InitializeComponent();
|
|
}
|
|
}
|
|
}
|