예제 #1
0
 private void button7_Click(object sender, EventArgs e)
 {
     // Print all blocks info
     richTextBox1.Text += blockchain.GetAllBlockInfo();
 }