From 89fa462bf435dbdbe627da3fec7098fd6557a286 Mon Sep 17 00:00:00 2001 From: LicoCode <30888949+LicoCode@users.noreply.github.com> Date: Tue, 9 Jul 2024 09:11:56 +0800 Subject: [PATCH 1/2] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index a6433fb..1df059b 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ # CamstarService +```C# ServiceConfiguration.Host = “localhost”; ServiceConfiguration.Port = 443; ServiceConfiguration.DefaultUser = “CamstarAdmin”; @@ -10,6 +11,7 @@ var result = client.Start("20240326_Product_A_03", "Lot", "Owner_A", "StartReaso client = new ServiceClient(); result = client.MoveStd("20240621_01", "Resource_A"); +``` From c10d53f138e893c89fd5f7b52489a40c030e4f09 Mon Sep 17 00:00:00 2001 From: LicoCode <30888949+LicoCode@users.noreply.github.com> Date: Tue, 9 Jul 2024 09:12:29 +0800 Subject: [PATCH 2/2] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1df059b..d6c0d9d 100644 --- a/README.md +++ b/README.md @@ -3,10 +3,10 @@ ServiceConfiguration.Host = “localhost”; ServiceConfiguration.Port = 443; ServiceConfiguration.DefaultUser = “CamstarAdmin”; -ServiceConfiguration.DefaultPassword = “\*\*\*\*\*\*”; +ServiceConfiguration.DefaultPassword = “******”; ServiceConfiguration.LoggerFactory = loggerFactory; -var client = new ServiceClient("siemens", "\*\*\*\*\*\*"); +var client = new ServiceClient("siemens", "******"); var result = client.Start("20240326_Product_A_03", "Lot", "Owner_A", "StartReason_A", "Workflow_A"); client = new ServiceClient();