ARCed.Controls.MapEditorXnaPanel.MapEditorXnaPanel C# (CSharp) Method

MapEditorXnaPanel() public method

Creates and returns a new instance of a MapEditorXnaPanel.
public MapEditorXnaPanel ( ) : System
return System
        public MapEditorXnaPanel()
        {
            _selectionEnabled = true;
            InitializeComponent();
        }