Form1.cs 657 B

123456789101112131415161718192021222324252627282930313233343536
  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.Reflection;
  8. using System.Text;
  9. using System.Windows.Forms;
  10. namespace centralController
  11. {
  12. public partial class centralController : Form
  13. {
  14. private void buttonItem1_Click(object sender, EventArgs e)
  15. {
  16. }
  17. private void dockSite7_Click(object sender, EventArgs e)
  18. {
  19. }
  20. private void bar2_ItemClick(object sender, EventArgs e)
  21. {
  22. }
  23. private void bar2_ItemClick_1(object sender, EventArgs e)
  24. {
  25. }
  26. }
  27. }