Browse Source

update code

pull/8/head
Tony Shou 7 years ago
parent
commit
fdf1b008ce
  1. BIN
      SCADA/Program/BatchCoreService/obj/x86/Debug/BatchCoreService.csprojAssemblyReference.cache
  2. BIN
      SCADA/Program/ClientDriver/obj/Debug/ClientDriver.csprojAssemblyReference.cache
  3. BIN
      SCADA/Program/CoreTest/obj/x86/Debug/Example.csprojAssemblyReference.cache
  4. BIN
      SCADA/Program/DataHelper/obj/x86/Debug/DataHelper.csprojAssemblyReference.cache
  5. BIN
      SCADA/Program/DataService/obj/x86/Debug/DataService.csprojAssemblyReference.cache
  6. BIN
      SCADA/Program/FileDriver/obj/Debug/FileDriver.csprojAssemblyReference.cache
  7. BIN
      SCADA/Program/HMIControl/bin/Debug/DataHelper.dll
  8. BIN
      SCADA/Program/HMIControl/bin/Debug/DataHelper.pdb
  9. BIN
      SCADA/Program/HMIControl/bin/Debug/DataService.dll
  10. BIN
      SCADA/Program/HMIControl/bin/Debug/DataService.pdb
  11. BIN
      SCADA/Program/HMIControl/bin/Debug/HMIControl.VisualStudio.Design.dll
  12. BIN
      SCADA/Program/HMIControl/bin/Debug/HMIControl.VisualStudio.Design.pdb
  13. BIN
      SCADA/Program/HMIControl/bin/Debug/HMIControl.dll
  14. BIN
      SCADA/Program/HMIControl/bin/Debug/HMIControl.pdb
  15. 62
      SCADA/Program/HMIControl/obj/Debug/GeneratedInternalTypeHelper.g.cs
  16. BIN
      SCADA/Program/HMIControl/obj/Debug/HMIControl.csprojAssemblyReference.cache
  17. BIN
      SCADA/Program/HMIControl/obj/Debug/HMIControl.dll
  18. BIN
      SCADA/Program/HMIControl/obj/Debug/HMIControl.pdb
  19. 2
      SCADA/Program/HMIControl/obj/Debug/HMIControl_MarkupCompile.lref
  20. BIN
      SCADA/Program/LinkableControlDesignTime/obj/Debug/HMIControl.VisualStudio.Design.dll
  21. BIN
      SCADA/Program/LinkableControlDesignTime/obj/Debug/HMIControl.VisualStudio.Design.pdb
  22. BIN
      SCADA/Program/LinkableControlDesignTime/obj/Debug/LinkableControlDesign.csprojAssemblyReference.cache
  23. BIN
      SCADA/Program/ModbusDriver/obj/Debug/ModbusDriver.csprojAssemblyReference.cache
  24. BIN
      SCADA/Program/OPCDriver/obj/Debug/OPCDriver.csprojAssemblyReference.cache
  25. BIN
      SCADA/Program/OPCLib/obj/x86/Debug/OPCLib.csprojAssemblyReference.cache
  26. BIN
      SCADA/Program/SiemensPLCDriver/obj/Debug/SiemensPLCDriver.csprojAssemblyReference.cache
  27. BIN
      SCADA/Program/TagConfig/TagConfig/obj/x86/Debug/TagConfig.csprojAssemblyReference.cache

BIN
SCADA/Program/BatchCoreService/obj/x86/Debug/BatchCoreService.csprojAssemblyReference.cache

Binary file not shown.

BIN
SCADA/Program/ClientDriver/obj/Debug/ClientDriver.csprojAssemblyReference.cache

Binary file not shown.

BIN
SCADA/Program/CoreTest/obj/x86/Debug/Example.csprojAssemblyReference.cache

Binary file not shown.

BIN
SCADA/Program/DataHelper/obj/x86/Debug/DataHelper.csprojAssemblyReference.cache

Binary file not shown.

BIN
SCADA/Program/DataService/obj/x86/Debug/DataService.csprojAssemblyReference.cache

Binary file not shown.

BIN
SCADA/Program/FileDriver/obj/Debug/FileDriver.csprojAssemblyReference.cache

Binary file not shown.

BIN
SCADA/Program/HMIControl/bin/Debug/DataHelper.dll

Binary file not shown.

BIN
SCADA/Program/HMIControl/bin/Debug/DataHelper.pdb

Binary file not shown.

BIN
SCADA/Program/HMIControl/bin/Debug/DataService.dll

Binary file not shown.

BIN
SCADA/Program/HMIControl/bin/Debug/DataService.pdb

Binary file not shown.

BIN
SCADA/Program/HMIControl/bin/Debug/HMIControl.VisualStudio.Design.dll

Binary file not shown.

BIN
SCADA/Program/HMIControl/bin/Debug/HMIControl.VisualStudio.Design.pdb

Binary file not shown.

BIN
SCADA/Program/HMIControl/bin/Debug/HMIControl.dll

Binary file not shown.

BIN
SCADA/Program/HMIControl/bin/Debug/HMIControl.pdb

Binary file not shown.

62
SCADA/Program/HMIControl/obj/Debug/GeneratedInternalTypeHelper.g.cs

@ -1,62 +1,2 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.42000
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
namespace XamlGeneratedNamespace {
/// <summary>
/// GeneratedInternalTypeHelper
/// </summary>
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public sealed class GeneratedInternalTypeHelper : System.Windows.Markup.InternalTypeHelper {
/// <summary>
/// CreateInstance
/// </summary>
protected override object CreateInstance(System.Type type, System.Globalization.CultureInfo culture) {
return System.Activator.CreateInstance(type, ((System.Reflection.BindingFlags.Public | System.Reflection.BindingFlags.NonPublic)
| (System.Reflection.BindingFlags.Instance | System.Reflection.BindingFlags.CreateInstance)), null, null, culture);
}
/// <summary>
/// GetPropertyValue
/// </summary>
protected override object GetPropertyValue(System.Reflection.PropertyInfo propertyInfo, object target, System.Globalization.CultureInfo culture) {
return propertyInfo.GetValue(target, System.Reflection.BindingFlags.Default, null, null, culture);
}
/// <summary>
/// SetPropertyValue
/// </summary>
protected override void SetPropertyValue(System.Reflection.PropertyInfo propertyInfo, object target, object value, System.Globalization.CultureInfo culture) {
propertyInfo.SetValue(target, value, System.Reflection.BindingFlags.Default, null, null, culture);
}
/// <summary>
/// CreateDelegate
/// </summary>
protected override System.Delegate CreateDelegate(System.Type delegateType, object target, string handler) {
return ((System.Delegate)(target.GetType().InvokeMember("_CreateDelegate", (System.Reflection.BindingFlags.InvokeMethod
| (System.Reflection.BindingFlags.NonPublic | System.Reflection.BindingFlags.Instance)), null, target, new object[] {
delegateType,
handler}, null)));
}
/// <summary>
/// AddEventHandler
/// </summary>
protected override void AddEventHandler(System.Reflection.EventInfo eventInfo, object target, System.Delegate handler) {
eventInfo.AddEventHandler(target, handler);
}
}
}


BIN
SCADA/Program/HMIControl/obj/Debug/HMIControl.csprojAssemblyReference.cache

Binary file not shown.

BIN
SCADA/Program/HMIControl/obj/Debug/HMIControl.dll

Binary file not shown.

BIN
SCADA/Program/HMIControl/obj/Debug/HMIControl.pdb

Binary file not shown.

2
SCADA/Program/HMIControl/obj/Debug/HMIControl_MarkupCompile.lref

@ -1,4 +1,4 @@

D:\Codes\SharpSCADA\SCADA\Program\HMIControl\obj\Debug\GeneratedInternalTypeHelper.g.cs
FD:\Codes\SharpSCADA\SCADA\Program\HMIControl\Themes\Generic.xaml;;

BIN
SCADA/Program/LinkableControlDesignTime/obj/Debug/HMIControl.VisualStudio.Design.dll

Binary file not shown.

BIN
SCADA/Program/LinkableControlDesignTime/obj/Debug/HMIControl.VisualStudio.Design.pdb

Binary file not shown.

BIN
SCADA/Program/LinkableControlDesignTime/obj/Debug/LinkableControlDesign.csprojAssemblyReference.cache

Binary file not shown.

BIN
SCADA/Program/ModbusDriver/obj/Debug/ModbusDriver.csprojAssemblyReference.cache

Binary file not shown.

BIN
SCADA/Program/OPCDriver/obj/Debug/OPCDriver.csprojAssemblyReference.cache

Binary file not shown.

BIN
SCADA/Program/OPCLib/obj/x86/Debug/OPCLib.csprojAssemblyReference.cache

Binary file not shown.

BIN
SCADA/Program/SiemensPLCDriver/obj/Debug/SiemensPLCDriver.csprojAssemblyReference.cache

Binary file not shown.

BIN
SCADA/Program/TagConfig/TagConfig/obj/x86/Debug/TagConfig.csprojAssemblyReference.cache

Binary file not shown.
Loading…
Cancel
Save