C# Class JiraAssistant.Controls.Dialogs.UpdateInstallPrompt

显示文件 Open project: sceeter89/jira-client Class Usage Examples

Public Methods

Method Description
Prompt ( ) : UpdatePromptResult
UpdateInstallPrompt ( System.Version current, System.Version latest, bool isStable ) : GalaSoft.MvvmLight.Command

Method Details

Prompt() public method

public Prompt ( ) : UpdatePromptResult
return UpdatePromptResult

UpdateInstallPrompt() public method

public UpdateInstallPrompt ( System.Version current, System.Version latest, bool isStable ) : GalaSoft.MvvmLight.Command
current System.Version
latest System.Version
isStable bool
return GalaSoft.MvvmLight.Command