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