Exemple #1
0
 public OutputContent()
 {
     InitializeComponent();
     this.HideOnClose = true;
     this.Icon        = Icon.FromHandle(Properties.Resources.text.GetHicon());
     LiteDevelopApplication.Current.InitializedApplication += Current_InitializedApplication;
     NamedReporters = new ProgressReporterCollection <INamedProgressReporter>();
     NamedReporters.InsertedItem += NamedReporters_InsertedItem;
     NamedReporters.RemovedItem  += NamedReporters_RemovedItem;
 }
 public OutputContent()
 {
     InitializeComponent();
     this.HideOnClose = true;
     this.Icon = Icon.FromHandle(Properties.Resources.text.GetHicon());
     LiteDevelopApplication.Current.InitializedApplication += Current_InitializedApplication;
     NamedReporters = new ProgressReporterCollection<INamedProgressReporter>();
     NamedReporters.InsertedItem += NamedReporters_InsertedItem;
     NamedReporters.RemovedItem += NamedReporters_RemovedItem;
 }