iControl.LocalLBProfileStream.set_source_string C# (CSharp) 메소드

set_source_string() 개인적인 메소드

private set_source_string ( string profile_names, LocalLBProfileString sources ) : void
profile_names string
sources LocalLBProfileString
리턴 void
        public void set_source_string(
		string [] profile_names,
		LocalLBProfileString [] sources
	)
        {
            this.Invoke("set_source_string", new object [] {
                profile_names,
                sources});
        }