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