예제 #1
0
        private void button2_Click_1(object sender, EventArgs e)
        {
            byte[] imageData = Class_mft.ReadFile(textBox4.Text);

            textBox15.Text = Class_mft.binaryToHexString(imageData);
        }