Changed to .csv files for saving

This commit is contained in:
2015-01-19 15:24:38 +01:00
parent 5ee839ec72
commit ddca2f7929
3 changed files with 80 additions and 26 deletions

View File

@ -83,6 +83,7 @@
this.btnSynch.TabIndex = 3;
this.btnSynch.Text = "Synch Moves";
this.btnSynch.UseVisualStyleBackColor = true;
this.btnSynch.Visible = false;
this.btnSynch.Click += new System.EventHandler(this.btnSynch_Click);
//
// ShowCode