| 12345678910111213141516171819202122 |
- using System.Windows;
- using System.Windows.Controls;
- using System.Windows.Input;
- namespace Muchinfo.MTPClient.Delivery.Views
- {
- /// <summary>
- /// Description for DeliveryWarehouseOrderView.
- /// </summary>
- public partial class DeliveryWarehouseOrderView : UserControl
- {
- /// <summary>
- /// Initializes a new instance of the DeliveryWarehouseOrderView class.
- /// </summary>
- public DeliveryWarehouseOrderView()
- {
- InitializeComponent();
- }
-
- }
- }
|