begin account management UI
This commit is contained in:
parent
3941906d72
commit
515dfceb73
12 changed files with 717 additions and 20 deletions
13
WinFormsDesigner/Dialogs/AccountsDialog.cs
Normal file
13
WinFormsDesigner/Dialogs/AccountsDialog.cs
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
using System;
|
||||
using System.Windows.Forms;
|
||||
|
||||
namespace WinFormsDesigner.Dialogs
|
||||
{
|
||||
public partial class AccountsDialog : Form
|
||||
{
|
||||
public AccountsDialog()
|
||||
{
|
||||
InitializeComponent();
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue