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