Open.Core.Common.Controls.Editors.PropertyExplorer.PropertyExplorer C# (CSharp) Метод

PropertyExplorer() публичный Метод

public PropertyExplorer ( ) : System.Windows.Controls
Результат System.Windows.Controls
        public PropertyExplorer()
        {
            Templates.Instance.ApplyTemplate(this);
            Background = StyleResources.Colors["Mac.Lavender"] as Brush;
        }
        #endregion
PropertyExplorer