Appccelerate.MappingEventBroker.DestinationEventArgs.DestinationEventArgs C# (CSharp) 메소드

DestinationEventArgs() 공개 메소드

public DestinationEventArgs ( string destination ) : System
destination string
리턴 System
        public DestinationEventArgs(string destination)
        {
            this.Destination = destination;
        }
DestinationEventArgs