17 lines
351 B
C#
17 lines
351 B
C#
|
|
namespace HYJig
|
|||
|
|
{
|
|||
|
|
public partial class PromptDlg : global::System.Windows.Forms.Form
|
|||
|
|
{
|
|||
|
|
protected override void Dispose(bool disposing)
|
|||
|
|
{
|
|||
|
|
if (disposing && this.icontainer_0 != null)
|
|||
|
|
{
|
|||
|
|
this.icontainer_0.Dispose();
|
|||
|
|
}
|
|||
|
|
base.Dispose(disposing);
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
private global::System.ComponentModel.IContainer icontainer_0 = null;
|
|||
|
|
}
|
|||
|
|
}
|