Private void readdata1_Leave (object sender, EventArgs e)
{
Readdata1. Focus ();
}
Private void readdata2_Leave (object sender, EventArgs e)
{
Readdata2. Focus ();
}
Private void readdata3_Leave (object sender, EventArgs e)
{
Readdata3. Focus ();
}
CodePudding user response:
Wrong code logic, readdata1_Leave leave the event, the event was leaving after call readdata1. The Focus (); This method, obviously wrongCodePudding user response:
Leave, after the mouse left to perform readdata1 get focus, you again some other can have what effectCodePudding user response:
Upstairs said is very clear, or you tell me something about your purpose, to realize what function