using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Threading;
using System.Threading.Tasks;
using System.Windows.Forms;
namespace HighWayIot.Winform.MainForm
{
public partial class LoginForm : Form
{
public LoginForm()
{
InitializeComponent();
}
///
/// 登陆验证
///
///
///
private void Login_Click(object sender, EventArgs e)
{
}
///
/// 自动登录
///
///
///
private void LoginForm_Load(object sender, EventArgs e)
{
}
}
}