111,092
社区成员




public partial class Form1 : Form
{
public Form1()
{
InitializeComponent();
}
private void Form1_Load(object sender, EventArgs e)
{
this.DesktopLocation = Screen.AllScreens[1].Bounds.Location;
BtnRefresh();
timer1.Enabled = true;
timer1.Start();
}