Mover código a sus namespaces correspondientes
This commit is contained in:
@@ -3,7 +3,7 @@ using System.Collections.Generic;
|
||||
using System.IO;
|
||||
using System.Xml.Serialization;
|
||||
|
||||
namespace ServerExplorer
|
||||
namespace ServerExplorer.Code
|
||||
{
|
||||
[Serializable]
|
||||
public class Config
|
||||
@@ -4,7 +4,7 @@ using System.Linq;
|
||||
using System.Text;
|
||||
using System.Xml.Serialization;
|
||||
|
||||
namespace ServerExplorer
|
||||
namespace ServerExplorer.Code
|
||||
{
|
||||
[Serializable]
|
||||
public class DatabaseDesc
|
||||
@@ -5,7 +5,7 @@ using System.Text;
|
||||
using System.IO;
|
||||
using ServerExplorer.Code;
|
||||
|
||||
namespace ServerExplorer
|
||||
namespace ServerExplorer.Code
|
||||
{
|
||||
public class DocGen
|
||||
{
|
||||
@@ -7,7 +7,7 @@ using System.Data.Sql;
|
||||
using System.Data.SqlClient;
|
||||
using System.Xml.Serialization;
|
||||
|
||||
namespace ServerExplorer
|
||||
namespace ServerExplorer.Code
|
||||
{
|
||||
[Serializable]
|
||||
public class TablaDesc
|
||||
@@ -2,6 +2,7 @@
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Windows.Forms;
|
||||
using ServerExplorer.UI;
|
||||
|
||||
namespace ServerExplorer
|
||||
{
|
||||
|
||||
@@ -69,68 +69,68 @@
|
||||
<Reference Include="System.Xml" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Compile Include="Config.cs" />
|
||||
<Compile Include="Code\Config.cs" />
|
||||
<Compile Include="Controls\CustomListView.cs">
|
||||
<SubType>Component</SubType>
|
||||
</Compile>
|
||||
<Compile Include="DatabaseDesc.cs" />
|
||||
<Compile Include="DocGen.cs" />
|
||||
<Compile Include="FrmBaseDatos.cs">
|
||||
<Compile Include="Code\DatabaseDesc.cs" />
|
||||
<Compile Include="Code\DocGen.cs" />
|
||||
<Compile Include="UI\FrmBaseDatos.cs">
|
||||
<SubType>Form</SubType>
|
||||
</Compile>
|
||||
<Compile Include="FrmBaseDatos.Designer.cs">
|
||||
<Compile Include="UI\FrmBaseDatos.Designer.cs">
|
||||
<DependentUpon>FrmBaseDatos.cs</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="FrmDatos.cs">
|
||||
<Compile Include="UI\FrmDatos.cs">
|
||||
<SubType>Form</SubType>
|
||||
</Compile>
|
||||
<Compile Include="FrmDatos.Designer.cs">
|
||||
<Compile Include="UI\FrmDatos.Designer.cs">
|
||||
<DependentUpon>FrmDatos.cs</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="FrmExec.cs">
|
||||
<Compile Include="UI\FrmExec.cs">
|
||||
<SubType>Form</SubType>
|
||||
</Compile>
|
||||
<Compile Include="FrmExec.Designer.cs">
|
||||
<Compile Include="UI\FrmExec.Designer.cs">
|
||||
<DependentUpon>FrmExec.cs</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="FrmPrincipal.cs">
|
||||
<Compile Include="UI\FrmPrincipal.cs">
|
||||
<SubType>Form</SubType>
|
||||
</Compile>
|
||||
<Compile Include="FrmPrincipal.Designer.cs">
|
||||
<Compile Include="UI\FrmPrincipal.Designer.cs">
|
||||
<DependentUpon>FrmPrincipal.cs</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="FrmProcedimientos.cs">
|
||||
<Compile Include="UI\FrmProcedimientos.cs">
|
||||
<SubType>Form</SubType>
|
||||
</Compile>
|
||||
<Compile Include="FrmProcedimientos.Designer.cs">
|
||||
<Compile Include="UI\FrmProcedimientos.Designer.cs">
|
||||
<DependentUpon>FrmProcedimientos.cs</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="FrmServidores.cs">
|
||||
<Compile Include="UI\FrmServidores.cs">
|
||||
<SubType>Form</SubType>
|
||||
</Compile>
|
||||
<Compile Include="FrmServidores.Designer.cs">
|
||||
<Compile Include="UI\FrmServidores.Designer.cs">
|
||||
<DependentUpon>FrmServidores.cs</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="Program.cs" />
|
||||
<Compile Include="Properties\AssemblyInfo.cs" />
|
||||
<Compile Include="TablaDesc.cs" />
|
||||
<Compile Include="Code\TablaDesc.cs" />
|
||||
<Compile Include="Code\Utiles.cs" />
|
||||
<EmbeddedResource Include="FrmBaseDatos.resx">
|
||||
<EmbeddedResource Include="UI\FrmBaseDatos.resx">
|
||||
<DependentUpon>FrmBaseDatos.cs</DependentUpon>
|
||||
</EmbeddedResource>
|
||||
<EmbeddedResource Include="FrmDatos.resx">
|
||||
<EmbeddedResource Include="UI\FrmDatos.resx">
|
||||
<DependentUpon>FrmDatos.cs</DependentUpon>
|
||||
</EmbeddedResource>
|
||||
<EmbeddedResource Include="FrmExec.resx">
|
||||
<EmbeddedResource Include="UI\FrmExec.resx">
|
||||
<DependentUpon>FrmExec.cs</DependentUpon>
|
||||
</EmbeddedResource>
|
||||
<EmbeddedResource Include="FrmPrincipal.resx">
|
||||
<EmbeddedResource Include="UI\FrmPrincipal.resx">
|
||||
<DependentUpon>FrmPrincipal.cs</DependentUpon>
|
||||
</EmbeddedResource>
|
||||
<EmbeddedResource Include="FrmProcedimientos.resx">
|
||||
<EmbeddedResource Include="UI\FrmProcedimientos.resx">
|
||||
<DependentUpon>FrmProcedimientos.cs</DependentUpon>
|
||||
</EmbeddedResource>
|
||||
<EmbeddedResource Include="FrmServidores.resx">
|
||||
<EmbeddedResource Include="UI\FrmServidores.resx">
|
||||
<DependentUpon>FrmServidores.cs</DependentUpon>
|
||||
</EmbeddedResource>
|
||||
<EmbeddedResource Include="Properties\Resources.resx">
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
namespace ServerExplorer
|
||||
namespace ServerExplorer.UI
|
||||
{
|
||||
partial class FrmBaseDatos
|
||||
{
|
||||
@@ -10,8 +10,9 @@ using System.Data.Sql;
|
||||
using System.Data.SqlClient;
|
||||
using System.Xml.Serialization;
|
||||
using System.Threading;
|
||||
using ServerExplorer.Code;
|
||||
|
||||
namespace ServerExplorer
|
||||
namespace ServerExplorer.UI
|
||||
{
|
||||
public partial class FrmBaseDatos : Form
|
||||
{
|
||||
@@ -1,4 +1,4 @@
|
||||
namespace ServerExplorer
|
||||
namespace ServerExplorer.UI
|
||||
{
|
||||
partial class FrmDatos
|
||||
{
|
||||
@@ -7,7 +7,7 @@ using System.Linq;
|
||||
using System.Text;
|
||||
using System.Windows.Forms;
|
||||
|
||||
namespace ServerExplorer
|
||||
namespace ServerExplorer.UI
|
||||
{
|
||||
public partial class FrmDatos : Form
|
||||
{
|
||||
@@ -1,4 +1,4 @@
|
||||
namespace ServerExplorer
|
||||
namespace ServerExplorer.UI
|
||||
{
|
||||
partial class FrmExec
|
||||
{
|
||||
@@ -9,7 +9,7 @@ using System.Windows.Forms;
|
||||
using System.Data.SqlClient;
|
||||
using System.Globalization;
|
||||
|
||||
namespace ServerExplorer
|
||||
namespace ServerExplorer.UI
|
||||
{
|
||||
public partial class FrmExec : Form
|
||||
{
|
||||
@@ -1,4 +1,4 @@
|
||||
namespace ServerExplorer
|
||||
namespace ServerExplorer.UI
|
||||
{
|
||||
partial class FrmPrincipal
|
||||
{
|
||||
@@ -6,8 +6,9 @@ using System.Drawing;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Windows.Forms;
|
||||
using ServerExplorer.Code;
|
||||
|
||||
namespace ServerExplorer
|
||||
namespace ServerExplorer.UI
|
||||
{
|
||||
public partial class FrmPrincipal : Form
|
||||
{
|
||||
@@ -1,4 +1,4 @@
|
||||
namespace ServerExplorer
|
||||
namespace ServerExplorer.UI
|
||||
{
|
||||
partial class FrmProcedimientos
|
||||
{
|
||||
@@ -10,7 +10,7 @@ using System.Data.Sql;
|
||||
using System.Data.SqlClient;
|
||||
using System.Collections;
|
||||
|
||||
namespace ServerExplorer
|
||||
namespace ServerExplorer.UI
|
||||
{
|
||||
public partial class FrmProcedimientos : Form
|
||||
{
|
||||
@@ -1,4 +1,4 @@
|
||||
namespace ServerExplorer
|
||||
namespace ServerExplorer.UI
|
||||
{
|
||||
partial class FrmServidores
|
||||
{
|
||||
@@ -10,7 +10,7 @@ using System.Data.Sql;
|
||||
using System.Data.SqlClient;
|
||||
using System.Data.SqlTypes;
|
||||
|
||||
namespace ServerExplorer
|
||||
namespace ServerExplorer.UI
|
||||
{
|
||||
public partial class FrmServidores : Form
|
||||
{
|
||||
Reference in New Issue
Block a user