Ejemplo n.º 1
0
 private void txtWidth_TextChanged(object sender, EventArgs e)
 {
     try
     {
         secili_kontrol.Width = Convert.ToInt16(txtWidth.Text);
         secili_kontrol.Refresh();
     }
     catch (Exception) { }
 }