添加的登录界面,使用固定账号和密码测试登录逻辑成功
This commit is contained in:
7
WorkStation.Share/Class1.cs
Normal file
7
WorkStation.Share/Class1.cs
Normal file
@ -0,0 +1,7 @@
|
||||
namespace WorkStation.Share
|
||||
{
|
||||
public class Class1
|
||||
{
|
||||
|
||||
}
|
||||
}
|
9
WorkStation.Share/WorkStation.Share.csproj
Normal file
9
WorkStation.Share/WorkStation.Share.csproj
Normal file
@ -0,0 +1,9 @@
|
||||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
|
||||
<PropertyGroup>
|
||||
<TargetFramework>net8.0</TargetFramework>
|
||||
<ImplicitUsings>enable</ImplicitUsings>
|
||||
<Nullable>enable</Nullable>
|
||||
</PropertyGroup>
|
||||
|
||||
</Project>
|
Reference in New Issue
Block a user