Ejemplo n.º 1
0
 public ProfileControllerActionEventArgs(ProfileControllerAction action, NodeProfile profile)
 {
     Action  = action;
     Profile = profile;
 }
 public ProfileControllerActionEventArgs(ProfileControllerAction action, NodeProfile profile)
 {
     Action = action;
     Profile = profile;
 }