Skip to content

Commit cdc0a8e

Browse files
committed
Commented out debug code
1 parent bb44192 commit cdc0a8e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Form1.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,8 +116,8 @@ private void BreakdownButton_Click(object sender, EventArgs e)
116116
billieData.PurchaseDate = DateTime.Now;
117117
billieData.Currency = "Rs.";
118118

119-
string json = JsonConvert.SerializeObject(billieData);
120-
File.WriteAllText("json.txt", json);
119+
//string json = JsonConvert.SerializeObject(billieData);
120+
//File.WriteAllText("json.txt", json);
121121
//MessageBox.Show(json);
122122

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

0 commit comments

Comments
 (0)