Exemple #1
0
 public Test(IContainer container, TestBar testBar)
 {
     this.Property    = container;
     this.PropertyTwo = testBar;
 }
Exemple #2
0
 private void pictureBox2_Click(object sender, EventArgs e)
 {
     TestBar.Hide();
 }
 public Test(IContainer container, TestBar testBar)
 {
     this.Property = container;
     this.PropertyTwo = testBar;
 }