26 lines
436 B
C#
26 lines
436 B
C#
using System;
|
|
using System.Collections.Generic;
|
|
using System.ComponentModel;
|
|
using System.Data;
|
|
using System.Drawing;
|
|
using System.Linq;
|
|
using System.Text;
|
|
using System.Windows.Forms;
|
|
|
|
namespace DeiNiu.wms.win.utils
|
|
{
|
|
public partial class ppr : Form
|
|
{
|
|
public ppr()
|
|
{
|
|
InitializeComponent();
|
|
}
|
|
|
|
private void ppr_Load(object sender, EventArgs e)
|
|
{
|
|
|
|
|
|
}
|
|
}
|
|
}
|