20 lines
408 B
C#
20 lines
408 B
C#
using System;
|
|
using System.Collections.Generic;
|
|
using System.ComponentModel;
|
|
using System.Data;
|
|
using System.Drawing;
|
|
using System.Text;
|
|
using System.Linq;
|
|
using System.Windows.Forms;
|
|
using DevExpress.XtraBars;
|
|
|
|
namespace DeiNiu.wms.win
|
|
{
|
|
public partial class LocationAssignForm : BasicRibbonForm
|
|
{
|
|
public LocationAssignForm()
|
|
{
|
|
InitializeComponent();
|
|
}
|
|
}
|
|
} |