Alexandria.Client.ViewModels.SubscriptionDetails.ErrorEdit C# (CSharp) 메소드

ErrorEdit() 공개 메소드

public ErrorEdit ( string theErrorMessage ) : void
theErrorMessage string
리턴 void
        public void ErrorEdit(string theErrorMessage)
        {
            ViewMode = ViewMode.Error;
            ErrorMessage = theErrorMessage;
        }