diff options
| author | BuildTools <unconfigured@null.spigotmc.org> | 2017-03-25 13:58:25 -0400 |
|---|---|---|
| committer | BuildTools <unconfigured@null.spigotmc.org> | 2017-03-25 13:58:25 -0400 |
| commit | f92ee1b282bd861ab268c15f76b1e95dbb1d0ce6 (patch) | |
| tree | dd4c6abd5dd9d2721815fb90e0fa3ae5f1bf2c10 /AleeOS/aleeos_login.cs | |
| parent | 2f66dacf8090516265a3b4652200bc4c457c5dd6 (diff) | |
| download | AleeOS-CSharp-f92ee1b282bd861ab268c15f76b1e95dbb1d0ce6.tar.gz AleeOS-CSharp-f92ee1b282bd861ab268c15f76b1e95dbb1d0ce6.tar.bz2 AleeOS-CSharp-f92ee1b282bd861ab268c15f76b1e95dbb1d0ce6.zip | |
New Login Design
Diffstat (limited to 'AleeOS/aleeos_login.cs')
| -rw-r--r-- | AleeOS/aleeos_login.cs | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/AleeOS/aleeos_login.cs b/AleeOS/aleeos_login.cs new file mode 100644 index 0000000..a8551d8 --- /dev/null +++ b/AleeOS/aleeos_login.cs @@ -0,0 +1,30 @@ +using System; +using System.Collections.Generic; +using System.ComponentModel; +using System.Data; +using System.Drawing; +using System.Linq; +using System.Text; +using System.Threading.Tasks; +using System.Windows.Forms; + +namespace AleeOS +{ + public partial class aleeos_login : Form + { + public aleeos_login() + { + InitializeComponent(); + } + + private void Form1_Load(object sender, EventArgs e) + { + + } + + private void button1_Click(object sender, EventArgs e) + { + + } + } +} |
