Beispiel #1
0
 public void Copy()
 {
     try
     {
         CurrentSelection.Copy();
     }
     catch (Exception)
     {
     }
 }