Esempio n. 1
0
 public static IControlState Save(this Control control, ControlStateOptions options = ControlStateOptions.Default)
 {
     return(ControlState.Save(control, options));
 }