C# 클래스 Naylah.Toolkit.UWP.Services.Communication.NaylahUWPDialogService

파일 보기 프로젝트 열기: NaylahProject/Naylah.Toolkit.UWP 1 사용 예제들

공개 메소드들

메소드 설명
Initialize ( ) : System.Threading.Tasks.Task
NaylahUWPDialogService ( ) : System
NaylahUWPDialogService ( WindowsDialogService _windowsDialogService, WindowsNotificationService _windowsNotificationService ) : System
ShowMessage ( MessageOptions messageOptions ) : System.Threading.Tasks.Task

메소드 상세

Initialize() 공개 메소드

public Initialize ( ) : System.Threading.Tasks.Task
리턴 System.Threading.Tasks.Task

NaylahUWPDialogService() 공개 메소드

public NaylahUWPDialogService ( ) : System
리턴 System

NaylahUWPDialogService() 공개 메소드

public NaylahUWPDialogService ( WindowsDialogService _windowsDialogService, WindowsNotificationService _windowsNotificationService ) : System
_windowsDialogService WindowsDialogService
_windowsNotificationService WindowsNotificationService
리턴 System

ShowMessage() 공개 메소드

public ShowMessage ( MessageOptions messageOptions ) : System.Threading.Tasks.Task
messageOptions MessageOptions
리턴 System.Threading.Tasks.Task