C# Class 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

Inheritance: ViewModelBase
ファイルを表示 Open project: ScottIsAFool/LiveWriterPluginManager

Public Methods

Method Description
AddPluginViewModel ( IZipService zipService, IFileService fileService, ILiveWriterService liveWriterService, IMessageService messageService ) : GalaSoft.MvvmLight

Initializes a new instance of the MainViewModel class.

Method Details

AddPluginViewModel() public method

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
return GalaSoft.MvvmLight