프로퍼티 | 타입 | 설명 | |
---|---|---|---|
AppSetting |
메소드 | 설명 | |
---|---|---|
Init ( ) : void | ||
InputBox ( string question, string yesLabel, string yesMessengerContent, string yesMessengerIdentifier, string noLabel, string noMessengerContent, string noMessengerIdentifier, string metroIcon = "Information", double translateXIcon = -20, double translateYIcon = -20, double scaleIcon = 2, GeneralSystemWideMessage msgToPassAlong = null, string imageIcon = "" ) : void | ||
IsConnected ( ) : bool | ||
MessageBox ( string question, string yesLabel, string yesMessengerContent, string yesMessengerIdentifier, string noLabel, string noMessengerContent, string noMessengerIdentifier, string metroIcon = "Information", double translateXIcon = -20, double translateYIcon = -20, double scaleIcon = 2, GeneralSystemWideMessage msgToPassAlong = null, string imageIcon = "" ) : void | ||
SendInformationNotification ( string msg, double duration, string imageIcon = "" ) : void | ||
Start ( ) : void | ||
Stop ( ) : void |
메소드 | 설명 | |
---|---|---|
GetSettingsLocalAndCloud ( ) : System.Threading.Tasks.Task | ||
NetworkInformation_NetworkStatusChanged ( object sender ) : void |
public static InputBox ( string question, string yesLabel, string yesMessengerContent, string yesMessengerIdentifier, string noLabel, string noMessengerContent, string noMessengerIdentifier, string metroIcon = "Information", double translateXIcon = -20, double translateYIcon = -20, double scaleIcon = 2, GeneralSystemWideMessage msgToPassAlong = null, string imageIcon = "" ) : void | ||
question | string | |
yesLabel | string | |
yesMessengerContent | string | |
yesMessengerIdentifier | string | |
noLabel | string | |
noMessengerContent | string | |
noMessengerIdentifier | string | |
metroIcon | string | |
translateXIcon | double | |
translateYIcon | double | |
scaleIcon | double | |
msgToPassAlong | GeneralSystemWideMessage | |
imageIcon | string | |
리턴 | void |
public static MessageBox ( string question, string yesLabel, string yesMessengerContent, string yesMessengerIdentifier, string noLabel, string noMessengerContent, string noMessengerIdentifier, string metroIcon = "Information", double translateXIcon = -20, double translateYIcon = -20, double scaleIcon = 2, GeneralSystemWideMessage msgToPassAlong = null, string imageIcon = "" ) : void | ||
question | string | |
yesLabel | string | |
yesMessengerContent | string | |
yesMessengerIdentifier | string | |
noLabel | string | |
noMessengerContent | string | |
noMessengerIdentifier | string | |
metroIcon | string | |
translateXIcon | double | |
translateYIcon | double | |
scaleIcon | double | |
msgToPassAlong | GeneralSystemWideMessage | |
imageIcon | string | |
리턴 | void |
public static SendInformationNotification ( string msg, double duration, string imageIcon = "" ) : void | ||
msg | string | |
duration | double | |
imageIcon | string | |
리턴 | void |