C# Class Rsdn.LocUtil.RootAppContainer

Корневой контейнер.
Inheritance: System.ComponentModel.Container, IEditContext
Mostra file Open project: rsdn/janus Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
RootAppContainer ( IWin32Window dialogsOwner ) : System

Инициализирует экземпляр.

Protected Methods

Method Description
GetService ( Type service ) : object

Получить сервис.

Method Details

GetService() protected method

Получить сервис.
protected GetService ( Type service ) : object
service System.Type
return object

RootAppContainer() public method

Инициализирует экземпляр.
public RootAppContainer ( IWin32Window dialogsOwner ) : System
dialogsOwner IWin32Window
return System