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