Ejemplo n.º 1
0
 public void AddPlace(Place i_Place)
 {
     m_CategoryPlaces.Add(i_Place);
     PlacesContainer.Controls.Add(i_Place);
 }
Ejemplo n.º 2
0
        public void AddFbPage(Page i_Page)
        {
            Place newPlace = new Place(i_Page);

            AddPlace(newPlace);
        }