C# Класс Client.Wpf.Presenters.AboutWindowPresenter

A presenter that serves to facilitate cofunction of the backend and the frontend. Specific to the IAboutWindow.
Наследование: Client.Wpf.Presenters.Presenter, IAboutWindowPresenter
Показать файл Открыть проект

Открытые методы

Метод Описание
AboutWindowPresenter ( IAboutWindowStrategy strategy ) : Client.Wpf.Presenters.Interfaces

Creates a new presenter.

Описание методов

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

Creates a new presenter.
public AboutWindowPresenter ( IAboutWindowStrategy strategy ) : Client.Wpf.Presenters.Interfaces
strategy IAboutWindowStrategy An instance of a strategy.
Результат Client.Wpf.Presenters.Interfaces