Bloom.CollectionTab.LibraryListView.ButtonRefreshInfo.ButtonRefreshInfo C# (CSharp) Method

ButtonRefreshInfo() public method

public ButtonRefreshInfo ( Button button, bool thumbnailRefreshNeeded ) : System
button System.Windows.Forms.Button
thumbnailRefreshNeeded bool
return System
            public ButtonRefreshInfo(Button button, bool thumbnailRefreshNeeded)
            {
                Button = button;
                ThumbnailRefreshNeeded = thumbnailRefreshNeeded;
            }
LibraryListView.ButtonRefreshInfo