Ejemplo n.º 1
0
 public Form2(EventAggregator eventAgr, string opt)
 {
     this.eventAggregator = eventAgr;
     this.option          = opt;
     InitializeComponent();
 }