public void clipput(string copy) { auto.ClipPut(copy); }
public void EmptyClipboard() { waitABitLonger(); autoIT.ClipPut("0"); return; }