Commit 2fa227f9 by 王永辉

UE设置页面

parent d0a15051
......@@ -112,3 +112,8 @@ D:\wyh\FGOUT\FGOUT\VIZ.FGOUT\VIZ.FGOUT.Common\obj\x64\Debug\VIZ.FGOUT.Common.csp
D:\wyh\FGOUT\FGOUT\VIZ.FGOUT\VIZ.FGOUT.Common\obj\x64\Debug\VIZ.FGOUT.Common.csproj.CopyComplete
D:\wyh\FGOUT\FGOUT\VIZ.FGOUT\VIZ.FGOUT.Common\obj\x64\Debug\VIZ.FGOUT.Common.dll
D:\wyh\FGOUT\FGOUT\VIZ.FGOUT\VIZ.FGOUT.Common\obj\x64\Debug\VIZ.FGOUT.Common.pdb
D:\wyh\FGOUT\FGOUT\VIZ.FGOUT\VIZ.FGOUT.Common\bin\x64\Debug\System.Memory.dll
D:\wyh\FGOUT\FGOUT\VIZ.FGOUT\VIZ.FGOUT.Common\bin\x64\Debug\System.Collections.Immutable.dll
D:\wyh\FGOUT\FGOUT\VIZ.FGOUT\VIZ.FGOUT.Common\bin\x64\Debug\System.Numerics.Vectors.dll
D:\wyh\FGOUT\FGOUT\VIZ.FGOUT\VIZ.FGOUT.Common\bin\x64\Debug\System.Runtime.CompilerServices.Unsafe.dll
D:\wyh\FGOUT\FGOUT\VIZ.FGOUT\VIZ.FGOUT.Common\bin\x64\Debug\System.Buffers.dll
......@@ -10,10 +10,10 @@ none
false
2-725104376
21870986562
3947974750
17-424547842
31364711570
171166775462
Themes\Generic.xaml;Widgets\FootballFieldPanel\FootballFieldPanel.xaml;
False
......
<?xml version="1.0" encoding="utf-8"?><doc>
<assembly>
<name>System.Runtime.CompilerServices.Unsafe</name>
</assembly>
<members>
<member name="T:System.Runtime.CompilerServices.Unsafe">
<summary>Contains generic, low-level functionality for manipulating pointers.</summary>
</member>
<member name="M:System.Runtime.CompilerServices.Unsafe.Add``1(``0@,System.Int32)">
<summary>Adds an element offset to the given reference.</summary>
<param name="source">The reference to add the offset to.</param>
<param name="elementOffset">The offset to add.</param>
<typeparam name="T">The type of reference.</typeparam>
<returns>A new reference that reflects the addition of offset to pointer.</returns>
</member>
<member name="M:System.Runtime.CompilerServices.Unsafe.Add``1(``0@,System.IntPtr)">
<summary>Adds an element offset to the given reference.</summary>
<param name="source">The reference to add the offset to.</param>
<param name="elementOffset">The offset to add.</param>
<typeparam name="T">The type of reference.</typeparam>
<returns>A new reference that reflects the addition of offset to pointer.</returns>
</member>
<member name="M:System.Runtime.CompilerServices.Unsafe.AddByteOffset``1(``0@,System.IntPtr)">
<summary>Adds a byte offset to the given reference.</summary>
<param name="source">The reference to add the offset to.</param>
<param name="byteOffset">The offset to add.</param>
<typeparam name="T">The type of reference.</typeparam>
<returns>A new reference that reflects the addition of byte offset to pointer.</returns>
</member>
<member name="M:System.Runtime.CompilerServices.Unsafe.AreSame``1(``0@,``0@)">
<summary>Determines whether the specified references point to the same location.</summary>
<param name="left">The first reference to compare.</param>
<param name="right">The second reference to compare.</param>
<typeparam name="T">The type of reference.</typeparam>
<returns>true if <paramref name="left">left</paramref> and <paramref name="right">right</paramref> point to the same location; otherwise, false.</returns>
</member>
<member name="M:System.Runtime.CompilerServices.Unsafe.As``1(System.Object)">
<summary>Casts the given object to the specified type.</summary>
<param name="o">The object to cast.</param>
<typeparam name="T">The type which the object will be cast to.</typeparam>
<returns>The original object, casted to the given type.</returns>
</member>
<member name="M:System.Runtime.CompilerServices.Unsafe.As``2(``0@)">
<summary>Reinterprets the given reference as a reference to a value of type <typeparamref name="TTo">TTo</typeparamref>.</summary>
<param name="source">The reference to reinterpret.</param>
<typeparam name="TFrom">The type of reference to reinterpret..</typeparam>
<typeparam name="TTo">The desired type of the reference.</typeparam>
<returns>A reference to a value of type <typeparamref name="TTo">TTo</typeparamref>.</returns>
</member>
<member name="M:System.Runtime.CompilerServices.Unsafe.AsPointer``1(``0@)">
<summary>Returns a pointer to the given by-ref parameter.</summary>
<param name="value">The object whose pointer is obtained.</param>
<typeparam name="T">The type of object.</typeparam>
<returns>A pointer to the given value.</returns>
</member>
<member name="M:System.Runtime.CompilerServices.Unsafe.AsRef``1(System.Void*)">
<summary>Reinterprets the given location as a reference to a value of type <typeparamref name="T">T</typeparamref>.</summary>
<param name="source">The location of the value to reference.</param>
<typeparam name="T">The type of the interpreted location.</typeparam>
<returns>A reference to a value of type <typeparamref name="T">T</typeparamref>.</returns>
</member>
<member name="M:System.Runtime.CompilerServices.Unsafe.ByteOffset``1(``0@,``0@)">
<summary>Determines the byte offset from origin to target from the given references.</summary>
<param name="origin">The reference to origin.</param>
<param name="target">The reference to target.</param>
<typeparam name="T">The type of reference.</typeparam>
<returns>Byte offset from origin to target i.e. <paramref name="target">target</paramref> - <paramref name="origin">origin</paramref>.</returns>
</member>
<member name="M:System.Runtime.CompilerServices.Unsafe.Copy``1(System.Void*,``0@)">
<summary>Copies a value of type <typeparamref name="T">T</typeparamref> to the given location.</summary>
<param name="destination">The location to copy to.</param>
<param name="source">A reference to the value to copy.</param>
<typeparam name="T">The type of value to copy.</typeparam>
</member>
<member name="M:System.Runtime.CompilerServices.Unsafe.Copy``1(``0@,System.Void*)">
<summary>Copies a value of type <typeparamref name="T">T</typeparamref> to the given location.</summary>
<param name="destination">The location to copy to.</param>
<param name="source">A pointer to the value to copy.</param>
<typeparam name="T">The type of value to copy.</typeparam>
</member>
<member name="M:System.Runtime.CompilerServices.Unsafe.CopyBlock(System.Byte@,System.Byte@,System.UInt32)">
<summary>Copies bytes from the source address to the destination address.</summary>
<param name="destination">The destination address to copy to.</param>
<param name="source">The source address to copy from.</param>
<param name="byteCount">The number of bytes to copy.</param>
</member>
<member name="M:System.Runtime.CompilerServices.Unsafe.CopyBlock(System.Void*,System.Void*,System.UInt32)">
<summary>Copies bytes from the source address to the destination address.</summary>
<param name="destination">The destination address to copy to.</param>
<param name="source">The source address to copy from.</param>
<param name="byteCount">The number of bytes to copy.</param>
</member>
<member name="M:System.Runtime.CompilerServices.Unsafe.CopyBlockUnaligned(System.Void*,System.Void*,System.UInt32)">
<summary>Copies bytes from the source address to the destination address
without assuming architecture dependent alignment of the addresses.</summary>
<param name="destination">The destination address to copy to.</param>
<param name="source">The source address to copy from.</param>
<param name="byteCount">The number of bytes to copy.</param>
</member>
<member name="M:System.Runtime.CompilerServices.Unsafe.CopyBlockUnaligned(System.Byte@,System.Byte@,System.UInt32)">
<summary>Copies bytes from the source address to the destination address
without assuming architecture dependent alignment of the addresses.</summary>
<param name="destination">The destination address to copy to.</param>
<param name="source">The source address to copy from.</param>
<param name="byteCount">The number of bytes to copy.</param>
</member>
<member name="M:System.Runtime.CompilerServices.Unsafe.InitBlock(System.Byte@,System.Byte,System.UInt32)">
<summary>Initializes a block of memory at the given location with a given initial value.</summary>
<param name="startAddress">The address of the start of the memory block to initialize.</param>
<param name="value">The value to initialize the block to.</param>
<param name="byteCount">The number of bytes to initialize.</param>
</member>
<member name="M:System.Runtime.CompilerServices.Unsafe.InitBlock(System.Void*,System.Byte,System.UInt32)">
<summary>Initializes a block of memory at the given location with a given initial value.</summary>
<param name="startAddress">The address of the start of the memory block to initialize.</param>
<param name="value">The value to initialize the block to.</param>
<param name="byteCount">The number of bytes to initialize.</param>
</member>
<member name="M:System.Runtime.CompilerServices.Unsafe.InitBlockUnaligned(System.Byte@,System.Byte,System.UInt32)">
<summary>Initializes a block of memory at the given location with a given initial value
without assuming architecture dependent alignment of the address.</summary>
<param name="startAddress">The address of the start of the memory block to initialize.</param>
<param name="value">The value to initialize the block to.</param>
<param name="byteCount">The number of bytes to initialize.</param>
</member>
<member name="M:System.Runtime.CompilerServices.Unsafe.InitBlockUnaligned(System.Void*,System.Byte,System.UInt32)">
<summary>Initializes a block of memory at the given location with a given initial value
without assuming architecture dependent alignment of the address.</summary>
<param name="startAddress">The address of the start of the memory block to initialize.</param>
<param name="value">The value to initialize the block to.</param>
<param name="byteCount">The number of bytes to initialize.</param>
</member>
<member name="M:System.Runtime.CompilerServices.Unsafe.Read``1(System.Void*)">
<summary>Reads a value of type <typeparamref name="T">T</typeparamref> from the given location.</summary>
<param name="source">The location to read from.</param>
<typeparam name="T">The type to read.</typeparam>
<returns>An object of type <typeparamref name="T">T</typeparamref> read from the given location.</returns>
</member>
<member name="M:System.Runtime.CompilerServices.Unsafe.ReadUnaligned``1(System.Byte@)">
<summary>Reads a value of type <typeparamref name="T">T</typeparamref> from the given location
without assuming architecture dependent alignment of the addresses.</summary>
<param name="source">The location to read from.</param>
<typeparam name="T">The type to read.</typeparam>
<returns>An object of type <typeparamref name="T">T</typeparamref> read from the given location.</returns>
</member>
<member name="M:System.Runtime.CompilerServices.Unsafe.ReadUnaligned``1(System.Void*)">
<summary>Reads a value of type <typeparamref name="T">T</typeparamref> from the given location
without assuming architecture dependent alignment of the addresses.</summary>
<param name="source">The location to read from.</param>
<typeparam name="T">The type to read.</typeparam>
<returns>An object of type <typeparamref name="T">T</typeparamref> read from the given location.</returns>
</member>
<member name="M:System.Runtime.CompilerServices.Unsafe.SizeOf``1">
<summary>Returns the size of an object of the given type parameter.</summary>
<typeparam name="T">The type of object whose size is retrieved.</typeparam>
<returns>The size of an object of type <typeparamref name="T">T</typeparamref>.</returns>
</member>
<member name="M:System.Runtime.CompilerServices.Unsafe.Subtract``1(``0@,System.Int32)">
<summary>Subtracts an element offset from the given reference.</summary>
<param name="source">The reference to subtract the offset from.</param>
<param name="elementOffset">The offset to subtract.</param>
<typeparam name="T">The type of reference.</typeparam>
<returns>A new reference that reflects the subraction of offset from pointer.</returns>
</member>
<member name="M:System.Runtime.CompilerServices.Unsafe.Subtract``1(``0@,System.IntPtr)">
<summary>Subtracts an element offset from the given reference.</summary>
<param name="source">The reference to subtract the offset from.</param>
<param name="elementOffset">The offset to subtract.</param>
<typeparam name="T">The type of reference.</typeparam>
<returns>A new reference that reflects the subraction of offset from pointer.</returns>
</member>
<member name="M:System.Runtime.CompilerServices.Unsafe.SubtractByteOffset``1(``0@,System.IntPtr)">
<summary>Subtracts a byte offset from the given reference.</summary>
<param name="source">The reference to subtract the offset from.</param>
<param name="byteOffset"></param>
<typeparam name="T">The type of reference.</typeparam>
<returns>A new reference that reflects the subraction of byte offset from pointer.</returns>
</member>
<member name="M:System.Runtime.CompilerServices.Unsafe.Write``1(System.Void*,``0)">
<summary>Writes a value of type <typeparamref name="T">T</typeparamref> to the given location.</summary>
<param name="destination">The location to write to.</param>
<param name="value">The value to write.</param>
<typeparam name="T">The type of value to write.</typeparam>
</member>
<member name="M:System.Runtime.CompilerServices.Unsafe.WriteUnaligned``1(System.Byte@,``0)">
<summary>Writes a value of type <typeparamref name="T">T</typeparamref> to the given location
without assuming architecture dependent alignment of the addresses.</summary>
<param name="destination">The location to write to.</param>
<param name="value">The value to write.</param>
<typeparam name="T">The type of value to write.</typeparam>
</member>
<member name="M:System.Runtime.CompilerServices.Unsafe.WriteUnaligned``1(System.Void*,``0)">
<summary>Writes a value of type <typeparamref name="T">T</typeparamref> to the given location
without assuming architecture dependent alignment of the addresses.</summary>
<param name="destination">The location to write to.</param>
<param name="value">The value to write.</param>
<typeparam name="T">The type of value to write.</typeparam>
</member>
</members>
</doc>
\ No newline at end of file
826133b0f46b49085c9ebd7e2fa9fe20d4f11c36
1f48619ef5384f47a6181b1bfde7007b2922160c
......@@ -174,9 +174,12 @@ D:\wyh\FGOUT\FGOUT\VIZ.FGOUT\VIZ.FGOUT.Connection\bin\x64\Debug\LiteDB.xml
D:\wyh\FGOUT\FGOUT\VIZ.FGOUT\VIZ.FGOUT.Connection\bin\x64\Debug\Microsoft.Bcl.AsyncInterfaces.xml
D:\wyh\FGOUT\FGOUT\VIZ.FGOUT\VIZ.FGOUT.Connection\bin\x64\Debug\System.Threading.Tasks.Extensions.xml
D:\wyh\FGOUT\FGOUT\VIZ.FGOUT\VIZ.FGOUT.Connection\bin\x64\Debug\Microsoft.Bcl.HashCode.xml
D:\wyh\FGOUT\FGOUT\VIZ.FGOUT\VIZ.FGOUT.Connection\bin\x64\Debug\System.Runtime.CompilerServices.Unsafe.xml
D:\wyh\FGOUT\FGOUT\VIZ.FGOUT\VIZ.FGOUT.Connection\obj\x64\Debug\VIZ.FGOUT.Connection.csproj.AssemblyReference.cache
D:\wyh\FGOUT\FGOUT\VIZ.FGOUT\VIZ.FGOUT.Connection\obj\x64\Debug\VIZ.FGOUT.Connection.csproj.CoreCompileInputs.cache
D:\wyh\FGOUT\FGOUT\VIZ.FGOUT\VIZ.FGOUT.Connection\obj\x64\Debug\VIZ.FGOUT.Connection.csproj.CopyComplete
D:\wyh\FGOUT\FGOUT\VIZ.FGOUT\VIZ.FGOUT.Connection\obj\x64\Debug\VIZ.FGOUT.Connection.dll
D:\wyh\FGOUT\FGOUT\VIZ.FGOUT\VIZ.FGOUT.Connection\obj\x64\Debug\VIZ.FGOUT.Connection.pdb
D:\wyh\FGOUT\FGOUT\VIZ.FGOUT\VIZ.FGOUT.Connection\bin\x64\Debug\System.Memory.dll
D:\wyh\FGOUT\FGOUT\VIZ.FGOUT\VIZ.FGOUT.Connection\bin\x64\Debug\System.Collections.Immutable.dll
D:\wyh\FGOUT\FGOUT\VIZ.FGOUT\VIZ.FGOUT.Connection\bin\x64\Debug\System.Numerics.Vectors.dll
D:\wyh\FGOUT\FGOUT\VIZ.FGOUT\VIZ.FGOUT.Connection\bin\x64\Debug\System.Buffers.dll
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace VIZ.FGOUT.Domain.Message.Setting
{
public class UESettingModel
{
}
}
......@@ -81,6 +81,7 @@
<Compile Include="Message\Setting\SavePlaceModel.cs" />
<Compile Include="Message\Setting\SendPlaceModel.cs" />
<Compile Include="Message\Setting\StartPlaceModel.cs" />
<Compile Include="Message\Setting\UESettingModel.cs" />
<Compile Include="Model\Algorithm\AlgorithmBorderScenceModel.cs" />
<Compile Include="Model\Algorithm\AlgorithmProcessModel.cs" />
<Compile Include="Model\Algorithm\AlgorithmStrategyGroupModel.cs" />
......
<?xml version="1.0" encoding="utf-8"?><doc>
<assembly>
<name>System.Runtime.CompilerServices.Unsafe</name>
</assembly>
<members>
<member name="T:System.Runtime.CompilerServices.Unsafe">
<summary>Contains generic, low-level functionality for manipulating pointers.</summary>
</member>
<member name="M:System.Runtime.CompilerServices.Unsafe.Add``1(``0@,System.Int32)">
<summary>Adds an element offset to the given reference.</summary>
<param name="source">The reference to add the offset to.</param>
<param name="elementOffset">The offset to add.</param>
<typeparam name="T">The type of reference.</typeparam>
<returns>A new reference that reflects the addition of offset to pointer.</returns>
</member>
<member name="M:System.Runtime.CompilerServices.Unsafe.Add``1(``0@,System.IntPtr)">
<summary>Adds an element offset to the given reference.</summary>
<param name="source">The reference to add the offset to.</param>
<param name="elementOffset">The offset to add.</param>
<typeparam name="T">The type of reference.</typeparam>
<returns>A new reference that reflects the addition of offset to pointer.</returns>
</member>
<member name="M:System.Runtime.CompilerServices.Unsafe.AddByteOffset``1(``0@,System.IntPtr)">
<summary>Adds a byte offset to the given reference.</summary>
<param name="source">The reference to add the offset to.</param>
<param name="byteOffset">The offset to add.</param>
<typeparam name="T">The type of reference.</typeparam>
<returns>A new reference that reflects the addition of byte offset to pointer.</returns>
</member>
<member name="M:System.Runtime.CompilerServices.Unsafe.AreSame``1(``0@,``0@)">
<summary>Determines whether the specified references point to the same location.</summary>
<param name="left">The first reference to compare.</param>
<param name="right">The second reference to compare.</param>
<typeparam name="T">The type of reference.</typeparam>
<returns>true if <paramref name="left">left</paramref> and <paramref name="right">right</paramref> point to the same location; otherwise, false.</returns>
</member>
<member name="M:System.Runtime.CompilerServices.Unsafe.As``1(System.Object)">
<summary>Casts the given object to the specified type.</summary>
<param name="o">The object to cast.</param>
<typeparam name="T">The type which the object will be cast to.</typeparam>
<returns>The original object, casted to the given type.</returns>
</member>
<member name="M:System.Runtime.CompilerServices.Unsafe.As``2(``0@)">
<summary>Reinterprets the given reference as a reference to a value of type <typeparamref name="TTo">TTo</typeparamref>.</summary>
<param name="source">The reference to reinterpret.</param>
<typeparam name="TFrom">The type of reference to reinterpret..</typeparam>
<typeparam name="TTo">The desired type of the reference.</typeparam>
<returns>A reference to a value of type <typeparamref name="TTo">TTo</typeparamref>.</returns>
</member>
<member name="M:System.Runtime.CompilerServices.Unsafe.AsPointer``1(``0@)">
<summary>Returns a pointer to the given by-ref parameter.</summary>
<param name="value">The object whose pointer is obtained.</param>
<typeparam name="T">The type of object.</typeparam>
<returns>A pointer to the given value.</returns>
</member>
<member name="M:System.Runtime.CompilerServices.Unsafe.AsRef``1(System.Void*)">
<summary>Reinterprets the given location as a reference to a value of type <typeparamref name="T">T</typeparamref>.</summary>
<param name="source">The location of the value to reference.</param>
<typeparam name="T">The type of the interpreted location.</typeparam>
<returns>A reference to a value of type <typeparamref name="T">T</typeparamref>.</returns>
</member>
<member name="M:System.Runtime.CompilerServices.Unsafe.ByteOffset``1(``0@,``0@)">
<summary>Determines the byte offset from origin to target from the given references.</summary>
<param name="origin">The reference to origin.</param>
<param name="target">The reference to target.</param>
<typeparam name="T">The type of reference.</typeparam>
<returns>Byte offset from origin to target i.e. <paramref name="target">target</paramref> - <paramref name="origin">origin</paramref>.</returns>
</member>
<member name="M:System.Runtime.CompilerServices.Unsafe.Copy``1(System.Void*,``0@)">
<summary>Copies a value of type <typeparamref name="T">T</typeparamref> to the given location.</summary>
<param name="destination">The location to copy to.</param>
<param name="source">A reference to the value to copy.</param>
<typeparam name="T">The type of value to copy.</typeparam>
</member>
<member name="M:System.Runtime.CompilerServices.Unsafe.Copy``1(``0@,System.Void*)">
<summary>Copies a value of type <typeparamref name="T">T</typeparamref> to the given location.</summary>
<param name="destination">The location to copy to.</param>
<param name="source">A pointer to the value to copy.</param>
<typeparam name="T">The type of value to copy.</typeparam>
</member>
<member name="M:System.Runtime.CompilerServices.Unsafe.CopyBlock(System.Byte@,System.Byte@,System.UInt32)">
<summary>Copies bytes from the source address to the destination address.</summary>
<param name="destination">The destination address to copy to.</param>
<param name="source">The source address to copy from.</param>
<param name="byteCount">The number of bytes to copy.</param>
</member>
<member name="M:System.Runtime.CompilerServices.Unsafe.CopyBlock(System.Void*,System.Void*,System.UInt32)">
<summary>Copies bytes from the source address to the destination address.</summary>
<param name="destination">The destination address to copy to.</param>
<param name="source">The source address to copy from.</param>
<param name="byteCount">The number of bytes to copy.</param>
</member>
<member name="M:System.Runtime.CompilerServices.Unsafe.CopyBlockUnaligned(System.Void*,System.Void*,System.UInt32)">
<summary>Copies bytes from the source address to the destination address
without assuming architecture dependent alignment of the addresses.</summary>
<param name="destination">The destination address to copy to.</param>
<param name="source">The source address to copy from.</param>
<param name="byteCount">The number of bytes to copy.</param>
</member>
<member name="M:System.Runtime.CompilerServices.Unsafe.CopyBlockUnaligned(System.Byte@,System.Byte@,System.UInt32)">
<summary>Copies bytes from the source address to the destination address
without assuming architecture dependent alignment of the addresses.</summary>
<param name="destination">The destination address to copy to.</param>
<param name="source">The source address to copy from.</param>
<param name="byteCount">The number of bytes to copy.</param>
</member>
<member name="M:System.Runtime.CompilerServices.Unsafe.InitBlock(System.Byte@,System.Byte,System.UInt32)">
<summary>Initializes a block of memory at the given location with a given initial value.</summary>
<param name="startAddress">The address of the start of the memory block to initialize.</param>
<param name="value">The value to initialize the block to.</param>
<param name="byteCount">The number of bytes to initialize.</param>
</member>
<member name="M:System.Runtime.CompilerServices.Unsafe.InitBlock(System.Void*,System.Byte,System.UInt32)">
<summary>Initializes a block of memory at the given location with a given initial value.</summary>
<param name="startAddress">The address of the start of the memory block to initialize.</param>
<param name="value">The value to initialize the block to.</param>
<param name="byteCount">The number of bytes to initialize.</param>
</member>
<member name="M:System.Runtime.CompilerServices.Unsafe.InitBlockUnaligned(System.Byte@,System.Byte,System.UInt32)">
<summary>Initializes a block of memory at the given location with a given initial value
without assuming architecture dependent alignment of the address.</summary>
<param name="startAddress">The address of the start of the memory block to initialize.</param>
<param name="value">The value to initialize the block to.</param>
<param name="byteCount">The number of bytes to initialize.</param>
</member>
<member name="M:System.Runtime.CompilerServices.Unsafe.InitBlockUnaligned(System.Void*,System.Byte,System.UInt32)">
<summary>Initializes a block of memory at the given location with a given initial value
without assuming architecture dependent alignment of the address.</summary>
<param name="startAddress">The address of the start of the memory block to initialize.</param>
<param name="value">The value to initialize the block to.</param>
<param name="byteCount">The number of bytes to initialize.</param>
</member>
<member name="M:System.Runtime.CompilerServices.Unsafe.Read``1(System.Void*)">
<summary>Reads a value of type <typeparamref name="T">T</typeparamref> from the given location.</summary>
<param name="source">The location to read from.</param>
<typeparam name="T">The type to read.</typeparam>
<returns>An object of type <typeparamref name="T">T</typeparamref> read from the given location.</returns>
</member>
<member name="M:System.Runtime.CompilerServices.Unsafe.ReadUnaligned``1(System.Byte@)">
<summary>Reads a value of type <typeparamref name="T">T</typeparamref> from the given location
without assuming architecture dependent alignment of the addresses.</summary>
<param name="source">The location to read from.</param>
<typeparam name="T">The type to read.</typeparam>
<returns>An object of type <typeparamref name="T">T</typeparamref> read from the given location.</returns>
</member>
<member name="M:System.Runtime.CompilerServices.Unsafe.ReadUnaligned``1(System.Void*)">
<summary>Reads a value of type <typeparamref name="T">T</typeparamref> from the given location
without assuming architecture dependent alignment of the addresses.</summary>
<param name="source">The location to read from.</param>
<typeparam name="T">The type to read.</typeparam>
<returns>An object of type <typeparamref name="T">T</typeparamref> read from the given location.</returns>
</member>
<member name="M:System.Runtime.CompilerServices.Unsafe.SizeOf``1">
<summary>Returns the size of an object of the given type parameter.</summary>
<typeparam name="T">The type of object whose size is retrieved.</typeparam>
<returns>The size of an object of type <typeparamref name="T">T</typeparamref>.</returns>
</member>
<member name="M:System.Runtime.CompilerServices.Unsafe.Subtract``1(``0@,System.Int32)">
<summary>Subtracts an element offset from the given reference.</summary>
<param name="source">The reference to subtract the offset from.</param>
<param name="elementOffset">The offset to subtract.</param>
<typeparam name="T">The type of reference.</typeparam>
<returns>A new reference that reflects the subraction of offset from pointer.</returns>
</member>
<member name="M:System.Runtime.CompilerServices.Unsafe.Subtract``1(``0@,System.IntPtr)">
<summary>Subtracts an element offset from the given reference.</summary>
<param name="source">The reference to subtract the offset from.</param>
<param name="elementOffset">The offset to subtract.</param>
<typeparam name="T">The type of reference.</typeparam>
<returns>A new reference that reflects the subraction of offset from pointer.</returns>
</member>
<member name="M:System.Runtime.CompilerServices.Unsafe.SubtractByteOffset``1(``0@,System.IntPtr)">
<summary>Subtracts a byte offset from the given reference.</summary>
<param name="source">The reference to subtract the offset from.</param>
<param name="byteOffset"></param>
<typeparam name="T">The type of reference.</typeparam>
<returns>A new reference that reflects the subraction of byte offset from pointer.</returns>
</member>
<member name="M:System.Runtime.CompilerServices.Unsafe.Write``1(System.Void*,``0)">
<summary>Writes a value of type <typeparamref name="T">T</typeparamref> to the given location.</summary>
<param name="destination">The location to write to.</param>
<param name="value">The value to write.</param>
<typeparam name="T">The type of value to write.</typeparam>
</member>
<member name="M:System.Runtime.CompilerServices.Unsafe.WriteUnaligned``1(System.Byte@,``0)">
<summary>Writes a value of type <typeparamref name="T">T</typeparamref> to the given location
without assuming architecture dependent alignment of the addresses.</summary>
<param name="destination">The location to write to.</param>
<param name="value">The value to write.</param>
<typeparam name="T">The type of value to write.</typeparam>
</member>
<member name="M:System.Runtime.CompilerServices.Unsafe.WriteUnaligned``1(System.Void*,``0)">
<summary>Writes a value of type <typeparamref name="T">T</typeparamref> to the given location
without assuming architecture dependent alignment of the addresses.</summary>
<param name="destination">The location to write to.</param>
<param name="value">The value to write.</param>
<typeparam name="T">The type of value to write.</typeparam>
</member>
</members>
</doc>
\ No newline at end of file
230a8c743f0f9b88422d2d49e926221e0e003116
5d7d1784641ece478ed9d120ee5e730d46e0b679
......@@ -158,9 +158,12 @@ D:\wyh\FGOUT\FGOUT\VIZ.FGOUT\VIZ.FGOUT.Domain\bin\x64\Debug\LiteDB.xml
D:\wyh\FGOUT\FGOUT\VIZ.FGOUT\VIZ.FGOUT.Domain\bin\x64\Debug\Microsoft.Bcl.AsyncInterfaces.xml
D:\wyh\FGOUT\FGOUT\VIZ.FGOUT\VIZ.FGOUT.Domain\bin\x64\Debug\System.Threading.Tasks.Extensions.xml
D:\wyh\FGOUT\FGOUT\VIZ.FGOUT\VIZ.FGOUT.Domain\bin\x64\Debug\Microsoft.Bcl.HashCode.xml
D:\wyh\FGOUT\FGOUT\VIZ.FGOUT\VIZ.FGOUT.Domain\bin\x64\Debug\System.Runtime.CompilerServices.Unsafe.xml
D:\wyh\FGOUT\FGOUT\VIZ.FGOUT\VIZ.FGOUT.Domain\obj\x64\Debug\VIZ.FGOUT.Domain.csproj.AssemblyReference.cache
D:\wyh\FGOUT\FGOUT\VIZ.FGOUT\VIZ.FGOUT.Domain\obj\x64\Debug\VIZ.FGOUT.Domain.csproj.CoreCompileInputs.cache
D:\wyh\FGOUT\FGOUT\VIZ.FGOUT\VIZ.FGOUT.Domain\obj\x64\Debug\VIZ.FGOUT.Domain.csproj.CopyComplete
D:\wyh\FGOUT\FGOUT\VIZ.FGOUT\VIZ.FGOUT.Domain\obj\x64\Debug\VIZ.FGOUT.Domain.dll
D:\wyh\FGOUT\FGOUT\VIZ.FGOUT\VIZ.FGOUT.Domain\obj\x64\Debug\VIZ.FGOUT.Domain.pdb
D:\wyh\FGOUT\FGOUT\VIZ.FGOUT\VIZ.FGOUT.Domain\bin\x64\Debug\System.Memory.dll
D:\wyh\FGOUT\FGOUT\VIZ.FGOUT\VIZ.FGOUT.Domain\bin\x64\Debug\System.Collections.Immutable.dll
D:\wyh\FGOUT\FGOUT\VIZ.FGOUT\VIZ.FGOUT.Domain\bin\x64\Debug\System.Numerics.Vectors.dll
D:\wyh\FGOUT\FGOUT\VIZ.FGOUT\VIZ.FGOUT.Domain\bin\x64\Debug\System.Buffers.dll
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
<Style x:Key="Button_Setting" TargetType="Button">
<Setter Property="FocusVisualStyle" Value="{x:Null}"></Setter>
<Setter Property="Foreground" Value="White"></Setter>
<Setter Property="FontSize" Value="16"></Setter>
<Setter Property="FocusVisualStyle" Value="{x:Null}" />
<Setter Property="Foreground" Value="White" />
<Setter Property="FontSize" Value="16" />
<Setter Property="Template">
<Setter.Value>
<ControlTemplate TargetType="Button">
<Grid x:Name="border" Background="#aa303d54">
<ContentPresenter VerticalAlignment="Center" HorizontalAlignment="Center"></ContentPresenter>
<Rectangle Height="1" VerticalAlignment="Bottom" Fill="#ff181f2a"></Rectangle>
<ContentPresenter HorizontalAlignment="Center" VerticalAlignment="Center" />
<Rectangle
Height="1"
VerticalAlignment="Bottom"
Fill="#ff181f2a" />
</Grid>
<ControlTemplate.Triggers>
<Trigger Property="IsMouseOver" Value="True">
<Setter TargetName="border" Property="Background" Value="#ff303d54"></Setter>
<Setter TargetName="border" Property="Background" Value="#ff303d54" />
</Trigger>
<Trigger Property="IsEnabled" Value="False">
<Setter Property="Opacity" Value="0.7"></Setter>
<Setter Property="Opacity" Value="0.7" />
</Trigger>
</ControlTemplate.Triggers>
</ControlTemplate>
......@@ -26,22 +28,26 @@
</Style>
<Style x:Key="Button_Setting_Open" TargetType="Button">
<Setter Property="FocusVisualStyle" Value="{x:Null}"></Setter>
<Setter Property="Width" Value="40"></Setter>
<Setter Property="Height" Value="40"></Setter>
<Setter Property="FocusVisualStyle" Value="{x:Null}" />
<Setter Property="Width" Value="40" />
<Setter Property="Height" Value="40" />
<Setter Property="Template">
<Setter.Value>
<ControlTemplate TargetType="Button">
<Grid x:Name="border" Background="Transparent">
<Image Width="30" Height="30" HorizontalAlignment="Center" VerticalAlignment="Center"
Source="/VIZ.FGOUT.Module.Resource;component/Icons/edit_48x48.png"></Image>
<Image
Width="30"
Height="30"
HorizontalAlignment="Center"
VerticalAlignment="Center"
Source="/VIZ.FGOUT.Module.Resource;component/Icons/edit_48x48.png" />
</Grid>
<ControlTemplate.Triggers>
<Trigger Property="IsMouseOver" Value="True">
<Setter TargetName="border" Property="Background" Value="#22ffffff"></Setter>
<Setter TargetName="border" Property="Background" Value="#22ffffff" />
</Trigger>
<Trigger Property="IsEnabled" Value="False">
<Setter Property="Opacity" Value="0.35"></Setter>
<Setter Property="Opacity" Value="0.35" />
</Trigger>
</ControlTemplate.Triggers>
</ControlTemplate>
......@@ -50,29 +56,84 @@
</Style>
<Style x:Key="Button_Setting_Close" TargetType="Button">
<Setter Property="FocusVisualStyle" Value="{x:Null}"></Setter>
<Setter Property="Width" Value="40"></Setter>
<Setter Property="Height" Value="40"></Setter>
<Setter Property="FocusVisualStyle" Value="{x:Null}" />
<Setter Property="Width" Value="40" />
<Setter Property="Height" Value="40" />
<Setter Property="Template">
<Setter.Value>
<ControlTemplate TargetType="Button">
<Border x:Name="bd" BorderBrush="Transparent" BorderThickness="1" Background="Transparent">
<Grid x:Name="grid" HorizontalAlignment="Center" VerticalAlignment="Center" Width="18" Height="18" RenderTransformOrigin="0.5,0.5">
<Rectangle x:Name="rect1" Width="18" Height="2" Fill="White" HorizontalAlignment="Center" VerticalAlignment="Center" RenderTransformOrigin="0.5,0.5">
<Border
x:Name="bd"
Background="Transparent"
BorderBrush="Transparent"
BorderThickness="1">
<Grid
x:Name="grid"
Width="18"
Height="18"
HorizontalAlignment="Center"
VerticalAlignment="Center"
RenderTransformOrigin="0.5,0.5">
<Rectangle
x:Name="rect1"
Width="18"
Height="2"
HorizontalAlignment="Center"
VerticalAlignment="Center"
Fill="White"
RenderTransformOrigin="0.5,0.5">
<Rectangle.RenderTransform>
<RotateTransform Angle="45"/>
<RotateTransform Angle="45" />
</Rectangle.RenderTransform>
</Rectangle>
<Rectangle x:Name="rect2" Width="18" Height="2" Fill="White" HorizontalAlignment="Center" VerticalAlignment="Center" RenderTransformOrigin="0.5,0.5">
<Rectangle
x:Name="rect2"
Width="18"
Height="2"
HorizontalAlignment="Center"
VerticalAlignment="Center"
Fill="White"
RenderTransformOrigin="0.5,0.5">
<Rectangle.RenderTransform>
<RotateTransform Angle="-45"/>
<RotateTransform Angle="-45" />
</Rectangle.RenderTransform>
</Rectangle>
</Grid>
</Border>
<ControlTemplate.Triggers>
<Trigger Property="IsMouseOver" Value="True">
<Setter TargetName="bd" Property="Background" Value="#66ff0000"></Setter>
<Setter TargetName="bd" Property="Background" Value="#66ff0000" />
</Trigger>
</ControlTemplate.Triggers>
</ControlTemplate>
</Setter.Value>
</Setter>
</Style>
<Style x:Key="ButtonStyle" TargetType="Button">
<Setter Property="FocusVisualStyle" Value="{x:Null}" />
<Setter Property="Foreground" Value="White" />
<Setter Property="FontSize" Value="16" />
<Setter Property="Width" Value="110" />
<Setter Property="Height" Value="37" />
<Setter Property="HorizontalAlignment" Value="Center" />
<Setter Property="VerticalAlignment" Value="Center" />
<Setter Property="Template">
<Setter.Value>
<ControlTemplate TargetType="Button">
<Grid x:Name="border" Background="#626669">
<ContentPresenter HorizontalAlignment="Center" VerticalAlignment="Center" />
<Rectangle
Height="1"
VerticalAlignment="Bottom"
Fill="#ff181f2a" />
</Grid>
<ControlTemplate.Triggers>
<Trigger Property="IsMouseOver" Value="True">
<Setter TargetName="border" Property="Background" Value="#378CFF " />
</Trigger>
<Trigger Property="IsEnabled" Value="False">
<Setter Property="Opacity" Value="0.7" />
</Trigger>
</ControlTemplate.Triggers>
</ControlTemplate>
......
......@@ -392,3 +392,7 @@ D:\wyh\FGOUT\FGOUT\VIZ.FGOUT\VIZ.FGOUT.Module.Resource\obj\x64\Debug\VIZ.FGOUT.M
D:\wyh\FGOUT\FGOUT\VIZ.FGOUT\VIZ.FGOUT.Module.Resource\obj\x64\Debug\VIZ.FGOUT.Module.Resource.csproj.CopyComplete
D:\wyh\FGOUT\FGOUT\VIZ.FGOUT\VIZ.FGOUT.Module.Resource\obj\x64\Debug\VIZ.FGOUT.Module.Resource.dll
D:\wyh\FGOUT\FGOUT\VIZ.FGOUT\VIZ.FGOUT.Module.Resource\obj\x64\Debug\VIZ.FGOUT.Module.Resource.pdb
D:\wyh\FGOUT\FGOUT\VIZ.FGOUT\VIZ.FGOUT.Module.Resource\bin\x64\Debug\System.Memory.dll
D:\wyh\FGOUT\FGOUT\VIZ.FGOUT\VIZ.FGOUT.Module.Resource\bin\x64\Debug\System.Collections.Immutable.dll
D:\wyh\FGOUT\FGOUT\VIZ.FGOUT\VIZ.FGOUT.Module.Resource\bin\x64\Debug\System.Numerics.Vectors.dll
D:\wyh\FGOUT\FGOUT\VIZ.FGOUT\VIZ.FGOUT.Module.Resource\bin\x64\Debug\System.Buffers.dll
......@@ -10,11 +10,11 @@ none
false
DEBUG;TRACE
16498493296
1-1441241311
11-1602666439
23304678694
16153409119
1470602451
11-350624472
241319896476
Style\Button\Button_NdiView.xaml;Style\Button\Button_Setting.xaml;Style\Button\Button_WindowTop.xaml;Style\CheckBox\CheckBox_NdiView.xaml;Style\CheckBox\CheckBox_Setting.xaml;Style\CheckBox\CheckBox_WindowTop.xaml;Style\ComboBox\ComboBox_Setting.xaml;Style\HotkeyBox\HotkeyBox_Setting.xaml;Style\MessageBox\MessageBoxEx.xaml;Style\RadioButton\RadioButton_FootballSide.xaml;Style\RadioButton\RadioButton_NdiView.xaml;Style\RadioButton\RadioButton_Setting.xaml;Style\Slider\Slider_Setting.xaml;Style\TextBox\TextBox_Setting.xaml;Themes\Generic.xaml;Toolkit\NumericUpDown\NumericUpDown.xaml;
True
False
......@@ -152,7 +152,7 @@
<Button Content="保存" Grid.Row="2" Grid.Column="1" Margin="10" Style="{StaticResource Button_Setting}" Command="{Binding Path=SavePalceCommand}" Height="40"/>
<Button Content="UE设置" Grid.Row="2" Grid.Column="2" Margin="10" Style="{StaticResource Button_Setting}" Command="{Binding Path=UESettingCommand}" Height="40"/>
</Grid>
</WrapPanel>
......
......@@ -19,6 +19,7 @@ using VIZ.FGOUT.Domain;
using System.Windows.Controls;
using VIZ.Framework.Connection;
using VIZ.FGOUT.Connection;
using VIZ.FGOUT.Domain.Message.Setting;
namespace VIZ.FGOUT.Module
{
......@@ -85,7 +86,8 @@ namespace VIZ.FGOUT.Module
// replay
this.ReplayCommand = new VCommand(this.Replay);
//UESetting
this.UESettingCommand = new VCommand(this.UESetting);
}
/// <summary>
......@@ -478,6 +480,18 @@ namespace VIZ.FGOUT.Module
#endregion
#region UESetting
public VCommand UESettingCommand { get; set; }
private void UESetting()
{
UESettingModel ueSettingModel = new UESettingModel();
ApplicationDomainEx.MessageManager.Send(ueSettingModel);
}
#endregion
#region 落盘开关
public VCommand SaveMatImageCommand { get; set; }
......@@ -640,13 +654,9 @@ namespace VIZ.FGOUT.Module
public VCommand SavePalceCommand { get; set; }
public SavePlaceModel savePlaceModel = new SavePlaceModel();
private void SavePlace()
{
if(IsAutoEnbale)
{
savePlaceModel.IsManual = true;
......@@ -661,7 +671,6 @@ namespace VIZ.FGOUT.Module
ApplicationDomainEx.MessageManager.Send(savePlaceModel);
}
#endregion
#region 按钮可用性
......
......@@ -16,6 +16,8 @@ using VIZ.Framework.Connection;
using System.Windows;
using VIZ.Framework.Storage;
using VIZ.FGOUT.Connection;
using VIZ.FGOUT.Domain.Message.Setting;
using VIZ.FGOUT.Module.SystemSetting.View;
namespace VIZ.FGOUT.Module
{
......@@ -146,8 +148,17 @@ namespace VIZ.FGOUT.Module
// 调用Replay发送命令
ApplicationDomainEx.MessageManager.Register<ReplayModel>(this,this.Replay);
//调用UESetting发送命令
ApplicationDomainEx.MessageManager.Register<UESettingModel>(this,this.UESetting);
}
private void UESetting(UESettingModel ueSettingModel)
{
if (this.ViewKey != "CAM_1")
return;
UESettingPanelView ueSettingPanelView = new UESettingPanelView();
ueSettingPanelView.Show();
}
/// <summary>
/// replay 命令
......
<Window x:Class="VIZ.FGOUT.Module.ReplayPanelView"
<Window
x:Class="VIZ.FGOUT.Module.ReplayPanelView"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:local="clr-namespace:VIZ.FGOUT.Module"
mc:Ignorable="d" WindowStartupLocation="CenterScreen"
Title="Replay功能" Height="450" Width="800">
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
Title="Replay功能"
Width="518"
Height="518"
WindowStartupLocation="CenterScreen"
mc:Ignorable="d">
<Window.Resources>
<ResourceDictionary>
<ResourceDictionary.MergedDictionaries>
<ResourceDictionary Source="/VIZ.FGOUT.Module.Resource;component/Style/RadioButton/RadioButton_Setting.xaml"></ResourceDictionary>
<ResourceDictionary Source="/VIZ.FGOUT.Module.Resource;component/Style/Button/Button_Setting.xaml"></ResourceDictionary>
<ResourceDictionary Source="/VIZ.FGOUT.Module.Resource;component/Style/RadioButton/RadioButton_Setting.xaml" />
<ResourceDictionary Source="/VIZ.FGOUT.Module.Resource;component/Style/Button/Button_Setting.xaml" />
</ResourceDictionary.MergedDictionaries>
</ResourceDictionary>
</Window.Resources>
<Grid>
<Grid Background="#383D41">
<Grid.RowDefinitions>
<RowDefinition Height="60"/>
<RowDefinition Height="60"/>
<RowDefinition Height="60"/>
<RowDefinition Height="60"/>
<RowDefinition Height="60" />
<RowDefinition Height="60" />
<RowDefinition Height="60" />
<RowDefinition Height="60" />
</Grid.RowDefinitions>
<Grid.ColumnDefinitions>
<ColumnDefinition/>
<ColumnDefinition/>
<ColumnDefinition/>
<ColumnDefinition/>
<ColumnDefinition />
<ColumnDefinition />
<ColumnDefinition />
<ColumnDefinition />
</Grid.ColumnDefinitions>
<Button Grid.Row="0" Grid.Column="0" Style="{StaticResource Button_Setting}" Width="120" Height="40" Content="Replay" HorizontalAlignment="Center" VerticalAlignment="Center" Command="{Binding ReplayVedioCommand}"/>
<Button Grid.Row="0" Grid.Column="1" Style="{StaticResource Button_Setting}" Width="120" Height="40" Content="重新开始" HorizontalAlignment="Center" VerticalAlignment="Center" Command="{Binding CleanVedioCommand}" />
<Button Grid.Row="0" Grid.Column="2" Style="{StaticResource Button_Setting}" Width="120" Height="40" Content="Live" HorizontalAlignment="Center" VerticalAlignment="Center" Command="{Binding LiveVedioCommand}" />
<Button Grid.Row="0" Grid.Column="3" Style="{StaticResource Button_Setting}" Width="120" Height="40" Content="Stop" HorizontalAlignment="Center" VerticalAlignment="Center" Command="{Binding StopVedioCommand}" />
<!--Foreground="White"-->
<TextBlock Grid.Row="1" Grid.Column="0" FontSize="18" Text="音视频" VerticalAlignment="Center" />
<TextBlock Grid.Row="2" Grid.Column="0" Width="80" FontSize="18" Text="间隔秒数:" VerticalAlignment="Center" HorizontalAlignment="Right"/>
<TextBox Grid.Row="2" Grid.Column="1" FontSize="18" VerticalContentAlignment="Center" VerticalAlignment="Center" Width="150" Height="40" Text="{Binding ReplaySencond,Mode=TwoWay}"/>
<Button
Grid.Row="0"
Grid.Column="0"
Command="{Binding ReplayVedioCommand}"
Content="Replay"
Style="{StaticResource ButtonStyle}" />
<Button
Grid.Row="0"
Grid.Column="1"
Command="{Binding CleanVedioCommand}"
Content="Restart"
Style="{StaticResource ButtonStyle}" />
<Button
Grid.Row="0"
Grid.Column="2"
Command="{Binding LiveVedioCommand}"
Content="Live"
Style="{StaticResource ButtonStyle}" />
<Button
Grid.Row="0"
Grid.Column="3"
Command="{Binding StopVedioCommand}"
Content="Stop"
Style="{StaticResource ButtonStyle}" />
<TextBlock
Grid.Row="1"
Grid.Column="0"
Width="80"
VerticalAlignment="Bottom"
FontSize="18"
Foreground="White"
Text="音视频" />
<TextBlock
Grid.Row="2"
Grid.Column="0"
Width="80"
VerticalAlignment="Center"
FontSize="16"
Foreground="White"
Text="间隔秒数" />
<TextBox
Grid.Row="2"
Grid.Column="1"
Width="150"
Height="30"
VerticalAlignment="Center"
VerticalContentAlignment="Center"
FontSize="18"
Text="{Binding ReplaySencond, Mode=TwoWay}" />
</Grid>
</Window>
<Window
x:Class="VIZ.FGOUT.Module.SystemSetting.View.UESettingPanelView"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:local="clr-namespace:VIZ.FGOUT.Module.SystemSetting.View"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:sys="clr-namespace:System;assembly=mscorlib"
Title="UE设置"
Width="800"
Height="450"
Background="Black"
WindowStartupLocation="CenterScreen"
mc:Ignorable="d">
<Window.Resources>
<ResourceDictionary>
<ResourceDictionary.MergedDictionaries>
<ResourceDictionary Source="/VIZ.FGOUT.Module.Resource;component/Style/ComboBox/ComboBox_Setting.xaml" />
<ResourceDictionary Source="/VIZ.FGOUT.Module.Resource;component/Style/Button/Button_Setting.xaml" />
<ResourceDictionary Source="/VIZ.FGOUT.Module.Resource;component/Style/TextBox/TextBox_Setting.xaml" />
</ResourceDictionary.MergedDictionaries>
<x:Array x:Key="TrueOrFalse" Type="sys:String">
<sys:String>True</sys:String>
<sys:String>False</sys:String>
</x:Array>
<x:Array x:Key="IsEnable" Type="sys:String">
<sys:String>Enable</sys:String>
<sys:String>Disable</sys:String>
</x:Array>
<x:Array x:Key="Eases" Type="sys:String">
<sys:String>Linear</sys:String>
<sys:String>Step</sys:String>
<sys:String>SinusoidalIn</sys:String>
<sys:String>SinusoidalOut</sys:String>
<sys:String>SinusoidalInOut</sys:String>
<sys:String>EaseIn</sys:String>
<sys:String>EaseOut</sys:String>
<sys:String>EaseInOut</sys:String>
<sys:String>ExpoIn</sys:String>
<sys:String>ExpoOut</sys:String>
<sys:String>ExpoInOut</sys:String>
<sys:String>CircularIn</sys:String>
<sys:String>CircularOut</sys:String>
<sys:String>CircularInOut</sys:String>
</x:Array>
<x:Array x:Key="LineFrontOrBehind" Type="sys:String">
<sys:String>LineFront</sys:String>
<sys:String>LineBehind</sys:String>
</x:Array>
</ResourceDictionary>
</Window.Resources>
<Grid Margin="10">
<Grid.RowDefinitions>
<RowDefinition />
<RowDefinition />
<RowDefinition />
<RowDefinition />
<RowDefinition />
<RowDefinition />
<RowDefinition />
<RowDefinition />
<RowDefinition />
<RowDefinition />
</Grid.RowDefinitions>
<Grid.ColumnDefinitions>
<ColumnDefinition />
<ColumnDefinition />
<ColumnDefinition />
<ColumnDefinition />
</Grid.ColumnDefinitions>
<TextBlock
VerticalAlignment="Center"
Foreground="White"
Text="ZoomEase:" />
<ComboBox
Grid.Column="1"
ItemsSource="{StaticResource Eases}"
SelectedIndex="2"
Style="{StaticResource ComboBox_Setting}" />
<TextBlock
Grid.Column="2"
VerticalAlignment="Center"
Foreground="White"
Text="MoveEase:" />
<ComboBox
Grid.Column="3"
ItemsSource="{StaticResource Eases}"
SelectedIndex="2"
Style="{StaticResource ComboBox_Setting}" />
<TextBlock
Grid.Row="1"
VerticalAlignment="Center"
Foreground="White"
Text="Scale%:" />
<TextBox
Grid.Row="1"
Grid.Column="1"
Text="0.4" />
<TextBlock
Grid.Row="1"
Grid.Column="2"
VerticalAlignment="Center"
Foreground="White"
Text="Line:" />
<ComboBox
Grid.Row="1"
Grid.Column="3"
ItemsSource="{StaticResource LineFrontOrBehind}"
SelectedIndex="1"
Style="{StaticResource ComboBox_Setting}" />
<TextBlock
Grid.Row="2"
VerticalAlignment="Center"
Foreground="White"
Text="ZoomIn:" />
<TextBox
Grid.Row="2"
Grid.Column="1"
Text="3.0" />
<TextBlock
Grid.Row="2"
Grid.Column="2"
VerticalAlignment="Center"
Foreground="White"
Text="ZoomOut:" />
<TextBox
Grid.Row="2"
Grid.Column="3"
Text="4.0" />
<TextBlock
Grid.Row="3"
VerticalAlignment="Center"
Foreground="White"
Text="Move:" />
<TextBox
Grid.Row="3"
Grid.Column="3"
Text="4.0" />
<TextBlock
Grid.Row="4"
VerticalAlignment="Center"
Foreground="White"
Text="SafeScale:" />
<TextBox
Grid.Row="4"
Grid.Column="3"
Text="0.96" />
<TextBlock
Grid.Row="5"
VerticalAlignment="Center"
Foreground="White"
Text="ShowHeight:" />
<ComboBox
Grid.Row="5"
Grid.Column="1"
ItemsSource="{StaticResource TrueOrFalse}"
SelectedIndex="1"
Style="{StaticResource ComboBox_Setting}" />
<TextBlock
Grid.Row="5"
Grid.Column="2"
VerticalAlignment="Center"
Foreground="White"
Text="ShowSpeed:" />
<ComboBox
Grid.Row="5"
Grid.Column="3"
ItemsSource="{StaticResource TrueOrFalse}"
SelectedIndex="1"
Style="{StaticResource ComboBox_Setting}" />
<TextBlock
Grid.Row="6"
VerticalAlignment="Center"
Foreground="White"
Text="UseZoom:" />
<ComboBox
Grid.Row="6"
Grid.Column="3"
ItemsSource="{StaticResource TrueOrFalse}"
SelectedIndex="0"
Style="{StaticResource ComboBox_Setting}" />
<TextBlock
Grid.Row="7"
VerticalAlignment="Center"
Foreground="White"
Text="MovementOnlyX:" />
<ComboBox
Grid.Row="7"
Grid.Column="2"
ItemsSource="{StaticResource IsEnable}"
SelectedIndex="1"
Style="{StaticResource ComboBox_Setting}" />
<TextBox
Grid.Row="7"
Grid.Column="3"
Text="0" />
<TextBlock
Grid.Row="8"
VerticalAlignment="Center"
Foreground="White"
Text="MovementOnlyY:" />
<ComboBox
Grid.Row="8"
Grid.Column="2"
ItemsSource="{StaticResource IsEnable}"
SelectedIndex="1"
Style="{StaticResource ComboBox_Setting}" />
<TextBox
Grid.Row="8"
Grid.Column="3"
Text="0" />
<Grid
Grid.Row="9"
Grid.Column="2"
ColumnSpan="2">
<StackPanel
HorizontalAlignment="Right"
VerticalAlignment="Bottom"
Orientation="Horizontal">
<Button
Width="120"
Height="30"
Margin="0,0,30,0"
Command="{Binding Path=CancelCommand}"
Content="取消"
Style="{StaticResource ButtonStyle}" />
<Button
Width="120"
Height="30"
Command="{Binding Path=SaveCommand}"
Content="保存"
Style="{StaticResource ButtonStyle}" />
</StackPanel>
</Grid>
</Grid>
</Window>
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Data;
using System.Windows.Documents;
using System.Windows.Input;
using System.Windows.Media;
using System.Windows.Media.Imaging;
using System.Windows.Shapes;
namespace VIZ.FGOUT.Module.SystemSetting.View
{
/// <summary>
/// UESettingPanelView.xaml 的交互逻辑
/// </summary>
public partial class UESettingPanelView : Window
{
public UESettingPanelView()
{
InitializeComponent();
}
}
}
......@@ -249,6 +249,9 @@
<Compile Include="SystemSetting\View\SystemSettingView.xaml.cs">
<DependentUpon>SystemSettingView.xaml</DependentUpon>
</Compile>
<Compile Include="SystemSetting\View\UESettingPanelView.xaml.cs">
<DependentUpon>UESettingPanelView.xaml</DependentUpon>
</Compile>
</ItemGroup>
<ItemGroup>
<None Include="app.config" />
......@@ -390,6 +393,10 @@
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
</Page>
<Page Include="SystemSetting\View\UESettingPanelView.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>
\ No newline at end of file
#pragma checksum "..\..\..\..\..\NDIMainView\View\NDIMainView.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "EBD31C670888EB0F86E885AD52231780FB5993566DBE109BA766AC3EDF8A9636"
#pragma checksum "..\..\..\..\..\NDIMainView\View\NDIMainView.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "D604467525B7045AE161E1D84EC12D055F732F346EDD90C9F628A16C9B9155E8"
//------------------------------------------------------------------------------
// <auto-generated>
// 此代码由工具生成。
......
#pragma checksum "..\..\..\..\..\NDIMainView\View\NDIMainView.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "EBD31C670888EB0F86E885AD52231780FB5993566DBE109BA766AC3EDF8A9636"
#pragma checksum "..\..\..\..\..\NDIMainView\View\NDIMainView.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "D604467525B7045AE161E1D84EC12D055F732F346EDD90C9F628A16C9B9155E8"
//------------------------------------------------------------------------------
// <auto-generated>
// 此代码由工具生成。
......
1912ab3b771ee685c1e5b5259c300d548dcc82e8
69b9e7e612c5935b8c94690019085824545096aa
......@@ -588,3 +588,6 @@ D:\wyh\FGOUT\FGOUT\VIZ.FGOUT\VIZ.FGOUT.Module\obj\x64\Debug\VIZ.FGOUT.Module.dll
D:\wyh\FGOUT\FGOUT\VIZ.FGOUT\VIZ.FGOUT.Module\obj\x64\Debug\VIZ.FGOUT.Module.pdb
D:\wyh\FGOUT\FGOUT\VIZ.FGOUT\VIZ.FGOUT.Module\obj\x64\Debug\SystemSetting\View\RePlayPanelView.g.cs
D:\wyh\FGOUT\FGOUT\VIZ.FGOUT\VIZ.FGOUT.Module\obj\x64\Debug\SystemSetting\View\RePlayPanelView.baml
D:\wyh\FGOUT\FGOUT\VIZ.FGOUT\VIZ.FGOUT.Module\bin\x64\Debug\System.Collections.Immutable.dll
D:\wyh\FGOUT\FGOUT\VIZ.FGOUT\VIZ.FGOUT.Module\obj\x64\Debug\SystemSetting\View\UESettingPanelView.g.cs
D:\wyh\FGOUT\FGOUT\VIZ.FGOUT\VIZ.FGOUT.Module\obj\x64\Debug\SystemSetting\View\UESettingPanelView.baml
......@@ -10,11 +10,11 @@ none
false
DEBUG;TRACE
20-1785223287
21-62725784
86467701229
150-2097665076
NDIMainView\View\NDIMainView.xaml;NDIPreviewView\View\NDIPreviewView.xaml;NDISettingView\View\AlgorithmSettingPanelView.xaml;NDISettingView\View\Algorithm\AlgorithmCablewayPanelView.xaml;NDISettingView\View\Algorithm\AlgorithmNearPanelView.xaml;NDISettingView\View\Algorithm\AlgorithmSinglePanelView.xaml;NDISettingView\View\Algorithm\AlgorithmSixteenPanelView.xaml;NDISettingView\View\Algorithm\AlgorithmTacticsPanelView.xaml;NDISettingView\View\NDISettingPanelView.xaml;NDISettingView\View\NDISettingView.xaml;NDIView\View\NDIView.xaml;SystemSetting\View\AboutPanelView.xaml;SystemSetting\View\CheckDataPanelView.xaml;SystemSetting\View\HotkeySettingPanelView.xaml;SystemSetting\View\MattingImagePanelView.xaml;SystemSetting\View\PackageSettingPanelView.xaml;SystemSetting\View\PreviewSettingPanelView.xaml;SystemSetting\View\ReplayPanelView.xaml;SystemSetting\View\StyleSettingPanelView.xaml;SystemSetting\View\SystemSettingView.xaml;
87-93054371
150-1446398279
NDIMainView\View\NDIMainView.xaml;NDIPreviewView\View\NDIPreviewView.xaml;NDISettingView\View\AlgorithmSettingPanelView.xaml;NDISettingView\View\Algorithm\AlgorithmCablewayPanelView.xaml;NDISettingView\View\Algorithm\AlgorithmNearPanelView.xaml;NDISettingView\View\Algorithm\AlgorithmSinglePanelView.xaml;NDISettingView\View\Algorithm\AlgorithmSixteenPanelView.xaml;NDISettingView\View\Algorithm\AlgorithmTacticsPanelView.xaml;NDISettingView\View\NDISettingPanelView.xaml;NDISettingView\View\NDISettingView.xaml;NDIView\View\NDIView.xaml;SystemSetting\View\AboutPanelView.xaml;SystemSetting\View\CheckDataPanelView.xaml;SystemSetting\View\HotkeySettingPanelView.xaml;SystemSetting\View\MattingImagePanelView.xaml;SystemSetting\View\PackageSettingPanelView.xaml;SystemSetting\View\PreviewSettingPanelView.xaml;SystemSetting\View\ReplayPanelView.xaml;SystemSetting\View\StyleSettingPanelView.xaml;SystemSetting\View\SystemSettingView.xaml;SystemSetting\View\UESettingPanelView.xaml;
False
......@@ -10,11 +10,11 @@ none
false
DEBUG;TRACE
20-1785223287
21-62725784
87-345295136
150-2097665076
NDIMainView\View\NDIMainView.xaml;NDIPreviewView\View\NDIPreviewView.xaml;NDISettingView\View\AlgorithmSettingPanelView.xaml;NDISettingView\View\Algorithm\AlgorithmCablewayPanelView.xaml;NDISettingView\View\Algorithm\AlgorithmNearPanelView.xaml;NDISettingView\View\Algorithm\AlgorithmSinglePanelView.xaml;NDISettingView\View\Algorithm\AlgorithmSixteenPanelView.xaml;NDISettingView\View\Algorithm\AlgorithmTacticsPanelView.xaml;NDISettingView\View\NDISettingPanelView.xaml;NDISettingView\View\NDISettingView.xaml;NDIView\View\NDIView.xaml;SystemSetting\View\AboutPanelView.xaml;SystemSetting\View\CheckDataPanelView.xaml;SystemSetting\View\HotkeySettingPanelView.xaml;SystemSetting\View\MattingImagePanelView.xaml;SystemSetting\View\PackageSettingPanelView.xaml;SystemSetting\View\PreviewSettingPanelView.xaml;SystemSetting\View\ReplayPanelView.xaml;SystemSetting\View\StyleSettingPanelView.xaml;SystemSetting\View\SystemSettingView.xaml;
881632389116
150-1446398279
NDIMainView\View\NDIMainView.xaml;NDIPreviewView\View\NDIPreviewView.xaml;NDISettingView\View\AlgorithmSettingPanelView.xaml;NDISettingView\View\Algorithm\AlgorithmCablewayPanelView.xaml;NDISettingView\View\Algorithm\AlgorithmNearPanelView.xaml;NDISettingView\View\Algorithm\AlgorithmSinglePanelView.xaml;NDISettingView\View\Algorithm\AlgorithmSixteenPanelView.xaml;NDISettingView\View\Algorithm\AlgorithmTacticsPanelView.xaml;NDISettingView\View\NDISettingPanelView.xaml;NDISettingView\View\NDISettingView.xaml;NDIView\View\NDIView.xaml;SystemSetting\View\AboutPanelView.xaml;SystemSetting\View\CheckDataPanelView.xaml;SystemSetting\View\HotkeySettingPanelView.xaml;SystemSetting\View\MattingImagePanelView.xaml;SystemSetting\View\PackageSettingPanelView.xaml;SystemSetting\View\PreviewSettingPanelView.xaml;SystemSetting\View\ReplayPanelView.xaml;SystemSetting\View\StyleSettingPanelView.xaml;SystemSetting\View\SystemSettingView.xaml;SystemSetting\View\UESettingPanelView.xaml;
True
......@@ -20,4 +20,5 @@ FD:\wyh\FGOUT\FGOUT\VIZ.FGOUT\VIZ.FGOUT.Module\SystemSetting\View\PreviewSetting
FD:\wyh\FGOUT\FGOUT\VIZ.FGOUT\VIZ.FGOUT.Module\SystemSetting\View\ReplayPanelView.xaml;;
FD:\wyh\FGOUT\FGOUT\VIZ.FGOUT\VIZ.FGOUT.Module\SystemSetting\View\StyleSettingPanelView.xaml;;
FD:\wyh\FGOUT\FGOUT\VIZ.FGOUT\VIZ.FGOUT.Module\SystemSetting\View\SystemSettingView.xaml;;
FD:\wyh\FGOUT\FGOUT\VIZ.FGOUT\VIZ.FGOUT.Module\SystemSetting\View\UESettingPanelView.xaml;;

D:\wyh\FGOUT\FGOUT\VIZ.FGOUT\VIZ.FGOUT.Module\obj\x64\Debug\GeneratedInternalTypeHelper.g.cs
FD:\wyh\FGOUT\FGOUT\VIZ.FGOUT\VIZ.FGOUT.Module\NDIMainView\View\NDIMainView.xaml;;
FD:\wyh\FGOUT\FGOUT\VIZ.FGOUT\VIZ.FGOUT.Module\NDIPreviewView\View\NDIPreviewView.xaml;;
......@@ -20,4 +20,5 @@ FD:\wyh\FGOUT\FGOUT\VIZ.FGOUT\VIZ.FGOUT.Module\SystemSetting\View\PreviewSetting
FD:\wyh\FGOUT\FGOUT\VIZ.FGOUT\VIZ.FGOUT.Module\SystemSetting\View\ReplayPanelView.xaml;;
FD:\wyh\FGOUT\FGOUT\VIZ.FGOUT\VIZ.FGOUT.Module\SystemSetting\View\StyleSettingPanelView.xaml;;
FD:\wyh\FGOUT\FGOUT\VIZ.FGOUT\VIZ.FGOUT.Module\SystemSetting\View\SystemSettingView.xaml;;
FD:\wyh\FGOUT\FGOUT\VIZ.FGOUT\VIZ.FGOUT.Module\SystemSetting\View\UESettingPanelView.xaml;;
......@@ -230,3 +230,4 @@ D:\wyh\FGOUT\FGOUT\VIZ.FGOUT\VIZ.FGOUT.Storage\obj\x64\Debug\VIZ.FGOUT.Storage.c
D:\wyh\FGOUT\FGOUT\VIZ.FGOUT\VIZ.FGOUT.Storage\obj\x64\Debug\VIZ.FGOUT.Storage.csproj.CopyComplete
D:\wyh\FGOUT\FGOUT\VIZ.FGOUT\VIZ.FGOUT.Storage\obj\x64\Debug\VIZ.FGOUT.Storage.dll
D:\wyh\FGOUT\FGOUT\VIZ.FGOUT\VIZ.FGOUT.Storage\obj\x64\Debug\VIZ.FGOUT.Storage.pdb
D:\wyh\FGOUT\FGOUT\VIZ.FGOUT\VIZ.FGOUT.Storage\bin\x64\Debug\System.Collections.Immutable.dll
2023-08-10 17:10:19,026 [12] ERROR VIZ.FGOUT.Module.AlgorithmControllerBase - 算法'Single'的启动路径:'C:\projects\org\person_v1.1.0.0\main_person_new22.py'不正确!
2023-08-10 17:10:19,354 [9] ERROR VIZ.FGOUT.Module.AlgorithmControllerBase - 算法'Single'的启动路径:'C:\projects\org\person_v1.1.0.0\main_person_new22.py'不正确!
2023-08-11 10:15:41,921 [13] ERROR VIZ.FGOUT.Module.AlgorithmControllerBase - 算法'Single'的启动路径:'C:\projects\org\person_v1.1.0.0\main_person_new22.py'不正确!
2023-08-11 10:15:42,265 [9] ERROR VIZ.FGOUT.Module.AlgorithmControllerBase - 算法'Single'的启动路径:'C:\projects\org\person_v1.1.0.0\main_person_new22.py'不正确!
2023-08-11 10:36:31,286 [1] ERROR VIZ.Framework.Module.AppSetup_CatchUnhandledException - System.Windows.ResourceReferenceKeyNotFoundException: 未找到“bu”资源。
在 MS.Internal.Helper.FindResourceHelper.DoTryCatchWhen(Object arg)
在 System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
在 System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
2023-08-11 10:37:14,084 [12] ERROR VIZ.FGOUT.Module.AlgorithmControllerBase - 算法'Single'的启动路径:'C:\projects\org\person_v1.1.0.0\main_person_new22.py'不正确!
2023-08-11 10:37:14,374 [10] ERROR VIZ.FGOUT.Module.AlgorithmControllerBase - 算法'Single'的启动路径:'C:\projects\org\person_v1.1.0.0\main_person_new22.py'不正确!
2023-08-11 11:21:49,276 [13] ERROR VIZ.FGOUT.Module.AlgorithmControllerBase - 算法'Single'的启动路径:'C:\projects\org\person_v1.1.0.0\main_person_new22.py'不正确!
2023-08-11 11:21:50,283 [11] ERROR VIZ.FGOUT.Module.AlgorithmControllerBase - 算法'Single'的启动路径:'C:\projects\org\person_v1.1.0.0\main_person_new22.py'不正确!
2023-08-11 11:22:05,552 [11] ERROR VIZ.FGOUT.Module.AlgorithmControllerBase - 算法'Single'的启动路径:'C:\projects\org\person_v1.1.0.0\main_person_new22.py'不正确!
2023-08-11 11:26:29,956 [1] ERROR VIZ.Framework.Core.VCommand - System.Net.Sockets.SocketException (0x80004005): 由于套接字没有连接并且(当使用一个 sendto 调用发送数据报套接字时)没有提供地址,发送或接收数据的请求没有被接受。
在 System.Net.Sockets.UdpClient.Send(Byte[] dgram, Int32 bytes, String hostname, Int32 port)
在 VIZ.Framework.Connection.UdpEndpointManager.Send(Byte[] buffer) 位置 D:\wyh\FGOUT\FGOUT\VIZ.Framework\VIZ.Framework.Connection\Protocol\UDP\UdpEndpointManager.cs:行号 69
在 VIZ.Framework.Connection.UdpEndpointManagerExpand.SendString(UdpEndpointManager manager, String msg, Encoding encoding) 位置 D:\wyh\FGOUT\FGOUT\VIZ.Framework\VIZ.Framework.Connection\Protocol\UDP\UdpEndpointManagerExpand.cs:行号 39
在 VIZ.Framework.Connection.UdpEndpointManagerExpand.SendJson(UdpEndpointManager manager, Object obj) 位置 D:\wyh\FGOUT\FGOUT\VIZ.Framework\VIZ.Framework.Connection\Protocol\UDP\UdpEndpointManagerExpand.cs:行号 72
在 VIZ.FGOUT.Module.RePlayPanelViewModel.ReplayVedio() 位置 D:\wyh\FGOUT\FGOUT\VIZ.FGOUT\VIZ.FGOUT.Module\SystemSetting\ViewModel\RePlayPanelViewModel.cs:行号 49
在 VIZ.Framework.Core.VCommand.Execute(Object parameter) 位置 D:\wyh\FGOUT\FGOUT\VIZ.Framework\VIZ.Framework.Core\Core\WPF\VCommand.cs:行号 108
2023-08-11 11:52:02,355 [1] ERROR VIZ.Framework.Core.VCommand - System.Net.Sockets.SocketException (0x80004005): 由于套接字没有连接并且(当使用一个 sendto 调用发送数据报套接字时)没有提供地址,发送或接收数据的请求没有被接受。
在 System.Net.Sockets.UdpClient.Send(Byte[] dgram, Int32 bytes, String hostname, Int32 port)
在 VIZ.Framework.Connection.UdpEndpointManager.Send(Byte[] buffer) 位置 D:\wyh\FGOUT\FGOUT\VIZ.Framework\VIZ.Framework.Connection\Protocol\UDP\UdpEndpointManager.cs:行号 69
在 VIZ.Framework.Connection.UdpEndpointManagerExpand.SendString(UdpEndpointManager manager, String msg, Encoding encoding) 位置 D:\wyh\FGOUT\FGOUT\VIZ.Framework\VIZ.Framework.Connection\Protocol\UDP\UdpEndpointManagerExpand.cs:行号 39
在 VIZ.Framework.Connection.UdpEndpointManagerExpand.SendJson(UdpEndpointManager manager, Object obj) 位置 D:\wyh\FGOUT\FGOUT\VIZ.Framework\VIZ.Framework.Connection\Protocol\UDP\UdpEndpointManagerExpand.cs:行号 72
在 VIZ.FGOUT.Module.RePlayPanelViewModel.StopVedio() 位置 D:\wyh\FGOUT\FGOUT\VIZ.FGOUT\VIZ.FGOUT.Module\SystemSetting\ViewModel\RePlayPanelViewModel.cs:行号 113
在 VIZ.Framework.Core.VCommand.Execute(Object parameter) 位置 D:\wyh\FGOUT\FGOUT\VIZ.Framework\VIZ.Framework.Core\Core\WPF\VCommand.cs:行号 108
2023-08-11 13:15:07,622 [1] ERROR VIZ.Framework.Core.VCommand - System.Net.Sockets.SocketException (0x80004005): 由于套接字没有连接并且(当使用一个 sendto 调用发送数据报套接字时)没有提供地址,发送或接收数据的请求没有被接受。
在 System.Net.Sockets.UdpClient.Send(Byte[] dgram, Int32 bytes, String hostname, Int32 port)
在 VIZ.Framework.Connection.UdpEndpointManager.Send(Byte[] buffer) 位置 D:\wyh\FGOUT\FGOUT\VIZ.Framework\VIZ.Framework.Connection\Protocol\UDP\UdpEndpointManager.cs:行号 69
在 VIZ.Framework.Connection.UdpEndpointManagerExpand.SendString(UdpEndpointManager manager, String msg, Encoding encoding) 位置 D:\wyh\FGOUT\FGOUT\VIZ.Framework\VIZ.Framework.Connection\Protocol\UDP\UdpEndpointManagerExpand.cs:行号 39
在 VIZ.Framework.Connection.UdpEndpointManagerExpand.SendJson(UdpEndpointManager manager, Object obj) 位置 D:\wyh\FGOUT\FGOUT\VIZ.Framework\VIZ.Framework.Connection\Protocol\UDP\UdpEndpointManagerExpand.cs:行号 72
在 VIZ.FGOUT.Module.RePlayPanelViewModel.ReplayVedio() 位置 D:\wyh\FGOUT\FGOUT\VIZ.FGOUT\VIZ.FGOUT.Module\SystemSetting\ViewModel\RePlayPanelViewModel.cs:行号 49
在 VIZ.Framework.Core.VCommand.Execute(Object parameter) 位置 D:\wyh\FGOUT\FGOUT\VIZ.Framework\VIZ.Framework.Core\Core\WPF\VCommand.cs:行号 108
2023-08-11 13:15:08,225 [1] ERROR VIZ.Framework.Core.VCommand - System.Net.Sockets.SocketException (0x80004005): 由于套接字没有连接并且(当使用一个 sendto 调用发送数据报套接字时)没有提供地址,发送或接收数据的请求没有被接受。
在 System.Net.Sockets.UdpClient.Send(Byte[] dgram, Int32 bytes, String hostname, Int32 port)
在 VIZ.Framework.Connection.UdpEndpointManager.Send(Byte[] buffer) 位置 D:\wyh\FGOUT\FGOUT\VIZ.Framework\VIZ.Framework.Connection\Protocol\UDP\UdpEndpointManager.cs:行号 69
在 VIZ.Framework.Connection.UdpEndpointManagerExpand.SendString(UdpEndpointManager manager, String msg, Encoding encoding) 位置 D:\wyh\FGOUT\FGOUT\VIZ.Framework\VIZ.Framework.Connection\Protocol\UDP\UdpEndpointManagerExpand.cs:行号 39
在 VIZ.Framework.Connection.UdpEndpointManagerExpand.SendJson(UdpEndpointManager manager, Object obj) 位置 D:\wyh\FGOUT\FGOUT\VIZ.Framework\VIZ.Framework.Connection\Protocol\UDP\UdpEndpointManagerExpand.cs:行号 72
在 VIZ.FGOUT.Module.RePlayPanelViewModel.CleanVedio() 位置 D:\wyh\FGOUT\FGOUT\VIZ.FGOUT\VIZ.FGOUT.Module\SystemSetting\ViewModel\RePlayPanelViewModel.cs:行号 76
在 VIZ.Framework.Core.VCommand.Execute(Object parameter) 位置 D:\wyh\FGOUT\FGOUT\VIZ.Framework\VIZ.Framework.Core\Core\WPF\VCommand.cs:行号 108
2023-08-11 13:15:08,935 [1] ERROR VIZ.Framework.Core.VCommand - System.Net.Sockets.SocketException (0x80004005): 由于套接字没有连接并且(当使用一个 sendto 调用发送数据报套接字时)没有提供地址,发送或接收数据的请求没有被接受。
在 System.Net.Sockets.UdpClient.Send(Byte[] dgram, Int32 bytes, String hostname, Int32 port)
在 VIZ.Framework.Connection.UdpEndpointManager.Send(Byte[] buffer) 位置 D:\wyh\FGOUT\FGOUT\VIZ.Framework\VIZ.Framework.Connection\Protocol\UDP\UdpEndpointManager.cs:行号 69
在 VIZ.Framework.Connection.UdpEndpointManagerExpand.SendString(UdpEndpointManager manager, String msg, Encoding encoding) 位置 D:\wyh\FGOUT\FGOUT\VIZ.Framework\VIZ.Framework.Connection\Protocol\UDP\UdpEndpointManagerExpand.cs:行号 39
在 VIZ.Framework.Connection.UdpEndpointManagerExpand.SendJson(UdpEndpointManager manager, Object obj) 位置 D:\wyh\FGOUT\FGOUT\VIZ.Framework\VIZ.Framework.Connection\Protocol\UDP\UdpEndpointManagerExpand.cs:行号 72
在 VIZ.FGOUT.Module.RePlayPanelViewModel.StopVedio() 位置 D:\wyh\FGOUT\FGOUT\VIZ.FGOUT\VIZ.FGOUT.Module\SystemSetting\ViewModel\RePlayPanelViewModel.cs:行号 113
在 VIZ.Framework.Core.VCommand.Execute(Object parameter) 位置 D:\wyh\FGOUT\FGOUT\VIZ.Framework\VIZ.Framework.Core\Core\WPF\VCommand.cs:行号 108
2023-08-11 14:45:47,453 [1] ERROR VIZ.Framework.Core.VCommand - System.Net.Sockets.SocketException (0x80004005): 由于套接字没有连接并且(当使用一个 sendto 调用发送数据报套接字时)没有提供地址,发送或接收数据的请求没有被接受。
在 System.Net.Sockets.UdpClient.Send(Byte[] dgram, Int32 bytes, String hostname, Int32 port)
在 VIZ.Framework.Connection.UdpEndpointManager.Send(Byte[] buffer) 位置 D:\wyh\FGOUT\FGOUT\VIZ.Framework\VIZ.Framework.Connection\Protocol\UDP\UdpEndpointManager.cs:行号 69
在 VIZ.Framework.Connection.UdpEndpointManagerExpand.SendString(UdpEndpointManager manager, String msg, Encoding encoding) 位置 D:\wyh\FGOUT\FGOUT\VIZ.Framework\VIZ.Framework.Connection\Protocol\UDP\UdpEndpointManagerExpand.cs:行号 39
在 VIZ.Framework.Connection.UdpEndpointManagerExpand.SendJson(UdpEndpointManager manager, Object obj) 位置 D:\wyh\FGOUT\FGOUT\VIZ.Framework\VIZ.Framework.Connection\Protocol\UDP\UdpEndpointManagerExpand.cs:行号 72
在 VIZ.FGOUT.Module.RePlayPanelViewModel.ReplayVedio() 位置 D:\wyh\FGOUT\FGOUT\VIZ.FGOUT\VIZ.FGOUT.Module\SystemSetting\ViewModel\RePlayPanelViewModel.cs:行号 49
在 VIZ.Framework.Core.VCommand.Execute(Object parameter) 位置 D:\wyh\FGOUT\FGOUT\VIZ.Framework\VIZ.Framework.Core\Core\WPF\VCommand.cs:行号 108
2023-08-11 14:45:48,124 [1] ERROR VIZ.Framework.Core.VCommand - System.Net.Sockets.SocketException (0x80004005): 由于套接字没有连接并且(当使用一个 sendto 调用发送数据报套接字时)没有提供地址,发送或接收数据的请求没有被接受。
在 System.Net.Sockets.UdpClient.Send(Byte[] dgram, Int32 bytes, String hostname, Int32 port)
在 VIZ.Framework.Connection.UdpEndpointManager.Send(Byte[] buffer) 位置 D:\wyh\FGOUT\FGOUT\VIZ.Framework\VIZ.Framework.Connection\Protocol\UDP\UdpEndpointManager.cs:行号 69
在 VIZ.Framework.Connection.UdpEndpointManagerExpand.SendString(UdpEndpointManager manager, String msg, Encoding encoding) 位置 D:\wyh\FGOUT\FGOUT\VIZ.Framework\VIZ.Framework.Connection\Protocol\UDP\UdpEndpointManagerExpand.cs:行号 39
在 VIZ.Framework.Connection.UdpEndpointManagerExpand.SendJson(UdpEndpointManager manager, Object obj) 位置 D:\wyh\FGOUT\FGOUT\VIZ.Framework\VIZ.Framework.Connection\Protocol\UDP\UdpEndpointManagerExpand.cs:行号 72
在 VIZ.FGOUT.Module.RePlayPanelViewModel.CleanVedio() 位置 D:\wyh\FGOUT\FGOUT\VIZ.FGOUT\VIZ.FGOUT.Module\SystemSetting\ViewModel\RePlayPanelViewModel.cs:行号 76
在 VIZ.Framework.Core.VCommand.Execute(Object parameter) 位置 D:\wyh\FGOUT\FGOUT\VIZ.Framework\VIZ.Framework.Core\Core\WPF\VCommand.cs:行号 108
2023-08-11 18:51:44,064 [3] ERROR VIZ.FGOUT.Module.AlgorithmControllerBase - 算法'Single'的启动路径:'C:\projects\org\person_v1.1.0.0\main_person_new22.py'不正确!
2023-08-11 18:52:00,825 [3] ERROR VIZ.FGOUT.Module.AlgorithmControllerBase - 算法'Single'的启动路径:'C:\projects\org\person_v1.1.0.0\main_person_new22.py'不正确!
2023-08-11 18:52:11,291 [11] ERROR VIZ.FGOUT.Module.AlgorithmControllerBase - 算法'Single'的启动路径:'C:\projects\org\person_v1.1.0.0\main_person_new22.py'不正确!
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -534,3 +534,8 @@ D:\wyh\FGOUT\FGOUT\VIZ.FGOUT\VIZ.FGOUT\obj\x64\Debug\VIZ.FGOUT.csproj.CoreCompil
D:\wyh\FGOUT\FGOUT\VIZ.FGOUT\VIZ.FGOUT\obj\x64\Debug\VIZ.FGOUT.csproj.CopyComplete
D:\wyh\FGOUT\FGOUT\VIZ.FGOUT\VIZ.FGOUT\obj\x64\Debug\VIZ.FGOUT.exe
D:\wyh\FGOUT\FGOUT\VIZ.FGOUT\VIZ.FGOUT\obj\x64\Debug\VIZ.FGOUT.pdb
D:\wyh\FGOUT\FGOUT\VIZ.FGOUT\VIZ.FGOUT\bin\x64\Debug\System.Memory.dll
D:\wyh\FGOUT\FGOUT\VIZ.FGOUT\VIZ.FGOUT\bin\x64\Debug\System.Collections.Immutable.dll
D:\wyh\FGOUT\FGOUT\VIZ.FGOUT\VIZ.FGOUT\bin\x64\Debug\System.Numerics.Vectors.dll
D:\wyh\FGOUT\FGOUT\VIZ.FGOUT\VIZ.FGOUT\bin\x64\Debug\System.Buffers.dll
D:\wyh\FGOUT\FGOUT\VIZ.FGOUT\VIZ.FGOUT\obj\x64\Debug\VIZ.FGOUT.csproj.SuggestedBindingRedirects.cache
......@@ -10,10 +10,10 @@ none
false
DEBUG;TRACE
D:\wyh\FGOUT\FGOUT\VIZ.FGOUT\VIZ.FGOUT\App.xaml
21265083526
2-1347366880
6-790135758
43-1624411159
6968741766
431254803023
CloseAlgorithmWindow.xaml;MainWindow.xaml;
False
......
......@@ -169,3 +169,7 @@ D:\wyh\FGOUT\FGOUT\VIZ.Framework\VIZ.Framework.Common.Resource\obj\x64\Debug\VIZ
D:\wyh\FGOUT\FGOUT\VIZ.Framework\VIZ.Framework.Common.Resource\obj\x64\Debug\VIZ.Framework.Common.Resource.csproj.CopyComplete
D:\wyh\FGOUT\FGOUT\VIZ.Framework\VIZ.Framework.Common.Resource\obj\x64\Debug\VIZ.Framework.Common.Resource.dll
D:\wyh\FGOUT\FGOUT\VIZ.Framework\VIZ.Framework.Common.Resource\obj\x64\Debug\VIZ.Framework.Common.Resource.pdb
D:\wyh\FGOUT\FGOUT\VIZ.Framework\VIZ.Framework.Common.Resource\bin\x64\Debug\System.Memory.dll
D:\wyh\FGOUT\FGOUT\VIZ.Framework\VIZ.Framework.Common.Resource\bin\x64\Debug\System.Collections.Immutable.dll
D:\wyh\FGOUT\FGOUT\VIZ.Framework\VIZ.Framework.Common.Resource\bin\x64\Debug\System.Numerics.Vectors.dll
D:\wyh\FGOUT\FGOUT\VIZ.Framework\VIZ.Framework.Common.Resource\bin\x64\Debug\System.Buffers.dll
......@@ -10,10 +10,10 @@ none
false
DEBUG;TRACE
9-721875057
91711917753
3-630027162
192063791830
3-1719726047
19-915820474
Path\ArrowPathResource.xaml;Style\Button\Button_MessageBox.xaml;Style\Button\Button_Normal.xaml;Style\Button\Button_WindowTop.xaml;Style\GridSplitter\GridSplitter_None.xaml;Style\ListBox\ListBox_None.xaml;Style\ScrollView\ScrollView_Default.xaml;Style\TextBox\TextBox_None.xaml;Themes\Generic.xaml;
False
......
70ddf7469a35cd3c15f6ef78fa42fb9aa744e5e1
c66b1713cd45672801148098f86fe8f7fb032a56
......@@ -201,7 +201,6 @@ D:\wyh\FGOUT\FGOUT\VIZ.Framework\VIZ.Framework.Common\bin\x64\Debug\SharpDX.dll
D:\wyh\FGOUT\FGOUT\VIZ.Framework\VIZ.Framework.Common\bin\x64\Debug\SharpDX.DXGI.dll
D:\wyh\FGOUT\FGOUT\VIZ.Framework\VIZ.Framework.Common\bin\x64\Debug\SharpDX.Mathematics.dll
D:\wyh\FGOUT\FGOUT\VIZ.Framework\VIZ.Framework.Common\bin\x64\Debug\System.Buffers.dll
D:\wyh\FGOUT\FGOUT\VIZ.Framework\VIZ.Framework.Common\bin\x64\Debug\System.Memory.dll
D:\wyh\FGOUT\FGOUT\VIZ.Framework\VIZ.Framework.Common\bin\x64\Debug\System.Numerics.Vectors.dll
D:\wyh\FGOUT\FGOUT\VIZ.Framework\VIZ.Framework.Common\bin\x64\Debug\System.ValueTuple.dll
D:\wyh\FGOUT\FGOUT\VIZ.Framework\VIZ.Framework.Common\bin\x64\Debug\VIZ.Framework.Core.dll
......@@ -279,3 +278,6 @@ D:\wyh\FGOUT\FGOUT\VIZ.Framework\VIZ.Framework.Common\obj\x64\Debug\VIZ.Framewor
D:\wyh\FGOUT\FGOUT\VIZ.Framework\VIZ.Framework.Common\obj\x64\Debug\VIZ.Framework.Common.csproj.CopyComplete
D:\wyh\FGOUT\FGOUT\VIZ.Framework\VIZ.Framework.Common\obj\x64\Debug\VIZ.Framework.Common.dll
D:\wyh\FGOUT\FGOUT\VIZ.Framework\VIZ.Framework.Common\obj\x64\Debug\VIZ.Framework.Common.pdb
D:\wyh\FGOUT\FGOUT\VIZ.Framework\VIZ.Framework.Common\bin\x64\Debug\System.Runtime.CompilerServices.Unsafe.dll
D:\wyh\FGOUT\FGOUT\VIZ.Framework\VIZ.Framework.Common\bin\x64\Debug\System.Collections.Immutable.dll
D:\wyh\FGOUT\FGOUT\VIZ.Framework\VIZ.Framework.Common\bin\x64\Debug\System.Memory.xml
......@@ -10,10 +10,10 @@ none
false
DEBUG;TRACE
15-721109437
15488264905
119995838038
441549019327
1191075600146
441088369500
MessageBox\MessageBoxEx.xaml;MessageBox\MessageBoxExWindow.xaml;Themes\Generic.xaml;VideoControl\Control\VideoControl.xaml;Widgets\ColorPickButton\ColorPickButton.xaml;Widgets\ColorPickButton\ColorPickWindow.xaml;Widgets\GPIOPinTestControl\GPIOPinTestControl.xaml;Widgets\HotkeyBox\HotkeyBox.xaml;Widgets\IconButton\IconButton.xaml;Widgets\LabelValue\LabelValue.xaml;Widgets\NavigationControl\NavigationControl.xaml;Widgets\ResizeImageControl\ResizeImageControl.xaml;Widgets\ShowMessageControl\ShowMessageControl.xaml;Widgets\VideoTimeBar\VideoTimeBar.xaml;Widgets\ViewLoader\ViewLoader.xaml;
False
......
......@@ -76,3 +76,8 @@ D:\wyh\FGOUT\FGOUT\VIZ.Framework\VIZ.Framework.Connection\obj\x64\Debug\VIZ.Fram
D:\wyh\FGOUT\FGOUT\VIZ.Framework\VIZ.Framework.Connection\obj\x64\Debug\VIZ.Framework.Connection.csproj.CopyComplete
D:\wyh\FGOUT\FGOUT\VIZ.Framework\VIZ.Framework.Connection\obj\x64\Debug\VIZ.Framework.Connection.dll
D:\wyh\FGOUT\FGOUT\VIZ.Framework\VIZ.Framework.Connection\obj\x64\Debug\VIZ.Framework.Connection.pdb
D:\wyh\FGOUT\FGOUT\VIZ.Framework\VIZ.Framework.Connection\bin\x64\Debug\System.Memory.dll
D:\wyh\FGOUT\FGOUT\VIZ.Framework\VIZ.Framework.Connection\bin\x64\Debug\System.Collections.Immutable.dll
D:\wyh\FGOUT\FGOUT\VIZ.Framework\VIZ.Framework.Connection\bin\x64\Debug\System.Numerics.Vectors.dll
D:\wyh\FGOUT\FGOUT\VIZ.Framework\VIZ.Framework.Connection\bin\x64\Debug\System.Runtime.CompilerServices.Unsafe.dll
D:\wyh\FGOUT\FGOUT\VIZ.Framework\VIZ.Framework.Connection\bin\x64\Debug\System.Buffers.dll
......@@ -75,3 +75,8 @@ D:\wyh\FGOUT\FGOUT\VIZ.Framework\VIZ.Framework.Core\obj\x64\Debug\VIZ.Framework.
D:\wyh\FGOUT\FGOUT\VIZ.Framework\VIZ.Framework.Core\obj\x64\Debug\VIZ.Framework.Core.dll
D:\wyh\FGOUT\FGOUT\VIZ.Framework\VIZ.Framework.Core\obj\x64\Debug\VIZ.Framework.Core.pdb
D:\wyh\FGOUT\FGOUT\VIZ.Framework\VIZ.Framework.Core\obj\x64\Debug\VIZ.Framework.Core.csproj.AssemblyReference.cache
D:\wyh\FGOUT\FGOUT\VIZ.Framework\VIZ.Framework.Core\bin\x64\Debug\System.Memory.dll
D:\wyh\FGOUT\FGOUT\VIZ.Framework\VIZ.Framework.Core\bin\x64\Debug\System.Collections.Immutable.dll
D:\wyh\FGOUT\FGOUT\VIZ.Framework\VIZ.Framework.Core\bin\x64\Debug\System.Numerics.Vectors.dll
D:\wyh\FGOUT\FGOUT\VIZ.Framework\VIZ.Framework.Core\bin\x64\Debug\System.Runtime.CompilerServices.Unsafe.dll
D:\wyh\FGOUT\FGOUT\VIZ.Framework\VIZ.Framework.Core\bin\x64\Debug\System.Buffers.dll
......@@ -60,3 +60,8 @@ D:\wyh\FGOUT\FGOUT\VIZ.Framework\VIZ.Framework.Domain\obj\x64\Debug\VIZ.Framewor
D:\wyh\FGOUT\FGOUT\VIZ.Framework\VIZ.Framework.Domain\obj\x64\Debug\VIZ.Framework.Domain.csproj.CopyComplete
D:\wyh\FGOUT\FGOUT\VIZ.Framework\VIZ.Framework.Domain\obj\x64\Debug\VIZ.Framework.Domain.dll
D:\wyh\FGOUT\FGOUT\VIZ.Framework\VIZ.Framework.Domain\obj\x64\Debug\VIZ.Framework.Domain.pdb
D:\wyh\FGOUT\FGOUT\VIZ.Framework\VIZ.Framework.Domain\bin\x64\Debug\System.Memory.dll
D:\wyh\FGOUT\FGOUT\VIZ.Framework\VIZ.Framework.Domain\bin\x64\Debug\System.Collections.Immutable.dll
D:\wyh\FGOUT\FGOUT\VIZ.Framework\VIZ.Framework.Domain\bin\x64\Debug\System.Numerics.Vectors.dll
D:\wyh\FGOUT\FGOUT\VIZ.Framework\VIZ.Framework.Domain\bin\x64\Debug\System.Runtime.CompilerServices.Unsafe.dll
D:\wyh\FGOUT\FGOUT\VIZ.Framework\VIZ.Framework.Domain\bin\x64\Debug\System.Buffers.dll
......@@ -176,3 +176,7 @@ D:\wyh\FGOUT\FGOUT\VIZ.Framework\VIZ.Framework.Module\obj\x64\Debug\VIZ.Framewor
D:\wyh\FGOUT\FGOUT\VIZ.Framework\VIZ.Framework.Module\obj\x64\Debug\VIZ.Framework.Module.csproj.CopyComplete
D:\wyh\FGOUT\FGOUT\VIZ.Framework\VIZ.Framework.Module\obj\x64\Debug\VIZ.Framework.Module.dll
D:\wyh\FGOUT\FGOUT\VIZ.Framework\VIZ.Framework.Module\obj\x64\Debug\VIZ.Framework.Module.pdb
D:\wyh\FGOUT\FGOUT\VIZ.Framework\VIZ.Framework.Module\bin\x64\Debug\System.Memory.dll
D:\wyh\FGOUT\FGOUT\VIZ.Framework\VIZ.Framework.Module\bin\x64\Debug\System.Collections.Immutable.dll
D:\wyh\FGOUT\FGOUT\VIZ.Framework\VIZ.Framework.Module\bin\x64\Debug\System.Numerics.Vectors.dll
D:\wyh\FGOUT\FGOUT\VIZ.Framework\VIZ.Framework.Module\bin\x64\Debug\System.Buffers.dll
......@@ -10,10 +10,10 @@ none
false
DEBUG;TRACE
1-731644535
11882902973
212002329545
25-1459698188
212023628146
25-2140555781
Themes\Generic.xaml;
False
......
......@@ -69,3 +69,8 @@ D:\wyh\FGOUT\FGOUT\VIZ.Framework\VIZ.Framework.Storage\obj\x64\Debug\VIZ.Framewo
D:\wyh\FGOUT\FGOUT\VIZ.Framework\VIZ.Framework.Storage\obj\x64\Debug\VIZ.Framework.Storage.csproj.CopyComplete
D:\wyh\FGOUT\FGOUT\VIZ.Framework\VIZ.Framework.Storage\obj\x64\Debug\VIZ.Framework.Storage.dll
D:\wyh\FGOUT\FGOUT\VIZ.Framework\VIZ.Framework.Storage\obj\x64\Debug\VIZ.Framework.Storage.pdb
D:\wyh\FGOUT\FGOUT\VIZ.Framework\VIZ.Framework.Storage\bin\x64\Debug\System.Memory.dll
D:\wyh\FGOUT\FGOUT\VIZ.Framework\VIZ.Framework.Storage\bin\x64\Debug\System.Collections.Immutable.dll
D:\wyh\FGOUT\FGOUT\VIZ.Framework\VIZ.Framework.Storage\bin\x64\Debug\System.Numerics.Vectors.dll
D:\wyh\FGOUT\FGOUT\VIZ.Framework\VIZ.Framework.Storage\bin\x64\Debug\System.Runtime.CompilerServices.Unsafe.dll
D:\wyh\FGOUT\FGOUT\VIZ.Framework\VIZ.Framework.Storage\bin\x64\Debug\System.Buffers.dll
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment