示例#1
0
 public static string getContents()
 {
     if (_instance == null)
     {
         _instance = new Clipboard();
     }
     return(_instance.getContents());
 }