Skip to content

Commit

Permalink
Commented out debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
divinsmathew committed Feb 6, 2022
1 parent bb44192 commit cdc0a8e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Form1.cs
Original file line number Diff line number Diff line change
Expand Up @@ -116,8 +116,8 @@ private void BreakdownButton_Click(object sender, EventArgs e)
billieData.PurchaseDate = DateTime.Now;
billieData.Currency = "Rs.";

string json = JsonConvert.SerializeObject(billieData);
File.WriteAllText("json.txt", json);
//string json = JsonConvert.SerializeObject(billieData);
//File.WriteAllText("json.txt", json);
//MessageBox.Show(json);

//BillieData readData = JsonConvert.DeserializeObject<BillieData>(File.ReadAllText("json.txt"));
Expand Down

0 comments on commit cdc0a8e

Please sign in to comment.