示例#1
0
 private void btnBatchMode_Click(object sender, EventArgs e)
 {
     this.copyrightMode = CopyrightModeType.Multiple;
     this.txtPath.Text  = "";
     this.TabControl1.SelectTab(1);
 }
示例#2
0
 private void btnSingleImage_Click(object sender, EventArgs e)
 {
     this.copyrightMode = CopyrightModeType.Individual;
     this.txtPath.Text  = "";
     this.TabControl1.SelectTab(1);
 }