C# 클래스 LiveWriterPluginManager.ViewModel.AddPluginViewModel

This class contains properties that the main View can data bind to.

Use the mvvminpc snippet to add bindable properties to this ViewModel.

You can also use Blend to data bind with the tool's support.

See http://www.galasoft.ch/mvvm

상속: ViewModelBase
파일 보기 프로젝트 열기: ScottIsAFool/LiveWriterPluginManager

공개 메소드들

메소드 설명
AddPluginViewModel ( IZipService zipService, IFileService fileService, ILiveWriterService liveWriterService, IMessageService messageService ) : GalaSoft.MvvmLight

Initializes a new instance of the MainViewModel class.

메소드 상세

AddPluginViewModel() 공개 메소드

Initializes a new instance of the MainViewModel class.
public AddPluginViewModel ( IZipService zipService, IFileService fileService, ILiveWriterService liveWriterService, IMessageService messageService ) : GalaSoft.MvvmLight
zipService IZipService
fileService IFileService
liveWriterService ILiveWriterService
messageService IMessageService
리턴 GalaSoft.MvvmLight