SnapDotNet.Apps.Notifications.ToastContent.ToastContentFactory.CreateToastText04 C# (CSharp) Метод

CreateToastText04() публичный статический Метод

Creates a ToastText04 template content object.
public static CreateToastText04 ( ) : IToastText04
Результат IToastText04
                public static IToastText04 CreateToastText04()
                {
                    return new ToastText04();
                }