private void TextBox_LostFocus(object sender, RoutedEventArgs e) { if (((TextBox)sender).Text.Length < 5) { MessageBox.
確定! 回上一頁