Browse Source

Update HelloWorldService.cs

pull/8310/head
Alper Ebicoglu 6 years ago
committed by GitHub
parent
commit
74a41516aa
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      templates/wpf/src/MyCompanyName.MyProjectName/HelloWorldService.cs

2
templates/wpf/src/MyCompanyName.MyProjectName/HelloWorldService.cs

@ -6,7 +6,7 @@
{
public string SayHello()
{
return "Hello world!";
return "\tHello world!";
}
}
}

Loading…
Cancel
Save