BExplorer.Shell.AssociationItem.AssociationItem C# (CSharp) Метод

AssociationItem() публичный Метод

Default constructor
public AssociationItem ( ShellItem item ) : BExplorer.Shell.Interop
item ShellItem The that this item is for (sets the property
Результат BExplorer.Shell.Interop
		public AssociationItem(ShellItem item) {
			this.Owner = item;
		}