Catel.LogAnalyzer.Views.ShellView.ShellView C# (CSharp) Метод

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

Initializes a new instance of the ShellView class.
public ShellView ( ) : System.Windows
Результат System.Windows
        public ShellView()
            : base(DataWindowMode.Custom, setOwnerAndFocus: false)
        {
            InitializeComponent();

            var serviceLocator = ServiceLocator.Default;

            serviceLocator.RegisterInstance(this);
            serviceLocator.RegisterType<IPleaseWaitService, Services.PleaseWaitService>();
            serviceLocator.RegisterInstance(textEditor.TextArea.TextView.LineTransformers);
        }
        #endregion
ShellView