DesktopSystemSpecificsShowAlert Method

Native way to show alert message.

Definition

Namespace: SMath.Environment
Assembly: SMath.Environment (in SMath.Environment.dll) Version: 1.2.9018.0
C#
public void ShowAlert(
	string message,
	string title
)

Parameters

message  String
Text of the message.
title  String
Title of the alert.

Implements

ISystemSpecificsShowAlert(String, String)

See Also