Class PlatformCommands
- Namespace
- CarinaStudio
- Assembly
- CarinaStudio.AppBase.Application.dll
public static class PlatformCommands
- Inheritance
-
PlatformCommands
- Inherited Members
Properties
OpenFileManagerCommand
Command to use OpenFileManager(string).
public static ICommand OpenFileManagerCommand { get; }
Property Value
Remarks
The type of parameter is string.
OpenLinkCommand
Command to use OpenLink(string) or OpenLink(Uri).
public static ICommand OpenLinkCommand { get; }