示例#1
0
 private void ItemsStaticLocZoneTB_KeyPress(object sender, KeyPressEventArgs e)
 {
     if (e.KeyChar == (char)Keys.Return)
     {
         _ = ItemsStaticLocXTB.Focus();
     }
 }
示例#2
0
 private void ItemsStaticLocXLabel_Click(object sender, EventArgs e)
 {
     _ = ItemsStaticLocXTB.Focus();
 }