Пример #1
0
        private void button8_Click(object sender, RoutedEventArgs e)
        {
            //Alert settings
            NotificationSettings notifySettings = new NotificationSettings();
            var p = new Point();

            notifySettings.Top  = this.PointToScreen(p).Y;
            notifySettings.Left = this.PointToScreen(p).X;
            notifySettings.ShowDialog();
        }