RayguidePrismApplicationBaseOnStartup(String, String) Method |
Starts the application using the given system and user folders.
Namespace: RAYLASE.Marker.GUI.WrapperAssembly: RAYLASE.Marker.GUI.Wrapper (in RAYLASE.Marker.GUI.Wrapper.dll) Version: 2.40.0
Syntaxpublic void OnStartup(
string systemDirectory,
string userDirectory
)
Parameters
- systemDirectory String
- The system folder.
- userDirectory String
- The user folder.
See Also