BExplorer.Shell.AssociationItem.AssociationItem C# (CSharp) Method

AssociationItem() public method

Default constructor
public AssociationItem ( ShellItem item ) : BExplorer.Shell.Interop
item ShellItem The that this item is for (sets the property
return BExplorer.Shell.Interop
		public AssociationItem(ShellItem item) {
			this.Owner = item;
		}