Esempio n. 1
0
 private void BindRoles(object roleName, object anotherRoleName)
 {
     // Bind RolePlayers to Roles
     Name = (NameRole)roleName;
     AnotherName = (AnotherNameRole)anotherRoleName;
 }
Esempio n. 2
0
 private void BindRoles(object roleName, object anotherRoleName)
 {
     // Bind RolePlayers to Roles
     Name        = (NameRole)roleName;
     AnotherName = (AnotherNameRole)anotherRoleName;
 }