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

CreateToastText03() public static method

Creates a ToastText03 template content object.
public static CreateToastText03 ( ) : IToastText03
return IToastText03
                public static IToastText03 CreateToastText03()
                {
                    return new ToastText03();
                }