Skip to content
This repository has been archived by the owner on Jun 3, 2023. It is now read-only.

Commit

Permalink
53X Again 140!
Browse files Browse the repository at this point in the history
  • Loading branch information
Taiizor committed Aug 23, 2020
1 parent 0a3c768 commit 03d2843
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/Conforyon_CR/Catcher.cs
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,8 @@ private void Button9_Click(object sender, EventArgs e)

private void Button10_Click(object sender, EventArgs e)
{
MessageBox.Show(Conforyon.Conforyon.GetValues());
MessageBox.Show(Conforyon.Conforyon.SetValues("DataStorage", "Bit", "Byte", "333", "Error!"));
MessageBox.Show(Conforyon.Conforyon.GetValues());
MessageBox.Show(Conforyon.Conforyon.GetValues("DataStorage", "PB", "EB", "Error!"));
MessageBox.Show(Conforyon.Conforyon.SetValues("DataStorage", "PB", "EB", "3333", "Error!"));
}
}
}

0 comments on commit 03d2843

Please sign in to comment.