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

CreateToastText04() public static method

Creates a ToastText04 template content object.
public static CreateToastText04 ( ) : IToastText04
return IToastText04
                public static IToastText04 CreateToastText04()
                {
                    return new ToastText04();
                }