I want convert Dictionary Net 4.0 to Net 2.0.
[CODE]
Dictionary> ItemHandlers = new Dictionary>() {
{ "A", o => MessageBox.Show(o, "The command A is executed", "Dx Sample", MessageBoxButtons.OK, MessageBoxIcon.Information) },
{ "B", o => MessageBox.Show(o, "The command B is executed", "Dx Sample", MessageBoxButtons.OK, MessageBoxIcon.Information) }
};
[/CODE]
Dong Lam TrienPosted Feb 8, 2017, 6:18 AM
Bikesh SrivastavaPosted Jan 26, 2017, 1:26 PM