Windows Phone の開発は初めてです。トースト メッセージを 3 秒間表示する必要があります。以下のコードで試しました
ShellToast toast = new ShellToast();
toast.Title = "My title";
toast.Content = " my message";
toast.Show();
それは私のために働いていません。これを解決するには?
Windows Phone の開発は初めてです。トースト メッセージを 3 秒間表示する必要があります。以下のコードで試しました
ShellToast toast = new ShellToast();
toast.Title = "My title";
toast.Content = " my message";
toast.Show();
それは私のために働いていません。これを解決するには?