예제 #1
0
파일: Clipboard.cs 프로젝트: n0n4/RelaUI
 public static void Set(string s)
 {
     Driver.SetClipboard(s);
 }