Update() private méthode

private Update ( ) : void
Résultat void
Exemple #1
0
 /// Update control changes to the value store.
 static bool UpdateValueStore(Control ctrl, ValueStore values) =>
 values.Update(ctrl, ctrl.Text);