示例#1
0
 private void btnCopy_Click(object sender, EventArgs e)
 {
     if (ListActive == 1)
     {
         List1.Copy();
     }
     else
     {
         List2.Copy();
     }
 }