コード例 #1
0
ファイル: Clipboard.cs プロジェクト: modulexcite/Eto-1
 public void SetString(string value, string type)
 {
     handler.SetString(value, type);
 }