This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
Register
Sign In
youys
/
Discord.Net
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
34
Wiki
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
Browse Source
change namespace to 05
pull/1806/head
emorell96
4 years ago
parent
64514661a7
commit
9eb7026fe2
2 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
samples/05_simple_blazor_discord_login/Data/WeatherForecast.cs
+1
-1
samples/05_simple_blazor_discord_login/Data/WeatherForecastService.cs
+ 1
- 1
samples/05_simple_blazor_discord_login/Data/WeatherForecast.cs
View File
@@ -1,6 +1,6 @@
using System;
namespace _0
4
_simple_blazor_discord_login.Data
namespace _0
5
_simple_blazor_discord_login.Data
{
public class WeatherForecast
{
+ 1
- 1
samples/05_simple_blazor_discord_login/Data/WeatherForecastService.cs
View File
@@ -2,7 +2,7 @@ using System;
using System.Linq;
using System.Threading.Tasks;
namespace _0
4
_simple_blazor_discord_login.Data
namespace _0
5
_simple_blazor_discord_login.Data
{
public class WeatherForecastService
{
Write
Preview
Loading…
Cancel
Save