Artemis.Services.DialogService.ShowMessageBox C# (CSharp) 메소드

ShowMessageBox() 공개 추상적인 메소드

public abstract ShowMessageBox ( string title, string message ) : void
title string
message string
리턴 void
        public abstract void ShowMessageBox(string title, string message);