public SocialEntityWrapper(ISocialEntity socialEntity)
 {
     m_socialEntity = socialEntity;
 }
Beispiel #2
0
 public SecurityCredential (ISocialEntity m_owner, IScene m_scene)
 {
     this.m_owner = m_owner;
     this.m_scene = m_scene;
 }
Beispiel #3
0
 public SecurityCredential(ISocialEntity m_owner, IScene m_scene)
 {
     this.m_owner = m_owner;
     this.m_scene = m_scene;
 }