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

MapSourceSelectorPanel() public method

Creates and returns a new instance of a MapSourceSelectorPanel object.
public MapSourceSelectorPanel ( ) : System
return System
        public MapSourceSelectorPanel()
        {
            InitializeComponent();
            ResetPoints();
        }