示例#1
0
 private void ModuleCustomAttributes_GridUpdated(object sender, EventArgs e)
 {
     AssemblyCustomAttributes.Rehash();
     ModuleCustomAttributes.Rehash();
 }
示例#2
0
 void IHandler.OnConfigurationChanged(object sender, EventArgs e)
 {
     AssemblyCustomAttributes.Rehash();
     ModuleCustomAttributes.Rehash();
 }