Spelling
This commit is contained in:
@@ -247,7 +247,7 @@ namespace ErgometerDoctorApplication
|
|||||||
thread.Start();
|
thread.Start();
|
||||||
}
|
}
|
||||||
|
|
||||||
public static void StartOldCLient(string name, int session)
|
public static void StartOldClient(string name, int session)
|
||||||
{
|
{
|
||||||
if (IsSessionRunning(session))
|
if (IsSessionRunning(session))
|
||||||
return;
|
return;
|
||||||
|
|||||||
@@ -63,7 +63,7 @@ namespace ErgometerDoctorApplication
|
|||||||
if(IsNew)
|
if(IsNew)
|
||||||
MainClient.StartNewClient(Name, Session);
|
MainClient.StartNewClient(Name, Session);
|
||||||
else
|
else
|
||||||
MainClient.StartOldCLient(Name, Session);
|
MainClient.StartOldClient(Name, Session);
|
||||||
}
|
}
|
||||||
|
|
||||||
public System.Windows.Forms.Label labelName;
|
public System.Windows.Forms.Label labelName;
|
||||||
|
|||||||
Reference in New Issue
Block a user