Files
RevitArchive/HYJigPro/Jig/LineJigForm.Designer.cs
2026-02-23 14:58:05 +08:00

18 lines
413 B
C#

namespace HYJig.Jig
{
public partial class LineJigForm : 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;
private System.Windows.Forms.Button button1;
}
}