Advertisement
Guest User

Untitled

a guest
Apr 15th, 2020
37
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. using System.ComponentModel;
  2. using System.Data;
  3. using System.Drawing;
  4. using System.Linq;
  5. using System.Text;
  6. using System.Threading.Tasks;
  7. using System.Windows.Forms;
  8. using System.Net.NetworkInformation;
  9. using System.Text.RegularExpressions;
  10. using System.Threading;
  11.  
  12. namespace PingServers
  13. {
  14. public partial class Form1 : Form
  15. {
  16. private string _exception;
  17.  
  18. public Form1()
  19. {
  20. InitializeComponent();
  21. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement