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