Exemplo n.º 1
0
 ////////////////////////////////////// ON POST TESTS
 public Boolean EA_OnPostNewAttribute(EA.Repository repository, EA.EventProperties info)
 {
     EA.Attribute attibute = repository.GetAttributeByID(IDcollect(repository, info));
     MessageBox.Show("NEW ATTRIBUTE CREATED");
     return true;
 }