嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):78630559
本次赞助数额为: 2 元微信扫码支付:2 元
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
Pons-master-实现类似于键盘宏功能-鼠标连点器功能
.
├── Pons-master
│ ├── App.config
│ ├── App.xaml
│ ├── App.xaml.cs
│ ├── Base
│ │ ├── BoolColorConvertor.cs
│ │ ├── BoolToVisibleConvertor.cs
│ │ ├── DataContext.cs
│ │ ├── DelegateCommand.cs
│ │ ├── Group.cs
│ │ ├── GroupWithEditor.cs
│ │ ├── JYCommand.cs
│ │ └── Key_Values.cs
│ ├── CommandManager.xaml
│ ├── CommandManager.xaml.cs
│ ├── DataBase
│ │ └── DB.sl3
│ ├── Image
│ ├── Images
│ │ ├── 1.png
│ │ ├── 2.png
│ │ ├── 3.png
│ │ ├── 4.png
│ │ ├── 5.png
│ │ ├── 6.png
│ │ ├── 7.png
│ │ └── nullFile
│ ├── Pon.csproj
│ ├── Pon.csproj.user
│ ├── PonApp.cs
│ ├── Program.cs
│ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ ├── Settings.settings
│ │ └── app.manifest
│ ├── README.md
│ ├── Resource
│ │ ├── Add.png
│ │ ├── Add2.png
│ │ ├── C.ico
│ │ ├── Circle.png
│ │ ├── D.png
│ │ ├── D2.png
│ │ ├── Delete.png
│ │ ├── Down.png
│ │ ├── Edit.png
│ │ ├── Edit2.png
│ │ ├── Go.png
│ │ ├── Help.png
│ │ ├── Install.png
│ │ ├── Left.png
│ │ ├── Load.png
│ │ ├── Right.png
│ │ ├── Save.png
│ │ ├── Select.png
│ │ ├── Up.png
│ │ ├── X.png
│ │ ├── XX.png
│ │ ├── qqq.png
│ │ └── 选择 (1).png
│ ├── RunForm.xaml
│ ├── RunForm.xaml.cs
│ ├── View
│ │ ├── EditView.xaml
│ │ ├── EditView.xaml.cs
│ │ ├── HelpView.xaml
│ │ ├── HelpView.xaml.cs
│ │ ├── LoadView.xaml
│ │ ├── LoadView.xaml.cs
│ │ ├── MainView.xaml
│ │ ├── MainView.xaml.cs
│ │ ├── SetGroupNameView.xaml
│ │ └── SetGroupNameView.xaml.cs
│ ├── ViewModel
│ │ ├── EditViewModel.cs
│ │ ├── HelpViewModel.cs
│ │ ├── LoadViewModel.cs
│ │ ├── MainViewModel.cs
│ │ └── SetGroupNameViewModel.cs
│ ├── WpfApplication2.sln
│ ├── bin
│ │ └── Debug
│ │ ├── AlwaysClick
│ │ │ ├── AlwysClick.exe
│ │ │ ├── AlwysClick.exe.config
│ │ │ ├── AlwysClick.pdb
│ │ │ ├── AlwysClick.vshost.exe
│ │ │ ├── AlwysClick.vshost.exe.config
│ │ │ ├── AlwysClick.vshost.exe.manifest
│ │ │ ├── ControlzEx.dll
│ │ │ ├── ControlzEx.pdb
│ │ │ ├── DD81200x64.32.dll
│ │ │ ├── DD81200x64.64.dll
│ │ │ ├── MahApps.Metro.dll
│ │ │ ├── MahApps.Metro.pdb
│ │ │ ├── System.Net.Http.dll
│ │ │ ├── System.Windows.Interactivity.dll
│ │ │ └── zh-Hans
│ │ │ └── System.Net.Http.resources.dll
│ │ ├── BiuBiuBiu.exe
│ │ ├── BiuBiuBiu.exe.config
│ │ ├── BiuBiuBiu.pdb
│ │ ├── Config
│ │ │ └── Config.cnf
│ │ ├── ControlzEx.dll
│ │ ├── ControlzEx.pdb
│ │ ├── DD81200x64.32.dll
│ │ ├── DD81200x64.64.dll
│ │ ├── DataBase
│ │ │ └── DB.sl3
│ │ ├── DotNetFX40
│ │ │ └── dotNetFx40_Full_x86_x64.exe
│ │ ├── MahApps.Metro.dll
│ │ ├── MahApps.Metro.pdb
│ │ ├── Microsoft.Expression.Interactions.dll
│ │ ├── Microsoft.Expression.Interactions.xml
│ │ ├── Newtonsoft.Json.dll
│ │ ├── Newtonsoft.Json.xml
│ │ ├── System.Windows.Interactivity.dll
│ │ ├── V.ico
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── V.ico
│ │ │ └── ico
│ │ │ └── O.ico
│ │ ├── ico
│ │ │ ├── O.ico
│ │ │ ├── X.png
│ │ │ └── XX.png
│ │ ├── x64
│ │ │ └── SQLite.Interop.dll
│ │ └── x86
│ │ └── SQLite.Interop.dll
│ ├── obj
│ │ └── Debug
│ │ ├── App.baml
│ │ ├── App.g.cs
│ │ ├── App.g.i.cs
│ │ ├── BiuBiuBiu.exe
│ │ ├── BiuBiuBiu.g.resources
│ │ ├── BiuBiuBiu.pdb
│ │ ├── BiuBiuBiu_Content.g.cs
│ │ ├── BiuBiuBiu_Content.g.i.cs
│ │ ├── BiuBiuBiu_MarkupCompile.cache
│ │ ├── BiuBiuBiu_MarkupCompile.i.cache
│ │ ├── BiuBiuBiu_MarkupCompile.i.lref
│ │ ├── BiuBiuBiu_MarkupCompile.lref
│ │ ├── CommandManager.baml
│ │ ├── CommandManager.g.cs
│ │ ├── CommandManager.g.i.cs
│ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ ├── GeneratedInternalTypeHelper.g.cs
│ │ ├── GeneratedInternalTypeHelper.g.i.cs
│ │ ├── Pon.csproj.AssemblyReference.cache
│ │ ├── Pon.csproj.CopyComplete
│ │ ├── Pon.csproj.CoreCompileInputs.cache
│ │ ├── Pon.csproj.FileListAbsolute.txt
│ │ ├── Pon.csproj.GenerateResource.cache
│ │ ├── Pon.csproj.SuggestedBindingRedirects.cache
│ │ ├── RunForm.baml
│ │ ├── RunForm.g.cs
│ │ ├── RunForm.g.i.cs
│ │ ├── TempPE
│ │ │ └── Properties.Resources.Designer.cs.dll
│ │ ├── View
│ │ │ ├── EditView.baml
│ │ │ ├── EditView.g.cs
│ │ │ ├── EditView.g.i.cs
│ │ │ ├── HelpView.baml
│ │ │ ├── HelpView.g.cs
│ │ │ ├── HelpView.g.i.cs
│ │ │ ├── LoadView.baml
│ │ │ ├── LoadView.g.cs
│ │ │ ├── LoadView.g.i.cs
│ │ │ ├── MainView.baml
│ │ │ ├── MainView.g.cs
│ │ │ ├── MainView.g.i.cs
│ │ │ ├── SetGroupNameView.baml
│ │ │ ├── SetGroupNameView.g.cs
│ │ │ └── SetGroupNameView.g.i.cs
│ │ └── WpfApplication2.Properties.Resources.resources
│ ├── packages
│ │ ├── ControlzEx.3.0.2.4
│ │ │ ├── ControlzEx.3.0.2.4.nupkg
│ │ │ └── lib
│ │ │ ├── net40
│ │ │ │ ├── ControlzEx.dll
│ │ │ │ ├── ControlzEx.pdb
│ │ │ │ └── System.Windows.Interactivity.dll
│ │ │ ├── net45
│ │ │ │ ├── ControlzEx.dll
│ │ │ │ ├── ControlzEx.pdb
│ │ │ │ └── System.Windows.Interactivity.dll
│ │ │ └── net462
│ │ │ ├── ControlzEx.dll
│ │ │ ├── ControlzEx.pdb
│ │ │ └── System.Windows.Interactivity.dll
│ │ ├── EntityFramework.6.0.0
│ │ │ ├── Content
│ │ │ │ ├── App.config.transform
│ │ │ │ └── Web.config.transform
│ │ │ ├── EntityFramework.6.0.0.nupkg
│ │ │ ├── lib
│ │ │ │ ├── net40
│ │ │ │ │ ├── EntityFramework.SqlServer.dll
│ │ │ │ │ ├── EntityFramework.SqlServer.xml
│ │ │ │ │ ├── EntityFramework.dll
│ │ │ │ │ └── EntityFramework.xml
│ │ │ │ └── net45
│ │ │ │ ├── EntityFramework.SqlServer.dll
│ │ │ │ ├── EntityFramework.SqlServer.xml
│ │ │ │ ├── EntityFramework.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
│ │ ├── MahApps.Metro.1.6.5
│ │ │ ├── MahApps.Metro.1.6.5.nupkg
│ │ │ └── lib
│ │ │ ├── net40
│ │ │ │ ├── MahApps.Metro.dll
│ │ │ │ ├── MahApps.Metro.pdb
│ │ │ │ └── MahApps.Metro.xml
│ │ │ ├── net45
│ │ │ │ ├── MahApps.Metro.dll
│ │ │ │ ├── MahApps.Metro.pdb
│ │ │ │ └── MahApps.Metro.xml
│ │ │ ├── net46
│ │ │ │ ├── MahApps.Metro.dll
│ │ │ │ ├── MahApps.Metro.pdb
│ │ │ │ └── MahApps.Metro.xml
│ │ │ └── net47
│ │ │ ├── MahApps.Metro.dll
│ │ │ ├── MahApps.Metro.pdb
│ │ │ └── MahApps.Metro.xml
│ │ ├── MicrosoftExpressionInteractions.3.0.40218.0
│ │ │ ├── MicrosoftExpressionInteractions.3.0.40218.0.nupkg
│ │ │ └── lib
│ │ │ ├── net40
│ │ │ │ ├── Microsoft.Expression.Interactions.dll
│ │ │ │ └── Microsoft.Expression.Interactions.xml
│ │ │ └── net45
│ │ │ └── Microsoft.Expression.Interactions.dll
│ │ ├── Newtonsoft.Json.11.0.2
│ │ │ ├── LICENSE.md
│ │ │ ├── Newtonsoft.Json.11.0.2.nupkg
│ │ │ └── lib
│ │ │ ├── net20
│ │ │ │ ├── Newtonsoft.Json.dll
│ │ │ │ └── Newtonsoft.Json.xml
│ │ │ ├── net35
│ │ │ │ ├── Newtonsoft.Json.dll
│ │ │ │ └── Newtonsoft.Json.xml
│ │ │ ├── net40
│ │ │ │ ├── Newtonsoft.Json.dll
│ │ │ │ └── Newtonsoft.Json.xml
│ │ │ ├── net45
│ │ │ │ ├── Newtonsoft.Json.dll
│ │ │ │ └── Newtonsoft.Json.xml
│ │ │ ├── netstandard1.0
│ │ │ │ ├── Newtonsoft.Json.dll
│ │ │ │ └── Newtonsoft.Json.xml
│ │ │ ├── netstandard1.3
│ │ │ │ ├── Newtonsoft.Json.dll
│ │ │ │ └── Newtonsoft.Json.xml
│ │ │ ├── netstandard2.0
│ │ │ │ ├── Newtonsoft.Json.dll
│ │ │ │ └── Newtonsoft.Json.xml
│ │ │ ├── portable-net40 sl5 win8 wp8 wpa81
│ │ │ │ ├── Newtonsoft.Json.dll
│ │ │ │ └── Newtonsoft.Json.xml
│ │ │ └── portable-net45 win8 wp8 wpa81
│ │ │ ├── Newtonsoft.Json.dll
│ │ │ └── Newtonsoft.Json.xml
│ │ └── System.Data.SQLite.EF6.1.0.108.0
│ │ ├── System.Data.SQLite.EF6.1.0.108.0.nupkg
│ │ ├── content
│ │ │ ├── net40
│ │ │ │ ├── app.config.install.xdt
│ │ │ │ ├── app.config.transform
│ │ │ │ ├── web.config.install.xdt
│ │ │ │ └── web.config.transform
│ │ │ ├── net45
│ │ │ │ ├── app.config.install.xdt
│ │ │ │ ├── app.config.transform
│ │ │ │ ├── web.config.install.xdt
│ │ │ │ └── web.config.transform
│ │ │ ├── net451
│ │ │ │ ├── app.config.install.xdt
│ │ │ │ ├── app.config.transform
│ │ │ │ ├── web.config.install.xdt
│ │ │ │ └── web.config.transform
│ │ │ └── net46
│ │ │ ├── app.config.install.xdt
│ │ │ ├── app.config.transform
│ │ │ ├── web.config.install.xdt
│ │ │ └── web.config.transform
│ │ ├── lib
│ │ │ ├── net40
│ │ │ │ └── System.Data.SQLite.EF6.dll
│ │ │ ├── net45
│ │ │ │ └── System.Data.SQLite.EF6.dll
│ │ │ ├── net451
│ │ │ │ └── System.Data.SQLite.EF6.dll
│ │ │ └── net46
│ │ │ └── System.Data.SQLite.EF6.dll
│ │ └── tools
│ │ ├── net40
│ │ │ └── install.ps1
│ │ ├── net45
│ │ │ └── install.ps1
│ │ ├── net451
│ │ │ └── install.ps1
│ │ └── net46
│ │ └── install.ps1
│ └── packages.config
└── 好例子网_Pons-master.rar
74 directories, 253 files