示例#1
0
 public NewVDF(MenuForm menu, RecentItems recentItems)
 {
     InitializeComponent();
     menuForm = menu;
     recent   = recentItems;
 }