Ejemplo n.º 1
0
        public void copy()
        {
            string str = mode.copy();

            if (str.Length > 0)
            {
                Clipboard.SetText(clipHeader + str + clipFooter);
            }
        }
Ejemplo n.º 2
0
        public void copy()
        {
            string str = mode.copy();

            if (str.Length > 0)
            {
                Clipboard.SetText("NSMBeClip|" + str + "|");
            }
        }