此为资源整理价格,不提供任何技术支持,不包安装。新手不要买!
源码仅供研究学习代码使用,严禁用于非法和商业用途!如需商业用途请去购买官方正版源码!
只适用于老手和技术大神!发货后谢绝退款行为!
【实例简介】使用Tcp通信的金橙子二次开发激光打标软件使用TCP通讯通过发送对应工坊号获取对方发送过来的二维码值,进行二维码内容文本更改,IO信号触发运行打标。注意把自己金橙子文件覆盖到debugger目录里面【实例截图】
.├── MotorMemo│ ├── MotorMemo│ │ ├── App.config│ │ ├── Common│ │ │ ├── CommonClass.cs│ │ │ ├── ConvertHelper.cs│ │ │ └── DataEncoding.cs│ │ ├── Config│ │ │ ├── INIFile.cs│ │ │ └── SystemConfig.cs│ │ ├── FrmConfigSet.Designer.cs│ │ ├── FrmConfigSet.cs│ │ ├── FrmConfigSet.resx│ │ ├── FrmIOSet.Designer.cs│ │ ├── FrmIOSet.cs│ │ ├── FrmIOSet.resx│ │ ├── FrmMain.Designer.cs│ │ ├── FrmMain.cs│ │ ├── FrmMain.resx│ │ ├── FrmOpenMarkSoft.Designer.cs│ │ ├── FrmOpenMarkSoft.cs│ │ ├── FrmOpenMarkSoft.resx│ │ ├── FrmUpdatePassword.Designer.cs│ │ ├── FrmUpdatePassword.cs│ │ ├── FrmUpdatePassword.resx│ │ ├── FrmUserLogin.Designer.cs│ │ ├── FrmUserLogin.cs│ │ ├── FrmUserLogin.resx│ │ ├── Images│ │ │ ├── ezcad.png│ │ │ ├── icons8-更新-48.png│ │ │ ├── icons8-添加-48.png│ │ │ ├── icons8-点亮-48.png│ │ │ ├── icons8-用户-48.png│ │ │ ├── icons8-保存-64.png│ │ │ ├── icons8-点亮-96.png│ │ │ ├── icons8-用户-96.png│ │ │ ├── icons8-点亮-961 (1).png│ │ │ ├── icons8-点亮-961 (2).png│ │ │ ├── icons8-删除-bin-48.png│ │ │ ├── icons8-另存为-64.png│ │ │ ├── icons8-球泡灯0-48.png│ │ │ ├── icons8-球泡灯0-96.png│ │ │ ├── icons8-球泡灯1-48.png│ │ │ ├── icons8-球泡灯1-96.png│ │ │ ├── icons8-数据配置-48.ico│ │ │ ├── icons8-添加属性-64.png│ │ │ ├── icons8_add.ico│ │ │ ├── icons8_addPress.ico│ │ │ ├── icons8_addPress_32.png│ │ │ ├── icons8_addPress_48.png│ │ │ ├── icons8_addPress_64.png│ │ │ ├── icons8_add_32.png│ │ │ ├── icons8_add_48.png│ │ │ ├── icons8_add_64.png│ │ │ ├── icons8_add_database.ico│ │ │ ├── icons8_add_database_48.png│ │ │ ├── icons8_add_database_64.png│ │ │ ├── icons8_connect.ico│ │ │ ├── icons8_connect_16.png│ │ │ ├── icons8_connect_32.png│ │ │ ├── icons8_connected.ico│ │ │ ├── icons8_connected_16.png│ │ │ ├── icons8_connected_32.png│ │ │ ├── icons8_database.ico│ │ │ ├── icons8_database_16.png│ │ │ ├── icons8_database_32.png│ │ │ ├── icons8_database_administrator.ico│ │ │ ├── icons8_database_administrator_16.png│ │ │ ├── icons8_database_administrator_32.png│ │ │ ├── icons8_disconnected.ico│ │ │ ├── icons8_disconnected_16.png│ │ │ ├── icons8_disconnected_32.png│ │ │ ├── icons8_fiat_500.ico│ │ │ ├── icons8_fiat_500_32.png│ │ │ ├── icons8_fiat_500_48.png│ │ │ ├── icons8_fiat_500_64.png│ │ │ ├── icons8_save.ico│ │ │ ├── icons8_savePress.ico│ │ │ ├── icons8_savePress_32.png│ │ │ ├── icons8_savePress_48.png│ │ │ ├── icons8_savePress_64.png│ │ │ ├── icons8_save_32.png│ │ │ ├── icons8_save_48.png│ │ │ ├── icons8_save_64.png│ │ │ ├── icons8_settings.ico│ │ │ ├── icons8_settings_16.png│ │ │ ├── icons8_settings_32.png│ │ │ ├── icons8_settings_48.png│ │ │ ├── icons8_steam_symbol.ico│ │ │ ├── icons8_steam_symbol_32.png│ │ │ ├── icons8_steam_symbol_48.png│ │ │ ├── icons8_steam_symbol_64.png│ │ │ ├── icons8_subtract.ico│ │ │ ├── icons8_subtractPress.ico│ │ │ ├── icons8_subtractPress_32.png│ │ │ ├── icons8_subtractPress_48.png│ │ │ ├── icons8_subtractPress_64.png│ │ │ ├── icons8_subtract_32.png│ │ │ ├── icons8_subtract_48.png│ │ │ └── icons8_subtract_64.png│ │ ├── Mark│ │ │ ├── MarkEzd.cs│ │ │ ├── MarkEzdDll.cs│ │ │ └── MarkEzdEx.cs│ │ ├── MotorMemo.csproj│ │ ├── Program.cs│ │ ├── Properties│ │ │ ├── AssemblyInfo.cs│ │ │ ├── Resources.Designer.cs│ │ │ ├── Resources.resx│ │ │ ├── Settings.Designer.cs│ │ │ └── Settings.settings│ │ ├── TCP│ │ │ ├── NetHelper.cs│ │ │ └── NetworkCardHelper.cs│ │ ├── bin│ │ │ ├── Debug│ │ │ │ ├── AUTOSAVE.ezd│ │ │ │ ├── CirArrayParam.ini│ │ │ │ ├── CodeEdit.cd│ │ │ │ ├── CoeFile.cfg│ │ │ │ ├── Cong.db│ │ │ │ ├── CorFile2.exe│ │ │ │ ├── Custom.ini│ │ │ │ ├── DataMgr.dll│ │ │ │ ├── DevComponents.DotNetBar2.dll│ │ │ │ ├── DlgArrayParam.ini│ │ │ │ ├── EVComm.dll│ │ │ │ ├── EZCAD.CFG│ │ │ │ ├── EntityFramework.SqlServer.dll│ │ │ │ ├── EntityFramework.SqlServer.xml│ │ │ │ ├── EntityFramework.dll│ │ │ │ ├── EntityFramework.xml│ │ │ │ ├── EzCadEx.dll│ │ │ │ ├── FONT│ │ │ │ │ ├── ARCHD.jsf│ │ │ │ │ ├── ARCHF.jsf│ │ │ │ │ ├── ARCHS.jsf│ │ │ │ │ ├── ARCHT.jsf│ │ │ │ │ ├── ARCWY1GP.jsf│ │ │ │ │ ├── ARFOR.jsf│ │ │ │ │ ├── ARFORD.jsf│ │ │ │ │ ├── AVANT.jsf│ │ │ │ │ ├── BC39.jsf│ │ │ │ │ ├── BC39AN.jsf│ │ │ │ │ ├── BLOCK.jsf│ │ │ │ │ ├── BLOCKOUT.jsf│ │ │ │ │ ├── BOLD-1.jsf│ │ │ │ │ ├── BOLD-2.jsf│ │ │ │ │ ├── BOLD-3.jsf│ │ │ │ │ ├── BOLD.jsf│ │ │ │ │ ├── BOLDSHDW.jsf│ │ │ │ │ ├── BROKEN.jsf│ │ │ │ │ ├── CAD1WIN.jsf│ │ │ │ │ ├── CADNW-1.jsf│ │ │ │ │ ├── CB-HD.jsf│ │ │ │ │ ├── CB-LD.jsf│ │ │ │ │ ├── CB.jsf│ │ │ │ │ ├── CENT.jsf│ │ │ │ │ ├── CENTBH.jsf│ │ │ │ │ ├── CENTURY.jsf│ │ │ │ │ ├── CHISEL.jsf│ │ │ │ │ ├── COMPLEX.jsf│ │ │ │ │ ├── CYRILLIC.jsf│ │ │ │ │ ├── CYRILTLC.jsf│ │ │ │ │ ├── CorFileEnu.exe│ │ │ │ │ ├── DIM.jsf│ │ │ │ │ ├── Dot.jsf│ │ │ │ │ ├── EBE-HD.jsf│ │ │ │ │ ├── EBE-LD.jsf│ │ │ │ │ ├── EBE.jsf│ │ │ │ │ ├── EQUAL.jsf│ │ │ │ │ ├── ESKDW.jsf│ │ │ │ │ ├── FAST1A.jsf│ │ │ │ │ ├── FONT2.0单线字库│ │ │ │ │ │ ├── 中文│ │ │ │ │ │ │ ├── Hztxt.jsf│ │ │ │ │ │ │ ├── JCZ-FS.jsf│ │ │ │ │ │ │ ├── JCZ-SONG.jsf│ │ │ │ │ │ │ └── gbcbig.jsf│ │ │ │ │ │ └── 西文│ │ │ │ │ │ ├── ARCHD.jsf│ │ │ │ │ │ ├── ARCHF.jsf│ │ │ │ │ │ ├── ARCHS.jsf│ │ │ │ │ │ ├── ARCHT.jsf│ │ │ │ │ │ ├── ARCWY1GP.jsf│ │ │ │ │ │ ├── ARFOR.jsf│ │ │ │ │ │ ├── ARFORD.jsf│ │ │ │ │ │ ├── AVANT.jsf│ │ │ │ │ │ ├── BC39.jsf│ │ │ │ │ │ ├── BC39AN.jsf│ │ │ │ │ │ ├── BLOCK.jsf│ │ │ │ │ │ ├── BLOCKOUT.jsf│ │ │ │ │ │ ├── BOLD-1.jsf│ │ │ │ │ │ ├── BOLD-2.jsf│ │ │ │ │ │ ├── BOLD-3.jsf│ │ │ │ │ │ ├── BOLD.jsf│ │ │ │ │ │ ├── BOLDSHDW.jsf│ │ │ │ │ │ ├── BROKEN.jsf│ │ │ │ │ │ ├── CAD1WIN.jsf│ │ │ │ │ │ ├── CADNW-1.jsf│ │ │ │ │ │ ├── CB-HD.jsf│ │ │ │ │ │ ├── CB-LD.jsf│ │ │ │ │ │ ├── CB.jsf│ │ │ │ │ │ ├── CENT.jsf│ │ │ │ │ │ ├── CENTBH.jsf│ │ │ │ │ │ ├── CENTURY.jsf│ │ │ │ │ │ ├── CHISEL.jsf│ │ │ │ │ │ ├── COMPLEX.jsf│ │ │ │ │ │ ├── CYRILLIC.jsf│ │ │ │ │ │ ├── CYRILTLC.jsf│ │ │ │ │ │ ├── DIM.jsf│ │ │ │ │ │ ├── Dot.jsf│ │ │ │ │ │ ├── EBE-HD.jsf│ │ │ │ │ │ ├── EBE-LD.jsf│ │ │ │ │ │ ├── EBE.jsf│ │ │ │ │ │ ├── EQUAL.jsf│ │ │ │ │ │ ├── ESKDW.jsf│ │ │ │ │ │ ├── FAST1A.jsf│ │ │ │ │ │ ├── FONT68.jsf│ │ │ │ │ │ ├── FREEHAND.jsf│ │ │ │ │ │ ├── Fromand.jsf│ │ │ │ │ │ ├── GOTHICE.jsf│ │ │ │ │ │ ├── GOTHICEN.jsf│ │ │ │ │ │ ├── GOTHICG.jsf│ │ │ │ │ │ ├── GOTHICI.jsf│ │ │ │ │ │ ├── GREEKC.jsf│ │ │ │ │ │ ├── GREEKS.jsf│ │ │ │ │ │ ├── GREKCOMP.jsf│ │ │ │ │ │ ├── HAND.jsf│ │ │ │ │ │ ├── HAND1H.jsf│ │ │ │ │ │ ├── HANDLTR.jsf│ │ │ │ │ │ ├── HANDTXT.jsf│ │ │ │ │ │ ├── HELVBLD.jsf│ │ │ │ │ │ ├── HELVBOLD.jsf│ │ │ │ │ │ ├── HELVETIC.jsf│ │ │ │ │ │ ├── HELVL1.jsf│ │ │ │ │ │ ├── HELVL2.jsf│ │ │ │ │ │ ├── HELVM1.jsf│ │ │ │ │ │ ├── HELVM2.jsf│ │ │ │ │ │ ├── HELVOUT.jsf│ │ │ │ │ │ ├── HL-LD.jsf│ │ │ │ │ │ ├── HM-LD.jsf│ │ │ │ │ │ ├── HVBO.jsf│ │ │ │ │ │ ├── HVBS.jsf│ │ │ │ │ │ ├── HVLO.jsf│ │ │ │ │ │ ├── HVLS.jsf│ │ │ │ │ │ ├── HVMO.jsf│ │ │ │ │ │ ├── HVMS.jsf│ │ │ │ │ │ ├── HVSOLID.jsf│ │ │ │ │ │ ├── Hbold.jsf│ │ │ │ │ │ ├── Hebrew.jsf│ │ │ │ │ │ ├── Hebtxt.jsf│ │ │ │ │ │ ├── Hebtxtn.jsf│ │ │ │ │ │ ├── Helvo.jsf│ │ │ │ │ │ ├── Hltr.jsf│ │ │ │ │ │ ├── Houtl.jsf│ │ │ │ │ │ ├── Htxt.jsf│ │ │ │ │ │ ├── ISOCP.jsf│ │ │ │ │ │ ├── ISOCP2.jsf│ │ │ │ │ │ ├── ISOCP3.jsf│ │ │ │ │ │ ├── ISOCT.jsf│ │ │ │ │ │ ├── ISOCT3.jsf│ │ │ │ │ │ ├── ITALCOMP.jsf│ │ │ │ │ │ ├── ITALIAN.jsf│ │ │ │ │ │ ├── ITALIC.jsf│ │ │ │ │ │ ├── ITALICC.jsf│ │ │ │ │ │ ├── ITALICT.jsf│ │ │ │ │ │ ├── ITALIC_T.jsf│ │ │ │ │ │ ├── ITALTRPX.jsf│ │ │ │ │ │ ├── ITCNEW.jsf│ │ │ │ │ │ ├── IVY.jsf│ │ │ │ │ │ ├── I_GOTHIC.jsf│ │ │ │ │ │ ├── Jcz5X7.dmf│ │ │ │ │ │ ├── JczTest.jsf│ │ │ │ │ │ ├── LEROY.jsf│ │ │ │ │ │ ├── MECH.jsf│ │ │ │ │ │ ├── MF04.jsf│ │ │ │ │ │ ├── MF05.jsf│ │ │ │ │ │ ├── MLEROY.jsf│ │ │ │ │ │ ├── MONOSIMP.jsf│ │ │ │ │ │ ├── MONOTXT.jsf│ │ │ │ │ │ ├── MROMANS.jsf│ │ │ │ │ │ ├── MSIMPLEX.jsf│ │ │ │ │ │ ├── Michal.jsf│ │ │ │ │ │ ├── Michal_m.jsf│ │ │ │ │ │ ├── Miry.jsf│ │ │ │ │ │ ├── Mirym.jsf│ │ │ │ │ │ ├── NAMES.jsf│ │ │ │ │ │ ├── NOTING.jsf│ │ │ │ │ │ ├── NOUTLINE.jsf│ │ │ │ │ │ ├── OPTM1O.jsf│ │ │ │ │ │ ├── OPTM1S.jsf│ │ │ │ │ │ ├── OUTLINE.jsf│ │ │ │ │ │ ├── PARSEK1.jsf│ │ │ │ │ │ ├── PNOM1O.jsf│ │ │ │ │ │ ├── PNOM1S.jsf│ │ │ │ │ │ ├── REVERSE.jsf│ │ │ │ │ │ ├── ROMANC.jsf│ │ │ │ │ │ ├── ROMAND.jsf│ │ │ │ │ │ ├── ROMANS.jsf│ │ │ │ │ │ ├── ROMANS1.jsf│ │ │ │ │ │ ├── ROMANS2.jsf│ │ │ │ │ │ ├── ROMANT.jsf│ │ │ │ │ │ ├── RUSSELL.jsf│ │ │ │ │ │ ├── RUSSW.jsf│ │ │ │ │ │ ├── SCREEN.jsf│ │ │ │ │ │ ├── SCRIPT.jsf│ │ │ │ │ │ ├── SCRIPTC.jsf│ │ │ │ │ │ ├── SCRIPTS.jsf│ │ │ │ │ │ ├── SCRPCOMP.jsf│ │ │ │ │ │ ├── SCRPSIMP.jsf│ │ │ │ │ │ ├── SHADOW.jsf│ │ │ │ │ │ ├── SOLID.jsf│ │ │ │ │ │ ├── STARS.jsf│ │ │ │ │ │ ├── STENCIL.jsf│ │ │ │ │ │ ├── SYASTRO.jsf│ │ │ │ │ │ ├── SYMAP.jsf│ │ │ │ │ │ ├── SYMATH.jsf│ │ │ │ │ │ ├── SYMETEO.jsf│ │ │ │ │ │ ├── SYMUSIC.jsf│ │ │ │ │ │ ├── Simplex.jsf│ │ │ │ │ │ ├── Sivan.jsf│ │ │ │ │ │ ├── Sivan_m.jsf│ │ │ │ │ │ ├── TIMES.jsf│ │ │ │ │ │ ├── TIMESOUT.jsf│ │ │ │ │ │ ├── TITLEO.jsf│ │ │ │ │ │ ├── TRIPLEX.jsf│ │ │ │ │ │ ├── TXT.jsf│ │ │ │ │ │ ├── VERTICAL.jsf│ │ │ │ │ │ ├── archstyl.jsf│ │ │ │ │ │ ├── firenzen.jsf│ │ │ │ │ │ ├── gbeitc.jsf│ │ │ │ │ │ ├── gbenor.jsf│ │ │ │ │ │ ├── helv.jsf│ │ │ │ │ │ ├── metropln.jsf│ │ │ │ │ │ ├── vssver.scc│ │ │ │ │ │ ├── zurchuke.jsf│ │ │ │ │ │ └── zurchxk.jsf│ │ │ │ │ ├── FONT68.jsf│ │ │ │ │ ├── FREEHAND.jsf│ │ │ │ │ ├── Fromand.jsf│ │ │ │ │ ├── GOTHICE.jsf│ │ │ │ │ ├── GOTHICEN.jsf│ │ │ │ │ ├── GOTHICG.jsf│ │ │ │ │ ├── GOTHICI.jsf│ │ │ │ │ ├── GREEKC.jsf│ │ │ │ │ ├── GREEKS.jsf│ │ │ │ │ ├── GREKCOMP.jsf│ │ │ │ │ ├── HAND.jsf│ │ │ │ │ ├── HAND1H.jsf│ │ │ │ │ ├── HANDLTR.jsf│ │ │ │ │ ├── HANDTXT.jsf│ │ │ │ │ ├── HELVBLD.jsf│ │ │ │ │ ├── HELVBOLD.jsf│ │ │ │ │ ├── HELVETIC.jsf│ │ │ │ │ ├── HELVL1.jsf│ │ │ │ │ ├── HELVL2.jsf│ │ │ │ │ ├── HELVM1.jsf│ │ │ │ │ ├── HELVM2.jsf│ │ │ │ │ ├── HELVOUT.jsf│ │ │ │ │ ├── HL-LD.jsf│ │ │ │ │ ├── HM-LD.jsf│ │ │ │ │ ├── HVBO.jsf│ │ │ │ │ ├── HVBS.jsf│ │ │ │ │ ├── HVLO.jsf│ │ │ │ │ ├── HVLS.jsf│ │ │ │ │ ├── HVMO.jsf│ │ │ │ │ ├── HVMS.jsf│ │ │ │ │ ├── HVSOLID.jsf│ │ │ │ │ ├── Hbold.jsf│ │ │ │ │ ├── Hebrew.jsf│ │ │ │ │ ├── Hebtxt.jsf│ │ │ │ │ ├── Hebtxtn.jsf│ │ │ │ │ ├── Helvo.jsf│ │ │ │ │ ├── Hltr.jsf│ │ │ │ │ ├── Houtl.jsf│ │ │ │ │ ├── Htxt.jsf│ │ │ │ │ ├── Hztxt.jsf│ │ │ │ │ ├── ISOCP.jsf│ │ │ │ │ ├── ISOCP2.jsf│ │ │ │ │ ├── ISOCP3.jsf│ │ │ │ │ ├── ISOCT.jsf│ │ │ │ │ ├── ISOCT3.jsf│ │ │ │ │ ├── ITALCOMP.jsf│ │ │ │ │ ├── ITALIAN.jsf│ │ │ │ │ ├── ITALIC.jsf│ │ │ │ │ ├── ITALICC.jsf│ │ │ │ │ ├── ITALICT.jsf│ │ │ │ │ ├── ITALIC_T.jsf│ │ │ │ │ ├── ITALTRPX.jsf│ │ │ │ │ ├── ITCNEW.jsf│ │ │ │ │ ├── IVY.jsf│ │ │ │ │ ├── I_GOTHIC.jsf│ │ │ │ │ ├── JCZ-FS.jsf│ │ │ │ │ ├── JCZ-SONG.jsf│ │ │ │ │ ├── Jcz5X7.dmf│ │ │ │ │ ├── JczTest.jsf│ │ │ │ │ ├── LEROY.jsf│ │ │ │ │ ├── MECH.jsf│ │ │ │ │ ├── MF04.jsf│ │ │ │ │ ├── MF05.jsf│ │ │ │ │ ├── MLEROY.jsf│ │ │ │ │ ├── MONOSIMP.jsf│ │ │ │ │ ├── MONOTXT.jsf│ │ │ │ │ ├── MROMANS.jsf│ │ │ │ │ ├── MSIMPLEX.jsf│ │ │ │ │ ├── Michal.jsf│ │ │ │ │ ├── Michal_m.jsf│ │ │ │ │ ├── Miry.jsf│ │ │ │ │ ├── Mirym.jsf│ │ │ │ │ ├── NAMES.jsf│ │ │ │ │ ├── NOTING.jsf│ │ │ │ │ ├── NOUTLINE.jsf│ │ │ │ │ ├── OPTM1O.jsf│ │ │ │ │ ├── OPTM1S.jsf│ │ │ │ │ ├── OUTLINE.jsf│ │ │ │ │ ├── PARSEK1.jsf│ │ │ │ │ ├── PNOM1O.jsf│ │ │ │ │ ├── PNOM1S.jsf│ │ │ │ │ ├── REVERSE.jsf│ │ │ │ │ ├── ROMANC.jsf│ │ │ │ │ ├── ROMAND.jsf│ │ │ │ │ ├── ROMANS.jsf│ │ │ │ │ ├── ROMANS1.jsf│ │ │ │ │ ├── ROMANS2.jsf│ │ │ │ │ ├── ROMANT.jsf│ │ │ │ │ ├── RUSSELL.jsf│ │ │ │ │ ├── RUSSW.jsf│ │ │ │ │ ├── SCREEN.jsf│ │ │ │ │ ├── SCRIPT.jsf│ │ │ │ │ ├── SCRIPTC.jsf│ │ │ │ │ ├── SCRIPTS.jsf│ │ │ │ │ ├── SCRPCOMP.jsf│ │ │ │ │ ├── SCRPSIMP.jsf│ │ │ │ │ ├── SHADOW.jsf│ │ │ │ │ ├── SOLID.jsf│ │ │ │ │ ├── STARS.jsf│ │ │ │ │ ├── STENCIL.jsf│ │ │ │ │ ├── SYASTRO.jsf│ │ │ │ │ ├── SYMAP.jsf│ │ │ │ │ ├── SYMATH.jsf│ │ │ │ │ ├── SYMETEO.jsf│ │ │ │ │ ├── SYMUSIC.jsf│ │ │ │ │ ├── Simplex.jsf│ │ │ │ │ ├── Sivan.jsf│ │ │ │ │ ├── Sivan_m.jsf│ │ │ │ │ ├── TIMES.jsf│ │ │ │ │ ├── TIMESOUT.jsf│ │ │ │ │ ├── TITLEO.jsf│ │ │ │ │ ├── TRIPLEX.jsf│ │ │ │ │ ├── TXT.jsf│ │ │ │ │ ├── VERTICAL.jsf│ │ │ │ │ ├── archstyl.jsf│ │ │ │ │ ├── firenzen.jsf│ │ │ │ │ ├── gbcbig.jsf│ │ │ │ │ ├── gbeitc.jsf│ │ │ │ │ ├── gbenor.jsf│ │ │ │ │ ├── helv.jsf│ │ │ │ │ ├── metropln.jsf│ │ │ │ │ ├── qqqq.jsf│ │ │ │ │ ├── vssver.scc│ │ │ │ │ ├── zurchuke.jsf│ │ │ │ │ └── zurchxk.jsf│ │ │ │ ├── HslCommunication.dll│ │ │ │ ├── HslControls.dll│ │ │ │ ├── ImgLib│ │ │ │ │ └── User_王企鹅.glb│ │ │ │ ├── J8.exe│ │ │ │ ├── LANG│ │ │ │ │ ├── CameraMarkLang.ini│ │ │ │ │ ├── lang_Chs.ini│ │ │ │ │ ├── lang_Cht.ini│ │ │ │ │ ├── lang_Enu.ini│ │ │ │ │ ├── lang_Korean.ini│ │ │ │ │ ├── lang_jan.ini│ │ │ │ │ └── vssver.scc│ │ │ │ ├── LMCMIO.dll│ │ │ │ ├── MVAPI.dll│ │ │ │ ├── MVBayerDec.dll│ │ │ │ ├── MVCAPI.dll│ │ │ │ ├── MVParm.dll│ │ │ │ ├── Microsoft.Bcl.AsyncInterfaces.dll│ │ │ │ ├── Microsoft.Bcl.AsyncInterfaces.xml│ │ │ │ ├── Microsoft.Bcl.HashCode.dll│ │ │ │ ├── Microsoft.Bcl.HashCode.xml│ │ │ │ ├── Microsoft.Data.Sqlite.dll│ │ │ │ ├── Microsoft.Data.Sqlite.xml│ │ │ │ ├── Microsoft.DotNet.PlatformAbstractions.dll│ │ │ │ ├── Microsoft.DotNet.PlatformAbstractions.xml│ │ │ │ ├── Microsoft.EntityFrameworkCore.Abstractions.dll│ │ │ │ ├── Microsoft.EntityFrameworkCore.Abstractions.xml│ │ │ │ ├── Microsoft.EntityFrameworkCore.Relational.dll│ │ │ │ ├── Microsoft.EntityFrameworkCore.Relational.xml│ │ │ │ ├── Microsoft.EntityFrameworkCore.Sqlite.dll│ │ │ │ ├── Microsoft.EntityFrameworkCore.Sqlite.xml│ │ │ │ ├── Microsoft.EntityFrameworkCore.dll│ │ │ │ ├── Microsoft.EntityFrameworkCore.xml│ │ │ │ ├── Microsoft.Extensions.Caching.Abstractions.dll│ │ │ │ ├── Microsoft.Extensions.Caching.Abstractions.xml│ │ │ │ ├── Microsoft.Extensions.Caching.Memory.dll│ │ │ │ ├── Microsoft.Extensions.Caching.Memory.xml│ │ │ │ ├── Microsoft.Extensions.Configuration.Abstractions.dll│ │ │ │ ├── Microsoft.Extensions.Configuration.Abstractions.xml│ │ │ │ ├── Microsoft.Extensions.Configuration.Binder.dll│ │ │ │ ├── Microsoft.Extensions.Configuration.Binder.xml│ │ │ │ ├── Microsoft.Extensions.Configuration.dll│ │ │ │ ├── Microsoft.Extensions.Configuration.xml│ │ │ │ ├── Microsoft.Extensions.DependencyInjection.Abstractions.dll│ │ │ │ ├── Microsoft.Extensions.DependencyInjection.Abstractions.xml│ │ │ │ ├── Microsoft.Extensions.DependencyInjection.dll│ │ │ │ ├── Microsoft.Extensions.DependencyInjection.xml│ │ │ │ ├── Microsoft.Extensions.DependencyModel.dll│ │ │ │ ├── Microsoft.Extensions.DependencyModel.xml│ │ │ │ ├── Microsoft.Extensions.Logging.Abstractions.dll│ │ │ │ ├── Microsoft.Extensions.Logging.Abstractions.xml│ │ │ │ ├── Microsoft.Extensions.Logging.dll│ │ │ │ ├── Microsoft.Extensions.Logging.xml│ │ │ │ ├── Microsoft.Extensions.Options.dll│ │ │ │ ├── Microsoft.Extensions.Options.xml│ │ │ │ ├── Microsoft.Extensions.Primitives.dll│ │ │ │ ├── Microsoft.Extensions.Primitives.xml│ │ │ │ ├── MotorMemo.exe│ │ │ │ ├── MotorMemo.exe.config│ │ │ │ ├── MotorMemo.pdb│ │ │ │ ├── MultiFile.ini│ │ │ │ ├── NcPath.dll│ │ │ │ ├── Newtonsoft.Json.dll│ │ │ │ ├── Newtonsoft.Json.pdb│ │ │ │ ├── Newtonsoft.Json.xml│ │ │ │ ├── PARAM│ │ │ │ │ ├── MarkParam.lib│ │ │ │ │ └── UserParam.ini│ │ │ │ ├── PM.ezd│ │ │ │ ├── QDib.dll│ │ │ │ ├── QLib.dll│ │ │ │ ├── QRcode.ezd│ │ │ │ ├── RectArrayParam.ini│ │ │ │ ├── SQLitePCLRaw.batteries_v2.dll│ │ │ │ ├── SQLitePCLRaw.core.dll│ │ │ │ ├── SQLitePCLRaw.nativelibrary.dll│ │ │ │ ├── SQLitePCLRaw.provider.dynamic_cdecl.dll│ │ │ │ ├── SunnyUI.Common.dll│ │ │ │ ├── SunnyUI.dll│ │ │ │ ├── SysConfig.ini│ │ │ │ ├── System.Buffers.dll│ │ │ │ ├── System.Buffers.xml│ │ │ │ ├── System.CodeDom.dll│ │ │ │ ├── System.CodeDom.xml│ │ │ │ ├── System.Collections.Immutable.dll│ │ │ │ ├── System.Collections.Immutable.xml│ │ │ │ ├── System.ComponentModel.Annotations.dll│ │ │ │ ├── System.Diagnostics.DiagnosticSource.dll│ │ │ │ ├── System.Diagnostics.DiagnosticSource.xml│ │ │ │ ├── System.Memory.dll│ │ │ │ ├── System.Memory.xml│ │ │ │ ├── System.Numerics.Vectors.dll│ │ │ │ ├── System.Numerics.Vectors.xml│ │ │ │ ├── System.Runtime.CompilerServices.Unsafe.dll│ │ │ │ ├── System.Runtime.CompilerServices.Unsafe.xml│ │ │ │ ├── System.Threading.Tasks.Extensions.dll│ │ │ │ ├── System.Threading.Tasks.Extensions.xml│ │ │ │ ├── T2.evsp│ │ │ │ ├── TEST.ezd│ │ │ │ ├── TT.evsp│ │ │ │ ├── Test.dll│ │ │ │ ├── Test2.exe│ │ │ │ ├── Test2.exe.config│ │ │ │ ├── Test2.pdb│ │ │ │ ├── Usb.log│ │ │ │ ├── cfglog.txt│ │ │ │ ├── corfile.exe│ │ │ │ ├── default.ini│ │ │ │ ├── defaultparambmp.ini│ │ │ │ ├── ecvs.evsp│ │ │ │ ├── hasp_rt.exe│ │ │ │ ├── hasp_windows_111990.dll│ │ │ │ ├── hasp_windows_x64_111990.dll│ │ │ │ ├── haspdnert.dll│ │ │ │ ├── haspdnert_x64.dll│ │ │ │ ├── haspvlib_111990.dll│ │ │ │ ├── mathlib.dll│ │ │ │ ├── mswlaser.ini│ │ │ │ ├── plug│ │ │ │ │ ├── AngleRotate.plg│ │ │ │ │ ├── AngleRotate2.plg│ │ │ │ │ ├── ChangeText.plg│ │ │ │ │ ├── GlobeMark.plg│ │ │ │ │ ├── IPGSet.plg│ │ │ │ │ ├── MultiFileMark.plg│ │ │ │ │ ├── MultiPartMark.plg│ │ │ │ │ ├── MultiPartMarkPART.txt│ │ │ │ │ ├── PowerRuler.plg│ │ │ │ │ ├── ReadFace3d.plg│ │ │ │ │ ├── RingMark.plg│ │ │ │ │ ├── RingTextMark.plg│ │ │ │ │ ├── RotaryMark.par│ │ │ │ │ ├── RotaryMark.plg│ │ │ │ │ ├── RotateText.plg│ │ │ │ │ ├── Splitmark2.plg│ │ │ │ │ ├── SuperProject.plg│ │ │ │ │ ├── extend.par│ │ │ │ │ ├── home.par│ │ │ │ │ ├── jczfont.plg│ │ │ │ │ ├── markcfg0│ │ │ │ │ ├── markcfg2│ │ │ │ │ ├── markcfg7│ │ │ │ │ └── ring.par│ │ │ │ ├── res│ │ │ │ │ ├── Company.bmp│ │ │ │ │ ├── Logo.bmp│ │ │ │ │ ├── MarkOff.bmp│ │ │ │ │ ├── MarkOn.bmp│ │ │ │ │ ├── Thumbs.db│ │ │ │ │ ├── Zoom.ico│ │ │ │ │ ├── ZoomAll.ico│ │ │ │ │ ├── ZoomIn.ico│ │ │ │ │ ├── ZoomOut.ico│ │ │ │ │ ├── ZoomPage.ico│ │ │ │ │ ├── ZoomPan.ico│ │ │ │ │ ├── ZoomWnd.ico│ │ │ │ │ ├── drawbar.bmp│ │ │ │ │ ├── drawbar_dis.bmp│ │ │ │ │ ├── enttype0.bmp│ │ │ │ │ ├── enttype1.bmp│ │ │ │ │ ├── enttype10.bmp│ │ │ │ │ ├── enttype11.bmp│ │ │ │ │ ├── enttype12.bmp│ │ │ │ │ ├── enttype13.bmp│ │ │ │ │ ├── enttype14.bmp│ │ │ │ │ ├── enttype15.bmp│ │ │ │ │ ├── enttype16.bmp│ │ │ │ │ ├── enttype17.bmp│ │ │ │ │ ├── enttype18.bmp│ │ │ │ │ ├── enttype2.bmp│ │ │ │ │ ├── enttype3.bmp│ │ │ │ │ ├── enttype4.bmp│ │ │ │ │ ├── enttype5.bmp│ │ │ │ │ ├── enttype6.bmp│ │ │ │ │ ├── enttype7.bmp│ │ │ │ │ ├── enttype8.bmp│ │ │ │ │ ├── enttype9.bmp│ │ │ │ │ ├── license.txt│ │ │ │ │ ├── license_en.txt│ │ │ │ │ ├── param.ini│ │ │ │ │ ├── sysbar.bmp│ │ │ │ │ ├── sysbar_dis.bmp│ │ │ │ │ ├── weld_drawbar.bmp│ │ │ │ │ ├── weld_drawbar_dis.bmp│ │ │ │ │ ├── zoombar.bmp│ │ │ │ │ └── zoombar_dis.bmp│ │ │ │ ├── runtimes│ │ │ │ │ ├── win-arm│ │ │ │ │ │ └── native│ │ │ │ │ │ └── e_sqlite3.dll│ │ │ │ │ ├── win-x64│ │ │ │ │ │ └── native│ │ │ │ │ │ └── e_sqlite3.dll│ │ │ │ │ └── win-x86│ │ │ │ │ └── native│ │ │ │ │ └── e_sqlite3.dll│ │ │ │ └── zh-Hans│ │ │ │ ├── EntityFramework.SqlServer.resources.dll│ │ │ │ └── EntityFramework.resources.dll│ │ │ ├── Release│ │ │ └── x86│ │ │ ├── Debug│ │ │ └── Release│ │ ├── icons8_fiat_500.ico│ │ ├── obj│ │ │ ├── Debug│ │ │ │ ├── DesignTimeResolveAssemblyReferences.cache│ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache│ │ │ │ ├── MotorMemo.FrmConfigSet.resources│ │ │ │ ├── MotorMemo.FrmEdit.resources│ │ │ │ ├── MotorMemo.FrmEdit2.resources│ │ │ │ ├── MotorMemo.FrmIOSet.resources│ │ │ │ ├── MotorMemo.FrmMain.resources│ │ │ │ ├── MotorMemo.FrmOpenMarkSoft.resources│ │ │ │ ├── MotorMemo.FrmPictureString.resources│ │ │ │ ├── MotorMemo.FrmPlcModel.resources│ │ │ │ ├── MotorMemo.FrmUpdatePassword.resources│ │ │ │ ├── MotorMemo.FrmUserLogin.resources│ │ │ │ ├── MotorMemo.Properties.Resources.resources│ │ │ │ ├── MotorMemo.csproj.AssemblyReference.cache│ │ │ │ ├── MotorMemo.csproj.CopyComplete│ │ │ │ ├── MotorMemo.csproj.CoreCompileInputs.cache│ │ │ │ ├── MotorMemo.csproj.FileListAbsolute.txt│ │ │ │ ├── MotorMemo.csproj.GenerateResource.cache│ │ │ │ ├── MotorMemo.csproj.SuggestedBindingRedirects.cache│ │ │ │ ├── MotorMemo.exe│ │ │ │ ├── MotorMemo.pdb│ │ │ │ └── TempPE│ │ │ │ └── Properties.Resources.Designer.cs.dll│ │ │ └── x86│ │ │ └── Debug│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache│ │ │ ├── MotorMemo.FrmConfigSet.resources│ │ │ ├── MotorMemo.FrmIOSet.resources│ │ │ ├── MotorMemo.FrmMain.resources│ │ │ ├── MotorMemo.FrmOpenMarkSoft.resources│ │ │ ├── MotorMemo.FrmUpdatePassword.resources│ │ │ ├── MotorMemo.FrmUserLogin.resources│ │ │ ├── MotorMemo.Properties.Resources.resources│ │ │ ├── MotorMemo.csproj.AssemblyReference.cache│ │ │ ├── MotorMemo.csproj.CopyComplete│ │ │ ├── MotorMemo.csproj.CoreCompileInputs.cache│ │ │ ├── MotorMemo.csproj.FileListAbsolute.txt│ │ │ ├── MotorMemo.csproj.GenerateResource.cache│ │ │ ├── MotorMemo.csproj.SuggestedBindingRedirects.cache│ │ │ ├── MotorMemo.exe│ │ │ ├── MotorMemo.pdb│ │ │ └── TempPE│ │ │ └── Properties.Resources.Designer.cs.dll│ │ └── packages.config│ ├── MotorMemo.sln│ └── packages│ ├── EntityFramework.6.2.0│ │ ├── EntityFramework.6.2.0.nupkg│ │ ├── content│ │ │ └── net40│ │ │ ├── App.config.transform│ │ │ └── Web.config.transform│ │ ├── lib│ │ │ ├── net40│ │ │ │ ├── EntityFramework.SqlServer.dll│ │ │ │ ├── EntityFramework.SqlServer.xml│ │ │ │ ├── EntityFramework.dll│ │ │ │ ├── EntityFramework.xml│ │ │ │ └── zh-Hans│ │ │ │ ├── EntityFramework.SqlServer.resources.dll│ │ │ │ ├── EntityFramework.SqlServer.xml│ │ │ │ ├── EntityFramework.resources.dll│ │ │ │ └── EntityFramework.xml│ │ │ └── net45│ │ │ ├── EntityFramework.SqlServer.dll│ │ │ ├── EntityFramework.SqlServer.xml│ │ │ ├── EntityFramework.dll│ │ │ ├── EntityFramework.xml│ │ │ └── zh-Hans│ │ │ ├── EntityFramework.SqlServer.resources.dll│ │ │ ├── EntityFramework.SqlServer.xml│ │ │ ├── EntityFramework.resources.dll│ │ │ └── EntityFramework.xml│ │ └── tools│ │ ├── EntityFramework.PowerShell.Utility.dll│ │ ├── EntityFramework.PowerShell.dll│ │ ├── EntityFramework.psd1│ │ ├── EntityFramework.psm1│ │ ├── about_EntityFramework.help.txt│ │ ├── init.ps1│ │ ├── install.ps1│ │ └── migrate.exe│ ├── EntityFramework.zh-Hans.6.2.0│ │ ├── EntityFramework.zh-Hans.6.2.0.nupkg│ │ └── lib│ │ ├── net40│ │ │ └── zh-Hans│ │ │ ├── EntityFramework.SqlServer.resources.dll│ │ │ ├── EntityFramework.SqlServer.xml│ │ │ ├── EntityFramework.resources.dll│ │ │ └── EntityFramework.xml│ │ └── net45│ │ └── zh-Hans│ │ ├── EntityFramework.SqlServer.resources.dll│ │ ├── EntityFramework.SqlServer.xml│ │ ├── EntityFramework.resources.dll│ │ └── EntityFramework.xml│ ├── Microsoft.Bcl.AsyncInterfaces.1.1.1│ │ ├── Icon.png│ │ ├── LICENSE.TXT│ │ ├── Microsoft.Bcl.AsyncInterfaces.1.1.1.nupkg│ │ ├── THIRD-PARTY-NOTICES.TXT│ │ ├── lib│ │ │ ├── net461│ │ │ │ ├── Microsoft.Bcl.AsyncInterfaces.dll│ │ │ │ └── Microsoft.Bcl.AsyncInterfaces.xml│ │ │ ├── netstandard2.0│ │ │ │ ├── Microsoft.Bcl.AsyncInterfaces.dll│ │ │ │ └── Microsoft.Bcl.AsyncInterfaces.xml│ │ │ └── netstandard2.1│ │ │ ├── Microsoft.Bcl.AsyncInterfaces.dll│ │ │ └── Microsoft.Bcl.AsyncInterfaces.xml│ │ ├── ref│ │ │ ├── net461│ │ │ │ └── Microsoft.Bcl.AsyncInterfaces.dll│ │ │ ├── netstandard2.0│ │ │ │ └── Microsoft.Bcl.AsyncInterfaces.dll│ │ │ └── netstandard2.1│ │ │ └── Microsoft.Bcl.AsyncInterfaces.dll│ │ ├── useSharedDesignerContext.txt│ │ └── version.txt│ ├── Microsoft.Bcl.HashCode.1.1.1│ │ ├── Icon.png│ │ ├── LICENSE.TXT│ │ ├── Microsoft.Bcl.HashCode.1.1.1.nupkg│ │ ├── THIRD-PARTY-NOTICES.TXT│ │ ├── lib│ │ │ ├── net461│ │ │ │ ├── Microsoft.Bcl.HashCode.dll│ │ │ │ └── Microsoft.Bcl.HashCode.xml│ │ │ ├── netcoreapp2.1│ │ │ │ ├── Microsoft.Bcl.HashCode.dll│ │ │ │ └── Microsoft.Bcl.HashCode.xml│ │ │ ├── netstandard2.0│ │ │ │ ├── Microsoft.Bcl.HashCode.dll│ │ │ │ └── Microsoft.Bcl.HashCode.xml│ │ │ └── netstandard2.1│ │ │ ├── Microsoft.Bcl.HashCode.dll│ │ │ └── Microsoft.Bcl.HashCode.xml│ │ ├── ref│ │ │ ├── net461│ │ │ │ └── Microsoft.Bcl.HashCode.dll│ │ │ ├── netcoreapp2.1│ │ │ │ └── Microsoft.Bcl.HashCode.dll│ │ │ ├── netstandard2.0│ │ │ │ └── Microsoft.Bcl.HashCode.dll│ │ │ └── netstandard2.1│ │ │ └── Microsoft.Bcl.HashCode.dll│ │ ├── useSharedDesignerContext.txt│ │ └── version.txt│ ├── Microsoft.Data.Sqlite.Core.3.1.26│ │ ├── Icon.png│ │ ├── Microsoft.Data.Sqlite.Core.3.1.26.nupkg│ │ └── lib│ │ └── netstandard2.0│ │ ├── Microsoft.Data.Sqlite.dll│ │ └── Microsoft.Data.Sqlite.xml│ ├── Microsoft.DotNet.PlatformAbstractions.3.1.6│ │ ├── Icon.png│ │ ├── LICENSE.TXT│ │ ├── Microsoft.DotNet.PlatformAbstractions.3.1.6.nupkg│ │ ├── THIRD-PARTY-NOTICES.TXT│ │ └── lib│ │ ├── net45│ │ │ ├── Microsoft.DotNet.PlatformAbstractions.dll│ │ │ └── Microsoft.DotNet.PlatformAbstractions.xml│ │ ├── netstandard1.3│ │ │ ├── Microsoft.DotNet.PlatformAbstractions.dll│ │ │ └── Microsoft.DotNet.PlatformAbstractions.xml│ │ └── netstandard2.0│ │ ├── Microsoft.DotNet.PlatformAbstractions.dll│ │ └── Microsoft.DotNet.PlatformAbstractions.xml│ ├── Microsoft.EntityFrameworkCore.3.1.26│ │ ├── Icon.png│ │ ├── Microsoft.EntityFrameworkCore.3.1.26.nupkg│ │ └── lib│ │ └── netstandard2.0│ │ ├── Microsoft.EntityFrameworkCore.dll│ │ └── Microsoft.EntityFrameworkCore.xml│ ├── Microsoft.EntityFrameworkCore.Abstractions.3.1.26│ │ ├── Icon.png│ │ ├── Microsoft.EntityFrameworkCore.Abstractions.3.1.26.nupkg│ │ └── lib│ │ └── netstandard2.0│ │ ├── Microsoft.EntityFrameworkCore.Abstractions.dll│ │ └── Microsoft.EntityFrameworkCore.Abstractions.xml│ ├── Microsoft.EntityFrameworkCore.Analyzers.3.1.26│ │ ├── Icon.png│ │ ├── Microsoft.EntityFrameworkCore.Analyzers.3.1.26.nupkg│ │ ├── analyzers│ │ │ └── dotnet│ │ │ └── cs│ │ │ └── Microsoft.EntityFrameworkCore.Analyzers.dll│ │ └── lib│ │ └── netstandard2.0│ │ └── _._│ ├── Microsoft.EntityFrameworkCore.Relational.3.1.26│ │ ├── Icon.png│ │ ├── Microsoft.EntityFrameworkCore.Relational.3.1.26.nupkg│ │ └── lib│ │ └── netstandard2.0│ │ ├── Microsoft.EntityFrameworkCore.Relational.dll│ │ └── Microsoft.EntityFrameworkCore.Relational.xml│ ├── Microsoft.EntityFrameworkCore.Sqlite.Core.3.1.26│ │ ├── Icon.png│ │ ├── Microsoft.EntityFrameworkCore.Sqlite.Core.3.1.26.nupkg│ │ └── lib│ │ └── netstandard2.0│ │ ├── Microsoft.EntityFrameworkCore.Sqlite.dll│ │ └── Microsoft.EntityFrameworkCore.Sqlite.xml│ ├── Microsoft.Extensions.Caching.Abstractions.3.1.26│ │ ├── Icon.png│ │ ├── Microsoft.Extensions.Caching.Abstractions.3.1.26.nupkg│ │ └── lib│ │ ├── netcoreapp3.1│ │ │ ├── Microsoft.Extensions.Caching.Abstractions.dll│ │ │ └── Microsoft.Extensions.Caching.Abstractions.xml│ │ └── netstandard2.0│ │ ├── Microsoft.Extensions.Caching.Abstractions.dll│ │ └── Microsoft.Extensions.Caching.Abstractions.xml│ ├── Microsoft.Extensions.Caching.Memory.3.1.26│ │ ├── Icon.png│ │ ├── Microsoft.Extensions.Caching.Memory.3.1.26.nupkg│ │ └── lib│ │ ├── netcoreapp3.1│ │ │ ├── Microsoft.Extensions.Caching.Memory.dll│ │ │ └── Microsoft.Extensions.Caching.Memory.xml│ │ └── netstandard2.0│ │ ├── Microsoft.Extensions.Caching.Memory.dll│ │ └── Microsoft.Extensions.Caching.Memory.xml│ ├── Microsoft.Extensions.Configuration.3.1.26│ │ ├── Icon.png│ │ ├── Microsoft.Extensions.Configuration.3.1.26.nupkg│ │ └── lib│ │ ├── netcoreapp3.1│ │ │ ├── Microsoft.Extensions.Configuration.dll│ │ │ └── Microsoft.Extensions.Configuration.xml│ │ └── netstandard2.0│ │ ├── Microsoft.Extensions.Configuration.dll│ │ └── Microsoft.Extensions.Configuration.xml│ ├── Microsoft.Extensions.Configuration.Abstractions.3.1.26│ │ ├── Icon.png│ │ ├── Microsoft.Extensions.Configuration.Abstractions.3.1.26.nupkg│ │ └── lib│ │ ├── netcoreapp3.1│ │ │ ├── Microsoft.Extensions.Configuration.Abstractions.dll│ │ │ └── Microsoft.Extensions.Configuration.Abstractions.xml│ │ └── netstandard2.0│ │ ├── Microsoft.Extensions.Configuration.Abstractions.dll│ │ └── Microsoft.Extensions.Configuration.Abstractions.xml│ ├── Microsoft.Extensions.Configuration.Binder.3.1.26│ │ ├── Icon.png│ │ ├── Microsoft.Extensions.Configuration.Binder.3.1.26.nupkg│ │ └── lib│ │ ├── netcoreapp3.1│ │ │ ├── Microsoft.Extensions.Configuration.Binder.dll│ │ │ └── Microsoft.Extensions.Configuration.Binder.xml│ │ └── netstandard2.0│ │ ├── Microsoft.Extensions.Configuration.Binder.dll│ │ └── Microsoft.Extensions.Configuration.Binder.xml│ ├── Microsoft.Extensions.DependencyInjection.3.1.26│ │ ├── Icon.png│ │ ├── Microsoft.Extensions.DependencyInjection.3.1.26.nupkg│ │ └── lib│ │ ├── net461│ │ │ ├── Microsoft.Extensions.DependencyInjection.dll│ │ │ └── Microsoft.Extensions.DependencyInjection.xml│ │ ├── netcoreapp3.1│ │ │ ├── Microsoft.Extensions.DependencyInjection.dll│ │ │ └── Microsoft.Extensions.DependencyInjection.xml│ │ ├── netstandard2.0│ │ │ ├── Microsoft.Extensions.DependencyInjection.dll│ │ │ └── Microsoft.Extensions.DependencyInjection.xml│ │ └── netstandard2.1│ │ ├── Microsoft.Extensions.DependencyInjection.dll│ │ └── Microsoft.Extensions.DependencyInjection.xml│ ├── Microsoft.Extensions.DependencyInjection.Abstractions.3.1.26│ │ ├── Icon.png│ │ ├── Microsoft.Extensions.DependencyInjection.Abstractions.3.1.26.nupkg│ │ └── lib│ │ └── netstandard2.0│ │ ├── Microsoft.Extensions.DependencyInjection.Abstractions.dll│ │ └── Microsoft.Extensions.DependencyInjection.Abstractions.xml│ ├── Microsoft.Extensions.DependencyModel.3.1.25│ │ ├── Icon.png│ │ ├── LICENSE.TXT│ │ ├── Microsoft.Extensions.DependencyModel.3.1.25.nupkg│ │ ├── THIRD-PARTY-NOTICES.TXT│ │ └── lib│ │ ├── net451│ │ │ ├── Microsoft.Extensions.DependencyModel.dll│ │ │ └── Microsoft.Extensions.DependencyModel.xml│ │ ├── netstandard1.3│ │ │ ├── Microsoft.Extensions.DependencyModel.dll│ │ │ └── Microsoft.Extensions.DependencyModel.xml│ │ ├── netstandard1.6│ │ │ ├── Microsoft.Extensions.DependencyModel.dll│ │ │ └── Microsoft.Extensions.DependencyModel.xml│ │ └── netstandard2.0│ │ ├── Microsoft.Extensions.DependencyModel.dll│ │ └── Microsoft.Extensions.DependencyModel.xml│ ├── Microsoft.Extensions.Logging.3.1.26│ │ ├── Icon.png│ │ ├── Microsoft.Extensions.Logging.3.1.26.nupkg│ │ └── lib│ │ ├── netcoreapp3.1│ │ │ ├── Microsoft.Extensions.Logging.dll│ │ │ └── Microsoft.Extensions.Logging.xml│ │ └── netstandard2.0│ │ ├── Microsoft.Extensions.Logging.dll│ │ └── Microsoft.Extensions.Logging.xml│ ├── Microsoft.Extensions.Logging.Abstractions.3.1.26│ │ ├── Icon.png│ │ ├── Microsoft.Extensions.Logging.Abstractions.3.1.26.nupkg│ │ └── lib│ │ └── netstandard2.0│ │ ├── Microsoft.Extensions.Logging.Abstractions.dll│ │ └── Microsoft.Extensions.Logging.Abstractions.xml│ ├── Microsoft.Extensions.Options.3.1.26│ │ ├── Icon.png│ │ ├── Microsoft.Extensions.Options.3.1.26.nupkg│ │ └── lib│ │ ├── netcoreapp3.1│ │ │ ├── Microsoft.Extensions.Options.dll│ │ │ └── Microsoft.Extensions.Options.xml│ │ └── netstandard2.0│ │ ├── Microsoft.Extensions.Options.dll│ │ └── Microsoft.Extensions.Options.xml│ ├── Microsoft.Extensions.Primitives.3.1.26│ │ ├── Icon.png│ │ ├── Microsoft.Extensions.Primitives.3.1.26.nupkg│ │ └── lib│ │ ├── netcoreapp3.1│ │ │ ├── Microsoft.Extensions.Primitives.dll│ │ │ └── Microsoft.Extensions.Primitives.xml│ │ └── netstandard2.0│ │ ├── Microsoft.Extensions.Primitives.dll│ │ └── Microsoft.Extensions.Primitives.xml│ ├── Newtonsoft.Json.12.0.1│ │ ├── LICENSE.md│ │ ├── Newtonsoft.Json.12.0.1.nupkg│ │ └── lib│ │ ├── net20│ │ │ ├── Newtonsoft.Json.dll│ │ │ ├── Newtonsoft.Json.pdb│ │ │ └── Newtonsoft.Json.xml│ │ ├── net35│ │ │ ├── Newtonsoft.Json.dll│ │ │ ├── Newtonsoft.Json.pdb│ │ │ └── Newtonsoft.Json.xml│ │ ├── net40│ │ │ ├── Newtonsoft.Json.dll│ │ │ ├── Newtonsoft.Json.pdb│ │ │ └── Newtonsoft.Json.xml│ │ ├── net45│ │ │ ├── Newtonsoft.Json.dll│ │ │ ├── Newtonsoft.Json.pdb│ │ │ └── Newtonsoft.Json.xml│ │ ├── netstandard1.0│ │ │ ├── Newtonsoft.Json.dll│ │ │ ├── Newtonsoft.Json.pdb│ │ │ └── Newtonsoft.Json.xml│ │ ├── netstandard1.3│ │ │ ├── Newtonsoft.Json.dll│ │ │ ├── Newtonsoft.Json.pdb│ │ │ └── Newtonsoft.Json.xml│ │ ├── netstandard2.0│ │ │ ├── Newtonsoft.Json.dll│ │ │ ├── Newtonsoft.Json.pdb│ │ │ └── Newtonsoft.Json.xml│ │ ├── portable-net40 sl5 win8 wp8 wpa81│ │ │ ├── Newtonsoft.Json.dll│ │ │ ├── Newtonsoft.Json.pdb│ │ │ └── Newtonsoft.Json.xml│ │ └── portable-net45 win8 wp8 wpa81│ │ ├── Newtonsoft.Json.dll│ │ ├── Newtonsoft.Json.pdb│ │ └── Newtonsoft.Json.xml│ ├── SQLitePCLRaw.bundle_e_sqlite3.2.0.4│ │ ├── SQLitePCLRaw.bundle_e_sqlite3.2.0.4.nupkg│ │ └── lib│ │ ├── Xamarin.iOS10│ │ │ └── SQLitePCLRaw.batteries_v2.dll│ │ ├── Xamarin.tvOS10│ │ │ └── SQLitePCLRaw.batteries_v2.dll│ │ ├── net461│ │ │ ├── SQLitePCLRaw.batteries_v2.dll│ │ │ └── SQLitePCLRaw.nativelibrary.dll│ │ ├── netcoreapp3.1│ │ │ ├── SQLitePCLRaw.batteries_v2.dll│ │ │ └── SQLitePCLRaw.nativelibrary.dll│ │ └── netstandard2.0│ │ └── SQLitePCLRaw.batteries_v2.dll│ ├── SQLitePCLRaw.core.2.0.4│ │ ├── SQLitePCLRaw.core.2.0.4.nupkg│ │ └── lib│ │ └── netstandard2.0│ │ └── SQLitePCLRaw.core.dll│ ├── SQLitePCLRaw.lib.e_sqlite3.2.0.4│ │ ├── SQLitePCLRaw.lib.e_sqlite3.2.0.4.nupkg│ │ ├── build│ │ │ └── net461│ │ │ └── SQLitePCLRaw.lib.e_sqlite3.targets│ │ ├── lib│ │ │ ├── net461│ │ │ │ └── _._│ │ │ └── netstandard2.0│ │ │ └── _._│ │ └── runtimes│ │ ├── alpine-x64│ │ │ └── native│ │ │ └── libe_sqlite3.so│ │ ├── linux-arm│ │ │ └── native│ │ │ └── libe_sqlite3.so│ │ ├── linux-arm64│ │ │ └── native│ │ │ └── libe_sqlite3.so│ │ ├── linux-armel│ │ │ └── native│ │ │ └── libe_sqlite3.so│ │ ├── linux-mips64│ │ │ └── native│ │ │ └── libe_sqlite3.so│ │ ├── linux-musl-x64│ │ │ └── native│ │ │ └── libe_sqlite3.so│ │ ├── linux-x64│ │ │ └── native│ │ │ └── libe_sqlite3.so│ │ ├── linux-x86│ │ │ └── native│ │ │ └── libe_sqlite3.so│ │ ├── osx-x64│ │ │ └── native│ │ │ └── libe_sqlite3.dylib│ │ ├── win-arm│ │ │ └── native│ │ │ └── e_sqlite3.dll│ │ ├── win-arm64│ │ │ └── native│ │ │ └── e_sqlite3.dll│ │ ├── win-x64│ │ │ └── native│ │ │ └── e_sqlite3.dll│ │ ├── win-x86│ │ │ └── native│ │ │ └── e_sqlite3.dll│ │ ├── win10-arm│ │ │ └── nativeassets│ │ │ └── uap10.0│ │ │ └── e_sqlite3.dll│ │ ├── win10-arm64│ │ │ └── nativeassets│ │ │ └── uap10.0│ │ │ └── e_sqlite3.dll│ │ ├── win10-x64│ │ │ └── nativeassets│ │ │ └── uap10.0│ │ │ └── e_sqlite3.dll│ │ └── win10-x86│ │ └── nativeassets│ │ └── uap10.0│ │ └── e_sqlite3.dll│ ├── SQLitePCLRaw.provider.dynamic_cdecl.2.0.4│ │ ├── SQLitePCLRaw.provider.dynamic_cdecl.2.0.4.nupkg│ │ └── lib│ │ └── netstandard2.0│ │ └── SQLitePCLRaw.provider.dynamic_cdecl.dll│ ├── SunnyUI.3.1.9│ │ ├── LICENSE│ │ ├── SunnyUI.3.1.9.nupkg│ │ ├── SunnyUI.png│ │ └── lib│ │ ├── net40│ │ │ └── SunnyUI.dll│ │ ├── net472│ │ │ └── SunnyUI.dll│ │ ├── net5.0-windows7.0│ │ │ └── SunnyUI.dll│ │ └── net6.0-windows7.0│ │ └── SunnyUI.dll│ ├── SunnyUI.Common.3.1.2│ │ ├── SunnyUI.Common.3.1.2.nupkg│ │ ├── SunnyUI.png│ │ └── lib│ │ ├── net40│ │ │ └── SunnyUI.Common.dll│ │ ├── net472│ │ │ └── SunnyUI.Common.dll│ │ ├── net5.0│ │ │ └── SunnyUI.Common.dll│ │ ├── net6.0│ │ │ └── SunnyUI.Common.dll│ │ ├── netcoreapp3.1│ │ │ └── SunnyUI.Common.dll│ │ ├── netstandard2.0│ │ │ └── SunnyUI.Common.dll│ │ └── netstandard2.1│ │ └── SunnyUI.Common.dll│ ├── System.Buffers.4.5.1│ │ ├── LICENSE.TXT│ │ ├── System.Buffers.4.5.1.nupkg│ │ ├── THIRD-PARTY-NOTICES.TXT│ │ ├── lib│ │ │ ├── net461│ │ │ │ ├── System.Buffers.dll│ │ │ │ └── System.Buffers.xml│ │ │ ├── netcoreapp2.0│ │ │ │ └── _._│ │ │ ├── netstandard1.1│ │ │ │ ├── System.Buffers.dll│ │ │ │ └── System.Buffers.xml│ │ │ ├── netstandard2.0│ │ │ │ ├── System.Buffers.dll│ │ │ │ └── System.Buffers.xml│ │ │ └── uap10.0.16299│ │ │ └── _._│ │ ├── ref│ │ │ ├── net45│ │ │ │ ├── System.Buffers.dll│ │ │ │ └── System.Buffers.xml│ │ │ ├── netcoreapp2.0│ │ │ │ └── _._│ │ │ ├── netstandard1.1│ │ │ │ ├── System.Buffers.dll│ │ │ │ └── System.Buffers.xml│ │ │ ├── netstandard2.0│ │ │ │ ├── System.Buffers.dll│ │ │ │ └── System.Buffers.xml│ │ │ └── uap10.0.16299│ │ │ └── _._│ │ ├── useSharedDesignerContext.txt│ │ └── version.txt│ ├── System.CodeDom.6.0.0│ │ ├── Icon.png│ │ ├── LICENSE.TXT│ │ ├── System.CodeDom.6.0.0.nupkg│ │ ├── THIRD-PARTY-NOTICES.TXT│ │ ├── buildTransitive│ │ │ ├── netcoreapp2.0│ │ │ │ └── System.CodeDom.targets│ │ │ └── netcoreapp3.1│ │ │ └── _._│ │ ├── lib│ │ │ ├── net461│ │ │ │ ├── System.CodeDom.dll│ │ │ │ └── System.CodeDom.xml│ │ │ ├── net6.0│ │ │ │ ├── System.CodeDom.dll│ │ │ │ └── System.CodeDom.xml│ │ │ └── netstandard2.0│ │ │ ├── System.CodeDom.dll│ │ │ └── System.CodeDom.xml│ │ └── useSharedDesignerContext.txt│ ├── System.Collections.Immutable.1.7.1│ │ ├── Icon.png│ │ ├── LICENSE.TXT│ │ ├── System.Collections.Immutable.1.7.1.nupkg│ │ ├── THIRD-PARTY-NOTICES.TXT│ │ ├── lib│ │ │ ├── net461│ │ │ │ ├── System.Collections.Immutable.dll│ │ │ │ └── System.Collections.Immutable.xml│ │ │ ├── netstandard1.0│ │ │ │ ├── System.Collections.Immutable.dll│ │ │ │ └── System.Collections.Immutable.xml│ │ │ ├── netstandard1.3│ │ │ │ ├── System.Collections.Immutable.dll│ │ │ │ └── System.Collections.Immutable.xml│ │ │ ├── netstandard2.0│ │ │ │ ├── System.Collections.Immutable.dll│ │ │ │ └── System.Collections.Immutable.xml│ │ │ └── portable-net45 win8 wp8 wpa81│ │ │ ├── System.Collections.Immutable.dll│ │ │ └── System.Collections.Immutable.xml│ │ ├── useSharedDesignerContext.txt│ │ └── version.txt│ ├── System.ComponentModel.Annotations.4.7.0│ │ ├── LICENSE.TXT│ │ ├── System.ComponentModel.Annotations.4.7.0.nupkg│ │ ├── THIRD-PARTY-NOTICES.TXT│ │ ├── lib│ │ │ ├── MonoAndroid10│ │ │ │ └── _._│ │ │ ├── MonoTouch10│ │ │ │ └── _._│ │ │ ├── net45│ │ │ │ └── _._│ │ │ ├── net461│ │ │ │ └── System.ComponentModel.Annotations.dll│ │ │ ├── netcore50│ │ │ │ └── System.ComponentModel.Annotations.dll│ │ │ ├── netstandard1.4│ │ │ │ └── System.ComponentModel.Annotations.dll│ │ │ ├── netstandard2.0│ │ │ │ └── System.ComponentModel.Annotations.dll│ │ │ ├── netstandard2.1│ │ │ │ ├── System.ComponentModel.Annotations.dll│ │ │ │ └── System.ComponentModel.Annotations.xml│ │ │ ├── portable-net45 win8│ │ │ │ └── _._│ │ │ ├── win8│ │ │ │ └── _._│ │ │ ├── xamarinios10│ │ │ │ └── _._│ │ │ ├── xamarinmac20│ │ │ │ └── _._│ │ │ ├── xamarintvos10│ │ │ │ └── _._│ │ │ └── xamarinwatchos10│ │ │ └── _._│ │ ├── ref│ │ │ ├── MonoAndroid10│ │ │ │ └── _._│ │ │ ├── MonoTouch10│ │ │ │ └── _._│ │ │ ├── net45│ │ │ │ └── _._│ │ │ ├── net461│ │ │ │ ├── System.ComponentModel.Annotations.dll│ │ │ │ └── System.ComponentModel.Annotations.xml│ │ │ ├── netcore50│ │ │ │ ├── System.ComponentModel.Annotations.dll│ │ │ │ ├── System.ComponentModel.Annotations.xml│ │ │ │ ├── de│ │ │ │ │ └── System.ComponentModel.Annotations.xml│ │ │ │ ├── es│ │ │ │ │ └── System.ComponentModel.Annotations.xml│ │ │ │ ├── fr│ │ │ │ │ └── System.ComponentModel.Annotations.xml│ │ │ │ ├── it│ │ │ │ │ └── System.ComponentModel.Annotations.xml│ │ │ │ ├── ja│ │ │ │ │ └── System.ComponentModel.Annotations.xml│ │ │ │ ├── ko│ │ │ │ │ └── System.ComponentModel.Annotations.xml│ │ │ │ ├── ru│ │ │ │ │ └── System.ComponentModel.Annotations.xml│ │ │ │ ├── zh-hans│ │ │ │ │ └── System.ComponentModel.Annotations.xml│ │ │ │ └── zh-hant│ │ │ │ └── System.ComponentModel.Annotations.xml│ │ │ ├── netstandard1.1│ │ │ │ ├── System.ComponentModel.Annotations.dll│ │ │ │ ├── System.ComponentModel.Annotations.xml│ │ │ │ ├── de│ │ │ │ │ └── System.ComponentModel.Annotations.xml│ │ │ │ ├── es│ │ │ │ │ └── System.ComponentModel.Annotations.xml│ │ │ │ ├── fr│ │ │ │ │ └── System.ComponentModel.Annotations.xml│ │ │ │ ├── it│ │ │ │ │ └── System.ComponentModel.Annotations.xml│ │ │ │ ├── ja│ │ │ │ │ └── System.ComponentModel.Annotations.xml│ │ │ │ ├── ko│ │ │ │ │ └── System.ComponentModel.Annotations.xml│ │ │ │ ├── ru│ │ │ │ │ └── System.ComponentModel.Annotations.xml│ │ │ │ ├── zh-hans│ │ │ │ │ └── System.ComponentModel.Annotations.xml│ │ │ │ └── zh-hant│ │ │ │ └── System.ComponentModel.Annotations.xml│ │ │ ├── netstandard1.3│ │ │ │ ├── System.ComponentModel.Annotations.dll│ │ │ │ ├── System.ComponentModel.Annotations.xml│ │ │ │ ├── de│ │ │ │ │ └── System.ComponentModel.Annotations.xml│ │ │ │ ├── es│ │ │ │ │ └── System.ComponentModel.Annotations.xml│ │ │ │ ├── fr│ │ │ │ │ └── System.ComponentModel.Annotations.xml│ │ │ │ ├── it│ │ │ │ │ └── System.ComponentModel.Annotations.xml│ │ │ │ ├── ja│ │ │ │ │ └── System.ComponentModel.Annotations.xml│ │ │ │ ├── ko│ │ │ │ │ └── System.ComponentModel.Annotations.xml│ │ │ │ ├── ru│ │ │ │ │ └── System.ComponentModel.Annotations.xml│ │ │ │ ├── zh-hans│ │ │ │ │ └── System.ComponentModel.Annotations.xml│ │ │ │ └── zh-hant│ │ │ │ └── System.ComponentModel.Annotations.xml│ │ │ ├── netstandard1.4│ │ │ │ ├── System.ComponentModel.Annotations.dll│ │ │ │ ├── System.ComponentModel.Annotations.xml│ │ │ │ ├── de│ │ │ │ │ └── System.ComponentModel.Annotations.xml│ │ │ │ ├── es│ │ │ │ │ └── System.ComponentModel.Annotations.xml│ │ │ │ ├── fr│ │ │ │ │ └── System.ComponentModel.Annotations.xml│ │ │ │ ├── it│ │ │ │ │ └── System.ComponentModel.Annotations.xml│ │ │ │ ├── ja│ │ │ │ │ └── System.ComponentModel.Annotations.xml│ │ │ │ ├── ko│ │ │ │ │ └── System.ComponentModel.Annotations.xml│ │ │ │ ├── ru│ │ │ │ │ └── System.ComponentModel.Annotations.xml│ │ │ │ ├── zh-hans│ │ │ │ │ └── System.ComponentModel.Annotations.xml│ │ │ │ └── zh-hant│ │ │ │ └── System.ComponentModel.Annotations.xml│ │ │ ├── netstandard2.0│ │ │ │ ├── System.ComponentModel.Annotations.dll│ │ │ │ └── System.ComponentModel.Annotations.xml│ │ │ ├── netstandard2.1│ │ │ │ ├── System.ComponentModel.Annotations.dll│ │ │ │ └── System.ComponentModel.Annotations.xml│ │ │ ├── portable-net45 win8│ │ │ │ └── _._│ │ │ ├── win8│ │ │ │ └── _._│ │ │ ├── xamarinios10│ │ │ │ └── _._│ │ │ ├── xamarinmac20│ │ │ │ └── _._│ │ │ ├── xamarintvos10│ │ │ │ └── _._│ │ │ └── xamarinwatchos10│ │ │ └── _._│ │ ├── useSharedDesignerContext.txt│ │ └── version.txt│ ├── System.Diagnostics.DiagnosticSource.4.7.1│ │ ├── Icon.png│ │ ├── LICENSE.TXT│ │ ├── System.Diagnostics.DiagnosticSource.4.7.1.nupkg│ │ ├── THIRD-PARTY-NOTICES.TXT│ │ ├── lib│ │ │ ├── net45│ │ │ │ ├── System.Diagnostics.DiagnosticSource.dll│ │ │ │ └── System.Diagnostics.DiagnosticSource.xml│ │ │ ├── net46│ │ │ │ ├── System.Diagnostics.DiagnosticSource.dll│ │ │ │ └── System.Diagnostics.DiagnosticSource.xml│ │ │ ├── netstandard1.1│ │ │ │ ├── System.Diagnostics.DiagnosticSource.dll│ │ │ │ └── System.Diagnostics.DiagnosticSource.xml│ │ │ ├── netstandard1.3│ │ │ │ ├── System.Diagnostics.DiagnosticSource.dll│ │ │ │ └── System.Diagnostics.DiagnosticSource.xml│ │ │ └── portable-net45 win8 wpa81│ │ │ ├── System.Diagnostics.DiagnosticSource.dll│ │ │ └── System.Diagnostics.DiagnosticSource.xml│ │ ├── useSharedDesignerContext.txt│ │ └── version.txt│ ├── System.Management.6.0.0│ │ ├── Icon.png│ │ ├── LICENSE.TXT│ │ ├── System.Management.6.0.0.nupkg│ │ ├── THIRD-PARTY-NOTICES.TXT│ │ ├── buildTransitive│ │ │ ├── netcoreapp2.0│ │ │ │ └── System.Management.targets│ │ │ └── netcoreapp3.1│ │ │ └── _._│ │ ├── lib│ │ │ ├── net461│ │ │ │ └── _._│ │ │ ├── net6.0│ │ │ │ ├── System.Management.dll│ │ │ │ └── System.Management.xml│ │ │ ├── netcoreapp3.1│ │ │ │ ├── System.Management.dll│ │ │ │ └── System.Management.xml│ │ │ └── netstandard2.0│ │ │ ├── System.Management.dll│ │ │ └── System.Management.xml│ │ ├── runtimes│ │ │ └── win│ │ │ └── lib│ │ │ ├── net6.0│ │ │ │ ├── System.Management.dll│ │ │ │ └── System.Management.xml│ │ │ └── netcoreapp3.1│ │ │ ├── System.Management.dll│ │ │ └── System.Management.xml│ │ └── useSharedDesignerContext.txt│ ├── System.Memory.4.5.4│ │ ├── LICENSE.TXT│ │ ├── System.Memory.4.5.4.nupkg│ │ ├── THIRD-PARTY-NOTICES.TXT│ │ ├── lib│ │ │ ├── net461│ │ │ │ ├── System.Memory.dll│ │ │ │ └── System.Memory.xml│ │ │ ├── netcoreapp2.1│ │ │ │ └── _._│ │ │ ├── netstandard1.1│ │ │ │ ├── System.Memory.dll│ │ │ │ └── System.Memory.xml│ │ │ └── netstandard2.0│ │ │ ├── System.Memory.dll│ │ │ └── System.Memory.xml│ │ ├── ref│ │ │ └── netcoreapp2.1│ │ │ └── _._│ │ ├── useSharedDesignerContext.txt│ │ └── version.txt│ ├── System.Numerics.Vectors.4.5.0│ │ ├── LICENSE.TXT│ │ ├── System.Numerics.Vectors.4.5.0.nupkg│ │ ├── THIRD-PARTY-NOTICES.TXT│ │ ├── lib│ │ │ ├── MonoAndroid10│ │ │ │ └── _._│ │ │ ├── MonoTouch10│ │ │ │ └── _._│ │ │ ├── net46│ │ │ │ ├── System.Numerics.Vectors.dll│ │ │ │ └── System.Numerics.Vectors.xml│ │ │ ├── netcoreapp2.0│ │ │ │ └── _._│ │ │ ├── netstandard1.0│ │ │ │ ├── System.Numerics.Vectors.dll│ │ │ │ └── System.Numerics.Vectors.xml│ │ │ ├── netstandard2.0│ │ │ │ ├── System.Numerics.Vectors.dll│ │ │ │ └── System.Numerics.Vectors.xml│ │ │ ├── portable-net45 win8 wp8 wpa81│ │ │ │ ├── System.Numerics.Vectors.dll│ │ │ │ └── System.Numerics.Vectors.xml│ │ │ ├── uap10.0.16299│ │ │ │ └── _._│ │ │ ├── xamarinios10│ │ │ │ └── _._│ │ │ ├── xamarinmac20│ │ │ │ └── _._│ │ │ ├── xamarintvos10│ │ │ │ └── _._│ │ │ └── xamarinwatchos10│ │ │ └── _._│ │ ├── ref│ │ │ ├── MonoAndroid10│ │ │ │ └── _._│ │ │ ├── MonoTouch10│ │ │ │ └── _._│ │ │ ├── net45│ │ │ │ ├── System.Numerics.Vectors.dll│ │ │ │ └── System.Numerics.Vectors.xml│ │ │ ├── net46│ │ │ │ ├── System.Numerics.Vectors.dll│ │ │ │ └── System.Numerics.Vectors.xml│ │ │ ├── netcoreapp2.0│ │ │ │ └── _._│ │ │ ├── netstandard1.0│ │ │ │ ├── System.Numerics.Vectors.dll│ │ │ │ └── System.Numerics.Vectors.xml│ │ │ ├── netstandard2.0│ │ │ │ ├── System.Numerics.Vectors.dll│ │ │ │ └── System.Numerics.Vectors.xml│ │ │ ├── uap10.0.16299│ │ │ │ └── _._│ │ │ ├── xamarinios10│ │ │ │ └── _._│ │ │ ├── xamarinmac20│ │ │ │ └── _._│ │ │ ├── xamarintvos10│ │ │ │ └── _._│ │ │ └── xamarinwatchos10│ │ │ └── _._│ │ ├── useSharedDesignerContext.txt│ │ └── version.txt│ ├── System.Runtime.CompilerServices.Unsafe.4.7.1│ │ ├── Icon.png│ │ ├── LICENSE.TXT│ │ ├── System.Runtime.CompilerServices.Unsafe.4.7.1.nupkg│ │ ├── THIRD-PARTY-NOTICES.TXT│ │ ├── lib│ │ │ ├── net461│ │ │ │ ├── System.Runtime.CompilerServices.Unsafe.dll│ │ │ │ └── System.Runtime.CompilerServices.Unsafe.xml│ │ │ ├── netcoreapp2.0│ │ │ │ ├── System.Runtime.CompilerServices.Unsafe.dll│ │ │ │ └── System.Runtime.CompilerServices.Unsafe.xml│ │ │ ├── netstandard1.0│ │ │ │ ├── System.Runtime.CompilerServices.Unsafe.dll│ │ │ │ └── System.Runtime.CompilerServices.Unsafe.xml│ │ │ └── netstandard2.0│ │ │ ├── System.Runtime.CompilerServices.Unsafe.dll│ │ │ └── System.Runtime.CompilerServices.Unsafe.xml│ │ ├── ref│ │ │ ├── net461│ │ │ │ ├── System.Runtime.CompilerServices.Unsafe.dll│ │ │ │ └── System.Runtime.CompilerServices.Unsafe.xml│ │ │ ├── netstandard1.0│ │ │ │ ├── System.Runtime.CompilerServices.Unsafe.dll│ │ │ │ └── System.Runtime.CompilerServices.Unsafe.xml│ │ │ └── netstandard2.0│ │ │ ├── System.Runtime.CompilerServices.Unsafe.dll│ │ │ └── System.Runtime.CompilerServices.Unsafe.xml│ │ ├── useSharedDesignerContext.txt│ │ └── version.txt│ ├── System.Runtime.InteropServices.RuntimeInformation.4.0.0│ │ ├── System.Runtime.InteropServices.RuntimeInformation.4.0.0.nupkg│ │ ├── ThirdPartyNotices.txt│ │ ├── dotnet_library_license.txt│ │ ├── lib│ │ │ ├── MonoAndroid10│ │ │ │ └── _._│ │ │ ├── MonoTouch10│ │ │ │ └── _._│ │ │ ├── net45│ │ │ │ └── System.Runtime.InteropServices.RuntimeInformation.dll│ │ │ ├── win8│ │ │ │ └── System.Runtime.InteropServices.RuntimeInformation.dll│ │ │ ├── wpa81│ │ │ │ └── System.Runtime.InteropServices.RuntimeInformation.dll│ │ │ ├── xamarinios10│ │ │ │ └── _._│ │ │ ├── xamarinmac20│ │ │ │ └── _._│ │ │ ├── xamarintvos10│ │ │ │ └── _._│ │ │ └── xamarinwatchos10│ │ │ └── _._│ │ ├── ref│ │ │ ├── MonoAndroid10│ │ │ │ └── _._│ │ │ ├── MonoTouch10│ │ │ │ └── _._│ │ │ ├── netstandard1.1│ │ │ │ └── System.Runtime.InteropServices.RuntimeInformation.dll│ │ │ ├── xamarinios10│ │ │ │ └── _._│ │ │ ├── xamarinmac20│ │ │ │ └── _._│ │ │ ├── xamarintvos10│ │ │ │ └── _._│ │ │ └── xamarinwatchos10│ │ │ └── _._│ │ └── runtimes│ │ ├── aot│ │ │ └── lib│ │ │ └── netcore50│ │ │ └── System.Runtime.InteropServices.RuntimeInformation.dll│ │ ├── unix│ │ │ └── lib│ │ │ └── netstandard1.1│ │ │ └── System.Runtime.InteropServices.RuntimeInformation.dll│ │ └── win│ │ └── lib│ │ ├── net45│ │ │ └── System.Runtime.InteropServices.RuntimeInformation.dll│ │ ├── netcore50│ │ │ └── System.Runtime.InteropServices.RuntimeInformation.dll│ │ └── netstandard1.1│ │ └── System.Runtime.InteropServices.RuntimeInformation.dll│ └── System.Threading.Tasks.Extensions.4.5.4│ ├── LICENSE.TXT│ ├── System.Threading.Tasks.Extensions.4.5.4.nupkg│ ├── THIRD-PARTY-NOTICES.TXT│ ├── lib│ │ ├── MonoAndroid10│ │ │ └── _._│ │ ├── MonoTouch10│ │ │ └── _._│ │ ├── net461│ │ │ ├── System.Threading.Tasks.Extensions.dll│ │ │ └── System.Threading.Tasks.Extensions.xml│ │ ├── netcoreapp2.1│ │ │ └── _._│ │ ├── netstandard1.0│ │ │ ├── System.Threading.Tasks.Extensions.dll│ │ │ └── System.Threading.Tasks.Extensions.xml│ │ ├── netstandard2.0│ │ │ ├── System.Threading.Tasks.Extensions.dll│ │ │ └── System.Threading.Tasks.Extensions.xml│ │ ├── portable-net45 win8 wp8 wpa81│ │ │ ├── System.Threading.Tasks.Extensions.dll│ │ │ └── System.Threading.Tasks.Extensions.xml│ │ ├── xamarinios10│ │ │ └── _._│ │ ├── xamarinmac20│ │ │ └── _._│ │ ├── xamarintvos10│ │ │ └── _._│ │ └── xamarinwatchos10│ │ └── _._│ ├── ref│ │ ├── MonoAndroid10│ │ │ └── _._│ │ ├── MonoTouch10│ │ │ └── _._│ │ ├── netcoreapp2.1│ │ │ └── _._│ │ ├── xamarinios10│ │ │ └── _._│ │ ├── xamarinmac20│ │ │ └── _._│ │ ├── xamarintvos10│ │ │ └── _._│ │ └── xamarinwatchos10│ │ └── _._│ ├── useSharedDesignerContext.txt│ └── version.txt└── 使用Tcp通信的金橙子二次开发激光打标软件.rar448 directories, 1224 files
发货方式
自动:在特色服务中标有自动发货的商品,拍下后,源码类 软件类 商品会在订单详情页显示来自卖家的商品下载链接,点卡类 商品会在订单详情直接显示卡号密码。
手动:未标有自动发货的的商品,付款后,商品卖家会收到平台的手机短信、邮件提醒,卖家会尽快为您发货,如卖家长时间未发货,买家也可通过订单上的QQ或电话主动联系卖家。
退款说明
1、源码类:商品详情(含标题)与实际源码不一致的(例:描述PHP实际为ASP、描述的功能实际缺少、功能不能正常使用等)!有演示站时,与实际源码不一致的(但描述中有"不保证完全一样、可能有少许偏差"类似显著公告的除外);
2、营销推广类:未达到卖家描述标准的;
3、点卡软件类:所售点卡软件无法使用的;
3、发货:手动发货商品,在卖家未发货前就申请了退款的;
4、服务:卖家不提供承诺的售后服务的;(双方提前有商定和描述中有显著声明的除外)
5、其他:如商品或服务有质量方面的硬性常规问题的。未符合详情及卖家承诺的。
注:符合上述任一情况的,均支持退款,但卖家予以积极解决问题则除外。交易中的商品,卖家无法修改描述!
注意事项
1、在付款前,双方在QQ上所商定的内容,也是纠纷评判依据(商定与商品描述冲突时,以商定为准);
2、源码商品,同时有网站演示与商品详情图片演示,且网站演示与商品详情图片演示不一致的,默认按商品详情图片演示作为纠纷评判依据(卖家有特别声明或有额外商定的除外);
3、点卡软件商品,默认按商品详情作为纠纷评判依据(特别声明或有商定除外);
4、营销推广商品,默认按商品详情作为纠纷评判依据(特别声明或有商定除外);
5、在有"正当退款原因和依据"的前提下,写有"一旦售出,概不支持退款"等类似的声明,视为无效声明;
6、虽然交易产生纠纷的几率很小,卖家也肯定会给买家最完善的服务!但请买卖双方尽量保留如聊天记录这样的重要信息,以防产生纠纷时便于送码网快速介入处理。
送码声明
1、送码网作为第三方中介平台,依据双方交易合同(商品描述、交易前商定的内容)来保障交易的安全及买卖双方的权益;
2、非平台线上交易的项目,出现任何后果均与送码网无关;无论卖家以何理由要求线下交易的(如:要求买家支付宝转账付款的,微信转账付款的等),请联系管理举报,本平台将清退卖家处理。
Spire v8.5.3 全家桶xx版,不是FreeSpire...
芋道源码【ruoyi-vue-pro】的完整文档...
画师AkiyamaRyo不知火舞原图无修4K动漫二次元mp4壁纸素材设...
C# Opencvsharp+OnnxRuntime+YOLOV5ne...
朝夕教育进销存管理系统(数据库+winform源码)...
Spire.Doc.dll3.8xx版
Spire.PDF_4.8xx版
串口调试助手代码(XCOM V2.0)
基于php的智慧农场管理系统
ZLG DBC_demo