Beispiel #1
0
        private void отобразитьВесьСписокToolStripMenuItem_Click(object sender, EventArgs e)
        {
            showAllItemsOfList showWin = new showAllItemsOfList(mamList);

            showWin.ShowDialog();
        }
Beispiel #2
0
        private void toolStripShowAll_Click(object sender, EventArgs e)
        {
            showAllItemsOfList showWin = new showAllItemsOfList(mamList);

            showWin.ShowDialog();
        }