예제 #1
0
파일: Element.cs 프로젝트: rquackenbush/VPL
 private bool CanPaste()
 {
     return(ClipboardUtility.CanPaste());
 }