Form4.cs 785 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. using System;
  2. using System.Collections.Generic;
  3. using System.ComponentModel;
  4. using System.Data;
  5. using System.Drawing;
  6. using System.Linq;
  7. using System.Text;
  8. using System.Windows.Forms;
  9. namespace FileWatcher
  10. {
  11. public partial class Form4 : Form
  12. {
  13. public Form4()
  14. {
  15. InitializeComponent();
  16. }
  17. private void label12_Click(object sender, EventArgs e)
  18. {
  19. }
  20. private void textBox7_TextChanged(object sender, EventArgs e)
  21. {
  22. }
  23. private void textBox3_TextChanged(object sender, EventArgs e)
  24. {
  25. }
  26. private void Form4_Load(object sender, EventArgs e)
  27. {
  28. }
  29. private void textBox4_TextChanged(object sender, EventArgs e)
  30. {
  31. }
  32. }
  33. }