Example #1
0
        public RoofingForm()
        {
            InitializeComponent();
            Pandora.Localization.LocalizeControl(this);

            m_Roof = new Roof();
            // Issue 10 - Update the code to Net Framework 3.5 - http://code.google.com/p/pandorasbox3/issues/detail?id=10 - Smjert
            m_RoofTiles = new List <TileSet>();
            // Issue 10 - End
        }
Example #2
0
		public RoofingForm()
		{
			InitializeComponent();
			Pandora.Localization.LocalizeControl( this );

			m_Roof = new Roof();
			// Issue 10 - Update the code to Net Framework 3.5 - http://code.google.com/p/pandorasbox3/issues/detail?id=10 - Smjert
			m_RoofTiles = new List<TileSet>();
			// Issue 10 - End
		}