AreaLinePatches.Form2.Form2_Load C# (CSharp) Method

Form2_Load() private method

private Form2_Load ( object sender, System e ) : void
sender object
e System
return void
		private void Form2_Load(object sender, System.EventArgs e)
		{
			//Get the ArcGIS install location
            string sInstall = ESRI.ArcGIS.RuntimeManager.ActiveRuntime.Path;
      
			//Load the ESRI.ServerStyle file into the SymbologyControl
			axSymbologyControl1.LoadStyleFile(sInstall + "\\Styles\\ESRI.ServerStyle");
		}