コード例 #1
0
 public DbExportWindowPane() : base(null)
 {
     DbExportPanelControl = new DbExportPanel();
 }
コード例 #2
0
 public DbExportPane(ServiceProvider sp, List <IVsDataExplorerConnection> connections, string selectedConnectionName)
     : base(sp)
 {
     dbExportTool = new DbExportPanel(connections, selectedConnectionName);
 }