示例#1
0
 public void search(MetroTextBox text, Form f)
 {
     text.Width = f.Width - 450;
     text.Refresh();
 }