Verschoben Teil 2

This commit is contained in:
BlubbFish 2010-04-21 11:48:40 +00:00
parent 2c0ba01798
commit f4206ac81c
11 changed files with 14 additions and 14 deletions

View File

@ -1,7 +1,7 @@

Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NetMonitorCliend", "NetMonitorCliend\NetMonitorCliend.csproj", "{718693A0-06A3-4765-801D-33842861AA61}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NetMonitorClient", "NetMonitorClient\NetMonitorClient.csproj", "{718693A0-06A3-4765-801D-33842861AA61}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NetMonitorServer", "NetMonitorServer\NetMonitorServer.csproj", "{7813196F-D729-44A2-81C7-82BB83E207F5}"
EndProject

View File

@ -1,4 +1,4 @@
namespace NetMonitorCliend
namespace NetMonitorClient
{
partial class Netzmonitor
{

View File

@ -7,7 +7,7 @@ using System.Linq;
using System.Text;
using System.Windows.Forms;
namespace NetMonitorCliend
namespace NetMonitorClient
{
public partial class Netzmonitor : Form
{

View File

@ -6,7 +6,7 @@ using System.IO;
using System.Collections;
using System.Text.RegularExpressions;
namespace NetMonitorCliend
namespace NetMonitorClient
{
class InIReader
{

View File

@ -8,8 +8,8 @@
<ProjectGuid>{718693A0-06A3-4765-801D-33842861AA61}</ProjectGuid>
<OutputType>WinExe</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>NetMonitorCliend</RootNamespace>
<AssemblyName>NetMonitorCliend</AssemblyName>
<RootNamespace>NetMonitorClient</RootNamespace>
<AssemblyName>NetMonitorClient</AssemblyName>
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<FileUpgradeFlags>

View File

@ -5,7 +5,7 @@ using System.Text;
using System.Collections;
using System.Windows.Forms;
namespace NetMonitorCliend
namespace NetMonitorClient
{
partial class Netzmonitor
{

View File

@ -3,7 +3,7 @@ using System.Collections.Generic;
using System.Linq;
using System.Windows.Forms;
namespace NetMonitorCliend
namespace NetMonitorClient
{
static class Program
{

View File

@ -5,11 +5,11 @@ using System.Runtime.InteropServices;
// Allgemeine Informationen über eine Assembly werden über die folgenden
// Attribute gesteuert. Ändern Sie diese Attributwerte, um die Informationen zu ändern,
// die mit einer Assembly verknüpft sind.
[assembly: AssemblyTitle("NetMonitorCliend")]
[assembly: AssemblyTitle("NetMonitorClient")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("NetMonitorCliend")]
[assembly: AssemblyProduct("NetMonitorClient")]
[assembly: AssemblyCopyright("Copyright © 2010")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

View File

@ -8,7 +8,7 @@
// </auto-generated>
//------------------------------------------------------------------------------
namespace NetMonitorCliend.Properties {
namespace NetMonitorClient.Properties {
using System;
@ -39,7 +39,7 @@ namespace NetMonitorCliend.Properties {
internal static global::System.Resources.ResourceManager ResourceManager {
get {
if (object.ReferenceEquals(resourceMan, null)) {
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("NetMonitorCliend.Properties.Resources", typeof(Resources).Assembly);
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("NetMonitorClient.Properties.Resources", typeof(Resources).Assembly);
resourceMan = temp;
}
return resourceMan;

View File

@ -8,7 +8,7 @@
// </auto-generated>
//------------------------------------------------------------------------------
namespace NetMonitorCliend.Properties {
namespace NetMonitorClient.Properties {
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]

View File

@ -3,7 +3,7 @@ using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace NetMonitorCliend
namespace NetMonitorClient
{
class ServiceControl
{