コード例 #1
0
ファイル: ShellViewModel.cs プロジェクト: rfrfrf/WordPressUWP
 private void _inAppNotificationService_InAppNotificationRaised(object sender, string e)
 {
     // Relay to codebehind
     InAppNotificationRaised.Invoke(null, e);
 }
コード例 #2
0
 public void ShowInAppNotification(string text)
 {
     InAppNotificationRaised.Invoke(null, text);
 }