If (TypeOf sender Is TextBox)Then Dim txt As TextBox= DirectCast(sender, TextBox)End If
if (sender Is TextBox){ TextBox txt=(TextBox)sender;}
0 коментара:
Post a Comment