frmMicroLetterPlatformConfig.cs 570 B

1234567891011121314151617181920212223242526
  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 LYFZ.Software.UI.OAShopManagement
  10. {
  11. public partial class frmMicroLetterPlatformConfig : LYFZ.ComponentLibrary.BaseContentsFormMain
  12. {
  13. public frmMicroLetterPlatformConfig()
  14. {
  15. InitializeComponent();
  16. }
  17. private void btn_Cancel_Click(object sender, EventArgs e)
  18. {
  19. this.Close();
  20. }
  21. }
  22. }