Пример #1
0
 private void FormMain_Load(object sender, EventArgs e)
 {
     Location = Postion.getPostion(this, 0.4f, 0.4f, null);
     Activate();
     this.Text = "欢迎 " + Login.get().name + " 登录 " + this.Text;
 }