OrderInfoTwoControlsEx.cs 529 B

123456789101112131415161718192021222324
  1. using System;
  2. using System.Collections.Generic;
  3. using System.ComponentModel;
  4. using System.Drawing;
  5. using System.Data;
  6. using System.Linq;
  7. using System.Text;
  8. using System.Windows.Forms;
  9. namespace LYFZ.Software.UI.DoorCityProcess.SetCustomControls
  10. {
  11. public partial class OrderInfoTwoControlsEx : UserControl
  12. {
  13. public OrderInfoTwoControlsEx()
  14. {
  15. InitializeComponent();
  16. }
  17. private void cmbtreevPickup_SelectedIndexChanged(object sender, EventArgs e)
  18. {
  19. }
  20. }
  21. }