示例#1
0
 void Handle(Input.Username action)
 {
     this.AssurePropertyMetadataName(action.Template.TemplateName, action.Value);
 }
示例#2
0
 void Handle(Input.Username action) // Makes the Reset Password clickable again.
 {
     this.DisableRestoreClick = 0;
 }