24 lines
539 B
C#
24 lines
539 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;
|
|||
|
|
using EAS.Services;
|
|||
|
|
using SOH.BLL;
|
|||
|
|
|
|||
|
|
namespace SOH.SaleSettings
|
|||
|
|
{
|
|||
|
|
[ModuleAttribute(ModuleID = "246D0D61-238F-4B02-85E1-CC62ED4EE5B8", ModuleName = "上传平安PDF报告")]
|
|||
|
|
public partial class frmPahzdw : SOH.Window.baseChildForm
|
|||
|
|
{
|
|||
|
|
public frmPahzdw()
|
|||
|
|
{
|
|||
|
|
InitializeComponent();
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
}
|