Exemplo n.º 1
0
 public SelectImportsPage( ExportIntegrations integration )
 {
     Integration = integration;
     InitializeComponent();
 }
Exemplo n.º 2
0
 public ImportStatusPage( ExportIntegrations integration )
 {
     Integration = integration;
     InitializeComponent();
 }