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