示例#1
0
 /// <summary>
 /// Display the PullNotificationForm
 /// </summary>
 /// <param name="sender">The parameter is not used.</param>
 /// <param name="e">The parameter is not used.</param>
 private void MnuStreamingNotification_Click(object sender, EventArgs e)
 {
     StreamingNotificationForm.Show();
 }
示例#2
0
 private void mnuToolsNotificationsStreamingNotificationsViewer_Click(object sender, EventArgs e)
 {
     StreamingNotificationForm.Show();
 }