public void copy() { string str = mode.copy(); if (str.Length > 0) { Clipboard.SetText(clipHeader + str + clipFooter); } }
public void copy() { string str = mode.copy(); if (str.Length > 0) { Clipboard.SetText("NSMBeClip|" + str + "|"); } }