Click or drag to resize

RayguidePrismApplicationBaseOnStartup(String, String) Method

Starts the application using the given system and user folders.

Namespace: RAYLASE.Marker.GUI.Wrapper
Assembly: RAYLASE.Marker.GUI.Wrapper (in RAYLASE.Marker.GUI.Wrapper.dll) Version: 2.40.0
Syntax
C#
public void OnStartup(
	string systemDirectory,
	string userDirectory
)

Parameters

systemDirectory  String
The system folder.
userDirectory  String
The user folder.
See Also