change - 集存库入库监控界面
parent
58ce09bb5f
commit
b5f0c6dcb4
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Binary file not shown.
Binary file not shown.
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
Binary file not shown.
@ -1 +1 @@
|
||||
709a750aeb126125de6abbe3419e83ff8882c96b
|
||||
f2a00c34321a7be9d7e4c65de29d80152f11353b
|
||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -1,5 +1,7 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<packages>
|
||||
<package id="CommonServiceLocator" version="2.0.2" targetFramework="net48" />
|
||||
<package id="LiveCharts" version="0.9.7" targetFramework="net48" />
|
||||
<package id="LiveCharts.Wpf" version="0.9.7" targetFramework="net48" />
|
||||
<package id="MvvmLightLibs" version="5.4.1.1" targetFramework="net48" />
|
||||
</packages>
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Binary file not shown.
Binary file not shown.
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
Binary file not shown.
Binary file not shown.
@ -0,0 +1,23 @@
|
||||
==================================
|
||||
<<<<<<<<<<< IMPORTANT >>>>>>>>>>>>
|
||||
==================================
|
||||
|
||||
LiveCharts is now multipatform (at least the design).
|
||||
|
||||
So this package contains nothing but the core of the library,
|
||||
you might also need to install the desired platform.
|
||||
|
||||
For example if using wpf you must also install the wpf package.
|
||||
|
||||
------------------------------------
|
||||
> Install-Package LiveCharts.Wpf
|
||||
------------------------------------
|
||||
|
||||
For future updates, you will only need to update LiveCharts.Wpf (or any other platform)
|
||||
forget about the core, all the platforms packages will have a dependency to core.
|
||||
|
||||
------------------------------------
|
||||
> Update-Package LiveCharts.Wpf
|
||||
------------------------------------
|
||||
|
||||
Happy coding!
|
Binary file not shown.
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Binary file not shown.
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Binary file not shown.
Binary file not shown.
@ -0,0 +1,3 @@
|
||||
param($installPath, $toolsPath, $package, $project)
|
||||
|
||||
$DTE.ItemOperations.Navigate("https://lvcharts.net/thanks/wpf")
|
Loading…
Reference in New Issue