private void tbProjectID_Key Down(object sender, KeyEventArgs e)
{
if (e.KeyCode ==Keys.F5)
{
f_cariproject carip = new f_cariproject() ;
carip.Show();
}
}
=====
Igot trouble whith statement, can u help me couse I am new in C#
{
if (e.KeyCode ==Keys.F5)
{
f_cariproject carip = new f_cariproject() ;
carip.Show();
}
}
=====
Igot trouble whith statement, can u help me couse I am new in C#
Comment