C# Class JavaToCSharpGui.ShellViewModel

Inheritance: Caliburn.Micro.Screen, IShell
Exibir arquivo Open project: paulirwin/JavaToCSharp

Public Methods

Method Description
AddUsing ( ) : void
Convert ( ) : void
CopyOutput ( ) : void
ForkMeOnGitHub ( ) : void
OpenFileDialog ( ) : void
RemoveUsing ( string value ) : void
ShellViewModel ( ) : System

Private Methods

Method Description
options_StateChanged ( object sender, ConversionStateChangedEventArgs e ) : void
options_WarningEncountered ( object sender, ConversionWarningEventArgs e ) : void

Method Details

AddUsing() public method

public AddUsing ( ) : void
return void

Convert() public method

public Convert ( ) : void
return void

CopyOutput() public method

public CopyOutput ( ) : void
return void

ForkMeOnGitHub() public method

public ForkMeOnGitHub ( ) : void
return void

OpenFileDialog() public method

public OpenFileDialog ( ) : void
return void

RemoveUsing() public method

public RemoveUsing ( string value ) : void
value string
return void

ShellViewModel() public method

public ShellViewModel ( ) : System
return System