parent
2529ee10f8
commit
a8353d31f1
50 changed files with 117 additions and 1278 deletions
After Width: | Height: | Size: 10 KiB |
After Width: | Height: | Size: 18 KiB |
After Width: | Height: | Size: 13 KiB |
After Width: | Height: | Size: 8.3 KiB |
@ -0,0 +1,18 @@ |
||||
namespace SparkClient.ViewModel.BaseWindow; |
||||
|
||||
public class WindowManager |
||||
{ |
||||
public static MainViewModel mainViewModel; |
||||
|
||||
public static List<Object> openContent = new List<Object>(); |
||||
|
||||
/// <summary> |
||||
/// 获取上一个界面 |
||||
/// </summary> |
||||
/// <returns></returns> |
||||
public static object PreviousVM() |
||||
{ |
||||
openContent.Remove(openContent.Last()); |
||||
return openContent.Last(); |
||||
} |
||||
} |
Binary file not shown.
Binary file not shown.
@ -1,24 +0,0 @@ |
||||
//------------------------------------------------------------------------------ |
||||
// <auto-generated> |
||||
// This code was generated by a tool. |
||||
// |
||||
// Changes to this file may cause incorrect behavior and will be lost if |
||||
// the code is regenerated. |
||||
// </auto-generated> |
||||
//------------------------------------------------------------------------------ |
||||
|
||||
using System; |
||||
using System.Reflection; |
||||
|
||||
[assembly: System.Reflection.AssemblyCompanyAttribute("SparkClient")] |
||||
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] |
||||
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] |
||||
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+0130c6638ebb90c76a059038564a66f4d2d5ea9a")] |
||||
[assembly: System.Reflection.AssemblyProductAttribute("SparkClient")] |
||||
[assembly: System.Reflection.AssemblyTitleAttribute("SparkClient")] |
||||
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] |
||||
[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")] |
||||
[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")] |
||||
|
||||
// 由 MSBuild WriteCodeFragment 类生成。 |
||||
|
@ -1 +0,0 @@ |
||||
d5bca11e76a4911ea8f91ded63183fd5e4604f7ac52cac0e70891e09d1f64582 |
@ -1,14 +0,0 @@ |
||||
is_global = true |
||||
build_property.MvvmToolkitEnableINotifyPropertyChangingSupport = true |
||||
build_property.TargetFramework = net8.0-windows |
||||
build_property.TargetPlatformMinVersion = 7.0 |
||||
build_property.UsingMicrosoftNETSdkWeb = |
||||
build_property.ProjectTypeGuids = |
||||
build_property.InvariantGlobalization = |
||||
build_property.PlatformNeutralAssembly = |
||||
build_property.EnforceExtendedAnalyzerRules = |
||||
build_property._SupportedPlatformList = Linux,macOS,Windows |
||||
build_property.RootNamespace = SparkClient |
||||
build_property.ProjectDir = D:\WorkSpace\spark\SparkClient\ |
||||
build_property.EnableComHosting = |
||||
build_property.EnableGeneratedComInterfaceComImportInterop = |
Binary file not shown.
Binary file not shown.
@ -1 +0,0 @@ |
||||
8e5acddc4ff72bc9547b5631395e06d3dd0f42ef757241fa83f80ba8a9761e10 |
Binary file not shown.
Binary file not shown.
@ -1 +0,0 @@ |
||||
595c737309ff7d7550de362973a67d772c8b2d07ae76668d00cec14c8e1cb772 |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in new issue