Method | Description | |
---|---|---|
ApplicationController ( IApplicationService applicationService, IVisualStudioService visualStudioService, ISettingsService settingsService, IMessageBoxService messageBoxService, IResolverService resolverService, IReadMeService readMeService ) : System.Collections.Generic |
Initializes a new instance of the ApplicationController class.
|
|
ClearErrorLogFile ( ) : void |
Clears the error log file.
|
|
ClearLogFile ( ) : void |
Clears the log file.
|
|
GetInstallationDirectory ( ) : string |
Gets the installation directory.
|
|
GetProjects ( ) : IEnumerable |
Gets the projects.
|
|
MvvmCrossHomePage ( ) : void |
MVVMs the cross home page.
|
|
OpenInstallationDirectory ( ) : void |
Opens the installation directory.
|
|
SetWorkingDirectory ( string path ) : void |
Sets the working directory.
|
|
ShowAboutBox ( ) : void |
Shows the about box.
|
|
ShowOptions ( ) : void |
Shows the options.
|
|
ViewErrorLogFile ( ) : void |
Views the error log file.
|
|
ViewLogFile ( ) : void |
Views the log file.
|
|
XamarinFormsHomePage ( ) : void |
Xamarins the forms home page.
|
public ApplicationController ( IApplicationService applicationService, IVisualStudioService visualStudioService, ISettingsService settingsService, IMessageBoxService messageBoxService, IResolverService resolverService, IReadMeService readMeService ) : System.Collections.Generic | ||
applicationService | IApplicationService | The application service. |
visualStudioService | IVisualStudioService | The visual studio service. |
settingsService | ISettingsService | The settings service. |
messageBoxService | IMessageBoxService | The message box service. |
resolverService | IResolverService | The resolver service. |
readMeService | IReadMeService | The read me service. |
return | System.Collections.Generic |
public SetWorkingDirectory ( string path ) : void | ||
path | string | The path. |
return | void |