public Form1() { InitializeComponent(); Searcher = new AddinSearcher(); Searcher.Action += new ActionEventHandler(Searcher_Action); buttonRefresh_Click(buttonRefresh, new EventArgs()); }
public AddinEntry(AddinSearcher parent, string product, string progID, string name, string description) { Parent = parent; Product = product; ProgID = progID; Name = name; Description = description; }