diff options
Diffstat (limited to 'AleeOS/aleeos_login.cs')
| -rw-r--r-- | AleeOS/aleeos_login.cs | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/AleeOS/aleeos_login.cs b/AleeOS/aleeos_login.cs deleted file mode 100644 index a8551d8..0000000 --- a/AleeOS/aleeos_login.cs +++ /dev/null @@ -1,30 +0,0 @@ -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) - { - - } - } -} |
