frmExamineMana.cs 713 B

123456789101112131415161718192021222324252627282930313233343536373839
  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 Pur.pur_plan
  10. {
  11. public partial class frmExamineMana : Form
  12. {
  13. public frmExamineMana()
  14. {
  15. InitializeComponent();
  16. }
  17. private void lb_taskName_Click(object sender, EventArgs e)
  18. {
  19. }
  20. private void lb_OFFER_TIME_END_Click(object sender, EventArgs e)
  21. {
  22. }
  23. private void label3_Click(object sender, EventArgs e)
  24. {
  25. }
  26. private void label4_Click(object sender, EventArgs e)
  27. {
  28. }
  29. }
  30. }