public VMViewPanal(VMFrame mainWindow) { this.mainWindow = mainWindow; this.InitializeComponent(); this.InitializeImageList(); this.init(); }
public VMViewPanal(VMFrame mainWindow, ArrayList selectedViewList) { this.mainWindow = mainWindow; this.InitializeComponent(); this.InitializeImageList(); try { this.init(); this.AddSelectedOldView(selectedViewList); } catch (Exception exception) { throw exception; } }