Beispiel #1
0
        //-----------------------------------------------------------------------------
        // Constructor
        //-----------------------------------------------------------------------------

        public PropertiesContainer(ZeldaPropertyGrid propertyGrid)
        {
            this.properties   = null;
            this.propertyList = new List <Property>();
            this.propertyGrid = propertyGrid;
        }
 //-----------------------------------------------------------------------------
 // Constructor
 //-----------------------------------------------------------------------------
 public PropertiesContainer(ZeldaPropertyGrid propertyGrid)
 {
     this.properties		= null;
     this.propertyList	= new List<Property>();
     this.propertyGrid	= propertyGrid;
 }