checking in all the old panacean stuff
This commit is contained in:
18
sFTPlugins/Register/Register.cs
Normal file
18
sFTPlugins/Register/Register.cs
Normal file
@@ -0,0 +1,18 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.ComponentModel;
|
||||
using System.Data;
|
||||
using System.Drawing;
|
||||
using System.Text;
|
||||
using System.Windows.Forms;
|
||||
|
||||
namespace Register
|
||||
{
|
||||
public partial class Register : Form
|
||||
{
|
||||
public Register()
|
||||
{
|
||||
InitializeComponent();
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user