Method | Description | |
---|---|---|
CompareLists ( IList |
Compares the lists of articles in the 2 provided Lists Best to provide an already sorted list. List 1 should be the smallest list
|
|
ListComparer ( |
|
|
ListComparer ( |
|
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
Method | Description | |
---|---|---|
AddListToListMaker ( |
||
Clear ( ) : void | ||
CompareLists ( ) : void |
Compares the lists of articles in the 2 ListMakers
|
|
CompareListsNew ( IList |
||
InitializeComponent ( ) : void |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
|
MenuItemOwner ( object sender ) : ListBoxArticle | ||
SaveList ( ListBoxArticle lb ) : void | ||
UpdateButtons ( object sender, EventArgs e ) : void | ||
UpdateCounts ( ) : void | ||
btnClear_Click ( object sender, EventArgs e ) : void | ||
btnGo_Click ( object sender, EventArgs e ) : void | ||
btnMoveCommon_Click ( object sender, EventArgs e ) : void | ||
btnMoveOnly1_Click ( object sender, EventArgs e ) : void | ||
btnMoveOnly2_Click ( object sender, EventArgs e ) : void | ||
btnSaveOnly1_Click ( object sender, EventArgs e ) : void | ||
btnSaveOnly2_Click ( object sender, EventArgs e ) : void | ||
btnSave_Click ( object sender, EventArgs e ) : void | ||
copyToolStripMenuItem_Click ( object sender, EventArgs e ) : void | ||
lb_MouseMove ( object sender, MouseEventArgs e ) : void | ||
mnuList_Opening ( object sender, EventArgs e ) : void | ||
openInBrowserToolStripMenuItem_Click ( object sender, EventArgs e ) : void | ||
removeSelectedToolStripMenuItem_Click ( object sender, EventArgs e ) : void | ||
selectAllToolStripMenuItem_Click ( object sender, EventArgs e ) : void | ||
transferDuplicatesToList1ToolStripMenuItem_Click ( object sender, EventArgs e ) : void | ||
transferToListMaker2ToolStripMenuItem_Click ( object sender, EventArgs e ) : void |
public static CompareLists ( IList |
||
list1 | IList | First List (preferably the smallest) |
list2 | List | Second List |
lb1 | ListBox | List Box where unique items from list1 should go |
lb2 | ListBox | List Box where unique items from list2 should go |
lb3 | ListBox | List Box where the duplicates should go |
return | void |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
return | void |
public ListComparer ( |
||
lmMain | ||
return | System |
public ListComparer ( |
||
lmMain | ||
list | List | |
return | System |