SnapDotNet.Apps.Notifications.ToastContent.ToastContentFactory.CreateToastText02 C# (CSharp) Method

CreateToastText02() public static method

Creates a ToastText02 template content object.
public static CreateToastText02 ( ) : IToastText02
return IToastText02
                public static IToastText02 CreateToastText02()
                {
                    return new ToastText02();
                }