Class WelcomeViewController
Inheritance
WelcomeViewController
Inherited Members
Namespace: SdlSdl.TranslationStudioAutomationIntegrationApi
Assembly: Sdl.TranslationStudioAutomation.IntegrationApi.dll
Syntax
[BindController("SimpleStartView")]
public class WelcomeViewController : AbstractBindedController, IDisposable, IBindedController
Constructors
WelcomeViewController(IStudioWindow)
Declaration
public WelcomeViewController(IStudioWindow studioWindow)
Parameters
Type | Name | Description |
---|---|---|
Sdl.Desktop.Platform.IStudioWindow | studioWindow |
Methods
Initialize(IViewContext)
Called only once when the controller is initialized
Declaration
protected override void Initialize(IViewContext context)
Parameters
Type | Name | Description |
---|---|---|
IViewContext | context | The context in which the view is initialized. |