RemoteViewing.Vnc.RemoteClipboardChangedEventArgs.RemoteClipboardChangedEventArgs C# (CSharp) Метод

RemoteClipboardChangedEventArgs() публичный Метод

Initializes a new instance of the RemoteClipboardChangedEventArgs class.
public RemoteClipboardChangedEventArgs ( string contents ) : System
contents string The contents of the remote clipboard.
Результат System
        public RemoteClipboardChangedEventArgs(string contents)
        {
            this.Contents = contents;
        }
RemoteClipboardChangedEventArgs