예제 #1
0
파일: Clipboard.cs 프로젝트: n0n4/RelaUI
 public static string Get()
 {
     return(Driver.GetClipboard());
 }