Inheritance: System.Windows.Forms.Form
Esempio n. 1
0
 public ResourceViewer(Explorer explorer)
 {
     this.InitializeComponent();
     this.DoubleBuffered = true;
     this.hintLabel.Text = "";
     this.MdiParent = explorer;
     _explorer = explorer;
 }
Esempio n. 2
0
 public GenericObjectViewer(Explorer explorer)
 {
     _explorer = explorer;
     InitializeComponent();
 }