Exemple #1
0
 public static void Handle(ClientLib.Events.Args.EventArgs.ServerEventArgs args)
 {
     System.Windows.Forms.MessageBox.Show("Fehler beim Download, die Datei konnte nicht auf dem Server gefunden werden!", "Error", System.Windows.Forms.MessageBoxButtons.OK, System.Windows.Forms.MessageBoxIcon.Error);
 }
Exemple #2
0
 public static void Handle(ClientLib.Events.Args.EventArgs.ServerEventArgs args)
 {
     //MetroFramework.MetroMessageBox.Show(Resources.HandlingForm, args.Param, "Information", System.Windows.Forms.MessageBoxButtons.OK, System.Windows.Forms.MessageBoxIcon.Information, 120);
     System.Windows.Forms.MessageBox.Show(args.Param, "Information", System.Windows.Forms.MessageBoxButtons.OK, System.Windows.Forms.MessageBoxIcon.Information);
 }