Exemplo n.º 1
0
 public SectionLocation()
     : base()
 {
     m_owner        = null;
     PlexLocation   = "";
     MappedLocation = "";
 }
Exemplo n.º 2
0
 public SectionLocation(MainSection _owner)
     : base()
 {
     m_owner        = _owner;
     PlexLocation   = "";
     MappedLocation = "";
 }
 public SearchSection(MainSection _owner)
     : base()
 {
     m_owner = _owner;
 }