22 lines
499 B
C#
22 lines
499 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;
|
|
using SOH.Kernel;
|
|
|
|
namespace SOH.ShouFei
|
|
{
|
|
[ModuleAttribute(ModuleID = "80EA9EED-6A90-4CCF-A658-40B49206EE53", ModuleName = "总轧帐")]
|
|
public partial class frmZongZhaZhang : SOH.Window.baseChildForm
|
|
{
|
|
public frmZongZhaZhang()
|
|
{
|
|
InitializeComponent();
|
|
}
|
|
}
|
|
}
|