Ejemplo n.º 1
0
 public SocialEntityWrapper(ISocialEntity socialEntity)
 {
     m_socialEntity = socialEntity;
 }
Ejemplo n.º 2
0
 public SecurityCredential (ISocialEntity m_owner, IScene m_scene)
 {
     this.m_owner = m_owner;
     this.m_scene = m_scene;
 }
Ejemplo n.º 3
0
 public SecurityCredential(ISocialEntity m_owner, IScene m_scene)
 {
     this.m_owner = m_owner;
     this.m_scene = m_scene;
 }