public RadDesktopAlertManager ExecuteBatchDesktopAlert=new RadDesktopAlertManager(AlertScreenPosition.BottomRight,new Point(5,5),5); public void ShowNotification(string header, string content) { var radAlert = new RadDesktopAlert {
Header = header, Content = content, Height = 90, Width = 300, Opacity = 1, Background = Brushes.Gray,
};
ExecuteBatchDesktopAlert.ShowAlert(radAlert);
}
Aucun commentaire:
Enregistrer un commentaire