Example #1
0
 public static string GetContents()
 {
     if (_instance == null)
     {
         _instance = new Clipboard();
     }
     return(_instance.GetContents());
 }