diff --git a/docs/cs.html b/docs/cs.html index 499eb08d..136256d7 100644 --- a/docs/cs.html +++ b/docs/cs.html @@ -47,17 +47,17 @@ Hello, world!
//使用时 using 命名名称
-using Test;
-//创建:
-namespace Test{
- class Test_className{
- //main方法是程序的主入口
- public void Myclass(){
- console.writeline("Test")
- }
- }
-}
+//使用时 using 命名名称
+using Test;
+//创建:
+namespace Test{
+ class Test_className{
+ //main方法是程序的主入口
+ public void Myclass(){
+ console.writeline("Test")
+ }
+ }
+}