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

CreateToastText01() public static method

Creates a ToastText01 template content object.
public static CreateToastText01 ( ) : IToastText01
return IToastText01
                public static IToastText01 CreateToastText01()
                {
                    return new ToastText01();
                }