CEngineSharp_Editor.MapEditor.MapEditor_Load C# (CSharp) Method

MapEditor_Load() private method

private MapEditor_Load ( object sender, EventArgs e ) : void
sender object
e EventArgs
return void
        private void MapEditor_Load(object sender, EventArgs e)
        {
            this.mapList.SelectedIndex = 0;
            this.mapScrollX.Maximum = this.mapEditorProperties.MapWidth - this.mapEditorProperties.MapEditorWidth;
            this.mapScrollY.Maximum = this.mapEditorProperties.MapHeight - this.mapEditorProperties.MapEditorHeight;
        }