Example #1
0
 public void Paste()
 {
     try
     {
         CurrentSelection.Paste();
     }
     catch (Exception)
     {
     }
 }