17 lines
366 B
C#
17 lines
366 B
C#
|
|
namespace ShowGridNumber
|
|||
|
|
{
|
|||
|
|
public partial class ShowGridLevelNumOKForm : 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;
|
|||
|
|
}
|
|||
|
|
}
|