예제 #1
0
 private void ItemsStaticLocXTB_KeyPress(object sender, KeyPressEventArgs e)
 {
     if (e.KeyChar == (char)Keys.Enter)
     {
         _ = ItemsStaticLocYTB.Focus();
     }
 }
예제 #2
0
 private void ItemsStaticLocYLabel_Click(object sender, EventArgs e)
 {
     _ = ItemsStaticLocYTB.Focus();
 }