@@ -109,6 +109,7 @@
this.Controls.Add(this.ChineseCalendarForm);
this.Name = "MainForm";
this.Text = "MainForm";
+ this.Load += new System.EventHandler(this.MainForm_Load);
this.ResumeLayout(false);
}
@@ -46,5 +46,9 @@ namespace Y.Test.Views
{
R.Forms.GetUnique<TestShadowForm>().Show();
+
+ private void MainForm_Load(object sender, EventArgs e)
+ {
+ }