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

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

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