SetHint() public method

public SetHint ( string hint ) : void
hint string
return void
Example #1
0
 private void Log(String msg)
 {
     form.SetHint(msg);
     log.Info(msg);
 }