Subversion Repository Public Repository

Nextrek

Diff Revisions 104 vs 105 for /csvTojSon/csvTojSon/frmMain.Designer.cs

Diff revisions: vs.
  @@ -107,6 +107,7 @@
107 107 this.Name = "frmMain";
108 108 this.ShowIcon = false;
109 109 this.Text = "csv TO json";
110 + this.Load += new System.EventHandler(this.frmMain_Load);
110 111 this.ResumeLayout(false);
111 112 this.PerformLayout();
112 113