Ejemplo n.º 1
0
 public static void ReSort(List <FunctionItem> items)
 {
     frm       = new ReSortItemsForm();
     frm.Items = items;
     frm.ShowDialog();
 }
Ejemplo n.º 2
0
 public static void ReSort(List <FunctionPage> pages)
 {
     frm       = new ReSortItemsForm();
     frm.Pages = pages;
     frm.ShowDialog();
 }