Example #1
0
 private void btn_xor_Click(object sender, EventArgs e)
 {
     FileDecryptTool.Data_xor(TB_pathX.Text);
 }