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

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

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