mirror of
https://github.com/rmcrackan/Libation.git
synced 2026-04-30 11:45:53 -04:00
14 lines
195 B
C#
14 lines
195 B
C#
using System;
|
|
using System.Windows.Forms;
|
|
|
|
namespace WinFormsDesigner.Dialogs
|
|
{
|
|
public partial class AccountsDialog : Form
|
|
{
|
|
public AccountsDialog()
|
|
{
|
|
InitializeComponent();
|
|
}
|
|
}
|
|
}
|