Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit20194a6

Browse files
update
1 parented9be1d commit20194a6

File tree

8 files changed

+4
-2
lines changed

8 files changed

+4
-2
lines changed

‎.gitignore‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
.vs/
Binary file not shown.

‎.vs/ebOS/v17/.suo‎

6.5 KB
Binary file not shown.

‎OS.cs‎

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,15 @@ public static void Main()
2222
2323
");
2424
Console.ForegroundColor=ConsoleColor.Blue;
25-
Console.Write("");
25+
Console.Write(" ");
2626
program.about();
2727
Console.ForegroundColor=ConsoleColor.White;
2828
while(true)
2929
{
3030
Console.Write("0:> ");
3131
stringi=Console.ReadLine().ToLower();
32-
switch(i)
32+
string[]ilist=i.Split(' ');
33+
switch(ilist[0])
3334
{
3435
//system commands
3536
case"shutdown":

‎bin/Debug/ConsoleApplication.exe‎

0 Bytes
Binary file not shown.

‎bin/Debug/ConsoleApplication.pdb‎

0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp