iControl.ManagementApplicationTemplate.create C# (CSharp) Method

create() private method

private create ( string templates ) : void
templates string
return void
        public void create(
		string [] templates
	)
        {
            this.Invoke("create", new object [] {
                templates});
        }
ManagementApplicationTemplate