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

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

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