feature(BuildCalc) Added reset button, can change micro delay, and can alter timing interval again
This commit is contained in:
@@ -6,7 +6,6 @@ using Services.Development;
|
||||
using Services.Immortal;
|
||||
using Services.Website;
|
||||
|
||||
|
||||
CultureInfo.DefaultThreadCurrentCulture = new CultureInfo("en-US");
|
||||
CultureInfo.DefaultThreadCurrentUICulture = new CultureInfo("en-US");
|
||||
|
||||
@@ -44,7 +43,6 @@ builder.Services.AddSingleton(new HttpClient
|
||||
});
|
||||
|
||||
|
||||
|
||||
#if NO_SQL
|
||||
|
||||
#else
|
||||
@@ -52,7 +50,6 @@ builder.Services.AddSingleton(new HttpClient
|
||||
#endif
|
||||
|
||||
|
||||
|
||||
await builder.Build().RunAsync();
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user