📅  最后修改于: 2022-03-11 14:57:15.639000             🧑  作者: Mango
public sealed class Bootstrapper : BootstrapperBase
{
public Bootstrapper()
{
Initialize();
ConventionManager.AddElementConvention(
PasswordBoxHelper.BoundPasswordProperty,
"Password",
"PasswordChanged");
}
// other bootstrapper stuff here
}