Exemplo n.º 1
0
 //Title控制窗口移动
 private void TitlePanal_MouseDown(object sender, MouseEventArgs e)
 {
     WinForms.MoveFrom(this.Handle);
 }