iControl.SystemCertificateRevocationListFile.set_local_path C# (CSharp) Method

set_local_path() private method

private set_local_path ( string files, string paths ) : void
files string
paths string
return void
        public void set_local_path(
		string [] files,
		string [] paths
	)
        {
            this.Invoke("set_local_path", new object [] {
                files,
                paths});
        }