SIL.ObjectBrowser.InspectorWnd.InspectorWnd C# (CSharp) Méthode

InspectorWnd() public méthode

Initializes a new instance of the InspectorWnd class.
public InspectorWnd ( ) : System
Résultat System
		public InspectorWnd()
		{
			InitializeComponent();
			gridInspector.CreateDefaultColumns();
			gridInspector.ShadingColor = (Properties.Settings.Default.UseShading ?
				Properties.Settings.Default.ShadeColor : Color.Empty);
		}