Alexandria.Client.ViewModels.SubscriptionDetails.ErrorEdit C# (CSharp) Méthode

ErrorEdit() public méthode

public ErrorEdit ( string theErrorMessage ) : void
theErrorMessage string
Résultat void
        public void ErrorEdit(string theErrorMessage)
        {
            ViewMode = ViewMode.Error;
            ErrorMessage = theErrorMessage;
        }