添加项目文件。
This commit is contained in:
25
KGdev.BI3D.Revit.Addin.MainWindow.External.BrowserConnector/MessageHandler.Designer.cs
generated
Normal file
25
KGdev.BI3D.Revit.Addin.MainWindow.External.BrowserConnector/MessageHandler.Designer.cs
generated
Normal file
@@ -0,0 +1,25 @@
|
||||
namespace KGdev.BI3D.Revit.Addin.MainWindow.External.BrowserConnector
|
||||
{
|
||||
public partial class MessageHandler : global::System.Windows.Forms.Form
|
||||
{
|
||||
protected override void Dispose(bool disposing)
|
||||
{
|
||||
bool flag = disposing && this.components != null;
|
||||
if (flag)
|
||||
{
|
||||
this.components.Dispose();
|
||||
}
|
||||
base.Dispose(disposing);
|
||||
}
|
||||
|
||||
private void InitializeComponent()
|
||||
{
|
||||
this.components = new global::System.ComponentModel.Container();
|
||||
base.AutoScaleMode = global::System.Windows.Forms.AutoScaleMode.Font;
|
||||
base.ClientSize = new global::System.Drawing.Size(800, 450);
|
||||
this.Text = "MessageHandler";
|
||||
}
|
||||
|
||||
private global::System.ComponentModel.IContainer components = null;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user