SnapDotNet.Apps.Notifications.ToastContent.ToastContentFactory.CreateToastText03 C# (CSharp) Méthode

CreateToastText03() public static méthode

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