mirror of
https://github.com/ultrasn0w/app.git
synced 2025-12-13 23:09:52 +01:00
Base proj
This commit is contained in:
25
APP/Main.cs
Normal file
25
APP/Main.cs
Normal file
@@ -0,0 +1,25 @@
|
||||
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 APP
|
||||
{
|
||||
public partial class Main : Form
|
||||
{
|
||||
public Main()
|
||||
{
|
||||
InitializeComponent();
|
||||
}
|
||||
|
||||
private void loginToolStripMenuItem_Click(object sender, EventArgs e)
|
||||
{
|
||||
// TODO search for user in backend
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user