在好例子网,分享、交流、成长!
您当前所在位置:首页C# 开发实例C#游戏开发 → C#雷电中控与手机同步器开源,android模拟器

C#雷电中控与手机同步器开源,android模拟器

C#游戏开发

下载此实例
  • 开发语言:C#
  • 实例大小:37.88M
  • 下载次数:63
  • 浏览次数:964
  • 发布时间:2020-04-26
  • 实例类别:C#游戏开发
  • 发 布 人:xxhuang02
  • 文件格式:.zip
  • 所需积分:6
 相关标签: 开源 同步 手机 C# android模拟器

实例介绍

【实例简介】C#雷电中控与手机同步器开源,android模拟器

【实例截图】

from clipboard

【核心代码】

└─C#雷电中控与手机同步器开源
    ├─手机同步器
    │  │  Android手机群控.zip
    │  │  新建文本文档.txt
    │  │  
    │  └─Android手机群控
    │      └─Android手机群控
    │          │  Android手机群控.sln
    │          │  
    │          ├─InteractionLayer
    │          │  │  AsyncObservableCollection.cs
    │          │  │  ClassDiagram1.cd
    │          │  │  InteractionLayer.csproj
    │          │  │  InterfaceWindowCommand.cs
    │          │  │  MainWindowBinding.cs
    │          │  │  SetAPPCommand.cs
    │          │  │  UploadVideoCommand.cs
    │          │  │  Win32.cs
    │          │  │  
    │          │  ├─bin
    │          │  │  ├─Debug
    │          │  │  │      InteractionLayer.dll
    │          │  │  │      InteractionLayer.pdb
    │          │  │  │      IScript.dll
    │          │  │  │      IScript.pdb
    │          │  │  │      LdAdb.dll
    │          │  │  │      LdAdb.pdb
    │          │  │  │      
    │          │  │  └─Release
    │          │  │          InteractionLayer.dll
    │          │  │          InteractionLayer.pdb
    │          │  │          IScript.dll
    │          │  │          IScript.pdb
    │          │  │          LdAdb.dll
    │          │  │          LdAdb.pdb
    │          │  │          
    │          │  ├─Common
    │          │  │      NotifyPropertyChanged.cs
    │          │  │      ViewModelBase.cs
    │          │  │      
    │          │  ├─Domain
    │          │  │      AnotherCommandImplementation.cs
    │          │  │      
    │          │  ├─Lists
    │          │  │      AndroidList.cs
    │          │  │      DllList.cs
    │          │  │      IdPasswordList.cs
    │          │  │      IniList.cs
    │          │  │      ObjectList.cs
    │          │  │      
    │          │  ├─obj
    │          │  │  ├─Debug
    │          │  │  │  │  DesignTimeResolveAssemblyReferences.cache
    │          │  │  │  │  DesignTimeResolveAssemblyReferencesInput.cache
    │          │  │  │  │  InteractionLayer.csproj.CopyComplete
    │          │  │  │  │  InteractionLayer.csproj.CoreCompileInputs.cache
    │          │  │  │  │  InteractionLayer.csproj.FileListAbsolute.txt
    │          │  │  │  │  InteractionLayer.csprojAssemblyReference.cache
    │          │  │  │  │  InteractionLayer.dll
    │          │  │  │  │  InteractionLayer.pdb
    │          │  │  │  │  TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
    │          │  │  │  │  TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
    │          │  │  │  │  TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
    │          │  │  │  │  
    │          │  │  │  └─TempPE
    │          │  │  └─Release
    │          │  │      │  DesignTimeResolveAssemblyReferencesInput.cache
    │          │  │      │  InteractionLayer.csproj.CopyComplete
    │          │  │      │  InteractionLayer.csproj.CoreCompileInputs.cache
    │          │  │      │  InteractionLayer.csproj.FileListAbsolute.txt
    │          │  │      │  InteractionLayer.csprojAssemblyReference.cache
    │          │  │      │  InteractionLayer.dll
    │          │  │      │  InteractionLayer.pdb
    │          │  │      │  TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
    │          │  │      │  TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
    │          │  │      │  TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
    │          │  │      │  
    │          │  │      └─TempPE
    │          │  └─Properties
    │          │          AssemblyInfo.cs
    │          │          
    │          ├─IScript
    │          │  │  IScript.csproj
    │          │  │  ISimulatorScript.cs
    │          │  │  IWindowCommand.cs
    │          │  │  
    │          │  ├─bin
    │          │  │  ├─Debug
    │          │  │  │      IScript.dll
    │          │  │  │      IScript.pdb
    │          │  │  │      
    │          │  │  └─Release
    │          │  │          IScript.dll
    │          │  │          IScript.pdb
    │          │  │          
    │          │  ├─obj
    │          │  │  ├─Debug
    │          │  │  │  │  DesignTimeResolveAssemblyReferences.cache
    │          │  │  │  │  DesignTimeResolveAssemblyReferencesInput.cache
    │          │  │  │  │  IScript.csproj.CoreCompileInputs.cache
    │          │  │  │  │  IScript.csproj.FileListAbsolute.txt
    │          │  │  │  │  IScript.csprojAssemblyReference.cache
    │          │  │  │  │  IScript.dll
    │          │  │  │  │  IScript.pdb
    │          │  │  │  │  TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
    │          │  │  │  │  TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
    │          │  │  │  │  TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
    │          │  │  │  │  
    │          │  │  │  └─TempPE
    │          │  │  └─Release
    │          │  │      │  DesignTimeResolveAssemblyReferences.cache
    │          │  │      │  DesignTimeResolveAssemblyReferencesInput.cache
    │          │  │      │  IScript.csproj.CoreCompileInputs.cache
    │          │  │      │  IScript.csproj.FileListAbsolute.txt
    │          │  │      │  IScript.csprojAssemblyReference.cache
    │          │  │      │  IScript.dll
    │          │  │      │  IScript.pdb
    │          │  │      │  TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
    │          │  │      │  TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
    │          │  │      │  TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
    │          │  │      │  
    │          │  │      └─TempPE
    │          │  └─Properties
    │          │          AssemblyInfo.cs
    │          │          
    │          ├─LdAdb
    │          │  │  LdAdb.csproj
    │          │  │  LdCmd.cs
    │          │  │  
    │          │  ├─bin
    │          │  │  ├─Debug
    │          │  │  │      LdAdb.dll
    │          │  │  │      LdAdb.pdb
    │          │  │  │      
    │          │  │  └─Release
    │          │  │          LdAdb.dll
    │          │  │          LdAdb.pdb
    │          │  │          
    │          │  ├─obj
    │          │  │  ├─Debug
    │          │  │  │  │  DesignTimeResolveAssemblyReferencesInput.cache
    │          │  │  │  │  LdAdb.csproj.CoreCompileInputs.cache
    │          │  │  │  │  LdAdb.csproj.FileListAbsolute.txt
    │          │  │  │  │  LdAdb.csprojAssemblyReference.cache
    │          │  │  │  │  LdAdb.dll
    │          │  │  │  │  LdAdb.pdb
    │          │  │  │  │  TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
    │          │  │  │  │  TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
    │          │  │  │  │  TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
    │          │  │  │  │  
    │          │  │  │  └─TempPE
    │          │  │  └─Release
    │          │  │      │  DesignTimeResolveAssemblyReferencesInput.cache
    │          │  │      │  LdAdb.csproj.CoreCompileInputs.cache
    │          │  │      │  LdAdb.csproj.FileListAbsolute.txt
    │          │  │      │  LdAdb.csprojAssemblyReference.cache
    │          │  │      │  LdAdb.dll
    │          │  │      │  LdAdb.pdb
    │          │  │      │  TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
    │          │  │      │  TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
    │          │  │      │  TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
    │          │  │      │  
    │          │  │      └─TempPE
    │          │  └─Properties
    │          │          AssemblyInfo.cs
    │          │          
    │          ├─packages
    │          │  ├─MaterialDesignColors.1.1.1
    │          │  │  │  .signature.p7s
    │          │  │  │  MaterialDesignColors.1.1.1.nupkg
    │          │  │  │  
    │          │  │  └─lib
    │          │  │      └─net45
    │          │  │              MaterialDesignColors.dll
    │          │  │              
    │          │  ├─MaterialDesignThemes.2.5.0.1205
    │          │  │  │  .signature.p7s
    │          │  │  │  MaterialDesignThemes.2.5.0.1205.nupkg
    │          │  │  │  
    │          │  │  ├─lib
    │          │  │  │  └─net45
    │          │  │  │          MaterialDesignThemes.Wpf.dll
    │          │  │  │          MaterialDesignThemes.Wpf.pdb
    │          │  │  │          MaterialDesignThemes.Wpf.XML
    │          │  │  │          
    │          │  │  └─src
    │          │  │      └─net45
    │          │  │          │  Badged.cs
    │          │  │          │  BaseTheme.cs
    │          │  │          │  ButtonProgressAssist.cs
    │          │  │          │  Card.cs
    │          │  │          │  Chip.cs
    │          │  │          │  Clock.cs
    │          │  │          │  ClockChoiceMadeEventArgs.cs
    │          │  │          │  ClockItemButton.cs
    │          │  │          │  ColorZone.cs
    │          │  │          │  ColorZoneAssist.cs
    │          │  │          │  ComboBoxAssist.cs
    │          │  │          │  ComboBoxPopup.cs
    │          │  │          │  CustomPopupPlacementCallbackHelper.cs
    │          │  │          │  DataGridAssist.cs
    │          │  │          │  DateTimeEx.cs
    │          │  │          │  DialogClosingEventArgs.cs
    │          │  │          │  DialogClosingEventHandler.cs
    │          │  │          │  DialogHost.cs
    │          │  │          │  DialogHostEx.cs
    │          │  │          │  DialogOpenedEventArgs.cs
    │          │  │          │  DialogOpenedEventHandler.cs
    │          │  │          │  DialogSession.cs
    │          │  │          │  DpiHelper.cs
    │          │  │          │  DrawerHost.cs
    │          │  │          │  Extensions.cs
    │          │  │          │  Flipper.cs
    │          │  │          │  HintAssist.cs
    │          │  │          │  HintProxyFabric.ComboBox.cs
    │          │  │          │  HintProxyFabric.cs
    │          │  │          │  HintProxyFabric.PasswordBox.cs
    │          │  │          │  HintProxyFabric.TextBox.cs
    │          │  │          │  Icon.cs
    │          │  │          │  IconType.cs
    │          │  │          │  IHintProxy.cs
    │          │  │          │  ISnackbarMessageQueue.cs
    │          │  │          │  ListBoxAssist.cs
    │          │  │          │  ListSortDirectionIndicator.cs
    │          │  │          │  ListViewAssist.cs
    │          │  │          │  MaterialDataGridComboBoxColumn.cs
    │          │  │          │  MaterialDataGridTextColumn.cs
    │          │  │          │  MaterialDateDisplay.cs
    │          │  │          │  MessageQueueExtension.cs
    │          │  │          │  PackIcon.cs
    │          │  │          │  PackIconDataFactory.cs
    │          │  │          │  PackIconExtension.cs
    │          │  │          │  PackIconKind.cs
    │          │  │          │  Palette.cs
    │          │  │          │  PaletteHelper.cs
    │          │  │          │  Plane3D.cs
    │          │  │          │  PopupBox.cs
    │          │  │          │  RatingBar.cs
    │          │  │          │  RatingBarButton.cs
    │          │  │          │  Ripple.cs
    │          │  │          │  RippleAssist.cs
    │          │  │          │  ScaleHost.cs
    │          │  │          │  Screen.cs
    │          │  │          │  ScrollViewerAssist.cs
    │          │  │          │  ShadowAssist.cs
    │          │  │          │  SmartHint.cs
    │          │  │          │  Snackbar.cs
    │          │  │          │  SnackbarMessage.cs
    │          │  │          │  SnackbarMessageEventArgs.cs
    │          │  │          │  SnackbarMessageQueue.cs
    │          │  │          │  SnackbarMessageQueueItem.cs
    │          │  │          │  Spelling.cs
    │          │  │          │  StringExtensions.cs
    │          │  │          │  TextFieldAssist.cs
    │          │  │          │  ThemeAssist.cs
    │          │  │          │  TimePicker.cs
    │          │  │          │  ToggleButtonAssist.cs
    │          │  │          │  ToolTipAssist.cs
    │          │  │          │  TreeHelper.cs
    │          │  │          │  TreeViewAssist.cs
    │          │  │          │  Underline.cs
    │          │  │          │  ValidationAssist.cs
    │          │  │          │  
    │          │  │          ├─Converters
    │          │  │          │  │  BooleanToVisibilityConverter.cs
    │          │  │          │  │  BrushRoundConverter.cs
    │          │  │          │  │  BrushToRadialGradientBrushConverter.cs
    │          │  │          │  │  CalendarDateCoalesceConverter.cs
    │          │  │          │  │  ClockItemIsCheckedConverter.cs
    │          │  │          │  │  ClockLineConverter.cs
    │          │  │          │  │  DrawerOffsetConverter.cs
    │          │  │          │  │  EqualityToVisibilityConverter.cs
    │          │  │          │  │  HintProxyFabricConverter.cs
    │          │  │          │  │  ListViewItemContainerStyleConverter.cs
    │          │  │          │  │  MathConverter.cs
    │          │  │          │  │  MathMultipleConverter.cs
    │          │  │          │  │  NotConverter.cs
    │          │  │          │  │  NotZeroConverter.cs
    │          │  │          │  │  NotZeroToVisibilityConverter.cs
    │          │  │          │  │  NullableDateTimeToCurrentDateConverter.cs
    │          │  │          │  │  NullToVisibilityConverter.cs
    │          │  │          │  │  PointValueConverter.cs
    │          │  │          │  │  RangeLengthConverter.cs
    │          │  │          │  │  RangePositionConverterConverter.cs
    │          │  │          │  │  ShadowConverter.cs
    │          │  │          │  │  ShadowEdgeConverter.cs
    │          │  │          │  │  ShadowInfo.cs
    │          │  │          │  │  SizeToRectConverter.cs
    │          │  │          │  │  SnackbarMessageTypeConverter.cs
    │          │  │          │  │  TextFieldHintVisibilityConverter.cs
    │          │  │          │  │  TimeToVisibilityConverter.cs
    │          │  │          │  │  
    │          │  │          │  └─CircularProgressBar
    │          │  │          │          ArcEndPointConverter.cs
    │          │  │          │          ArcSizeConverter.cs
    │          │  │          │          LargeArcConverter.cs
    │          │  │          │          LocalEx.cs
    │          │  │          │          RotateTransformCentreConverter.cs
    │          │  │          │          RotateTransformConverter.cs
    │          │  │          │          StartPointConverter.cs
    │          │  │          │          
    │          │  │          ├─obj
    │          │  │          │  └─AppVeyor
    │          │  │          │          GeneratedInternalTypeHelper.g.cs
    │          │  │          │          
    │          │  │          ├─Properties
    │          │  │          │      AssemblyInfo.cs
    │          │  │          │      Resources.Designer.cs
    │          │  │          │      Settings.Designer.cs
    │          │  │          │      
    │          │  │          └─Transitions
    │          │  │                  CircleWipe.cs
    │          │  │                  FadeWipe.cs
    │          │  │                  IndexedItemOffsetMultiplierExtension.cs
    │          │  │                  ITransitionEffect.cs
    │          │  │                  ITransitionEffectSubject.cs
    │          │  │                  ITransitionWipe.cs
    │          │  │                  IZIndexController.cs
    │          │  │                  SlideDirection.cs
    │          │  │                  SlideOutWipe.cs
    │          │  │                  SlideWipe.cs
    │          │  │                  TransitionAssist.cs
    │          │  │                  TransitionEffect.cs
    │          │  │                  TransitionEffectBase.cs
    │          │  │                  TransitionEffectExtension.cs
    │          │  │                  TransitionEffectKind.cs
    │          │  │                  TransitionEffectTypeConverter.cs
    │          │  │                  Transitioner.cs
    │          │  │                  TransitionerSlide.cs
    │          │  │                  TransitionerSlideState.cs
    │          │  │                  TransitioningContent.cs
    │          │  │                  TransitioningContentBase.cs
    │          │  │                  
    │          │  ├─ShowMeTheXAML.1.0.12
    │          │  │  │  .signature.p7s
    │          │  │  │  ShowMeTheXAML.1.0.12.nupkg
    │          │  │  │  
    │          │  │  └─lib
    │          │  │      └─net45
    │          │  │              ShowMeTheXAML.dll
    │          │  │              
    │          │  └─ShowMeTheXAML.MSBuild.1.0.12
    │          │      │  .signature.p7s
    │          │      │  ShowMeTheXAML.MSBuild.1.0.12.nupkg
    │          │      │  ShowMeTheXAML.MSBuild.dll
    │          │      │  
    │          │      └─build
    │          │          └─net45
    │          │                  ShowMeTheXAML.MSBuild.targets
    │          │                  
    │          └─UIWindow
    │              │  App.config
    │              │  App.xaml
    │              │  App.xaml.cs
    │              │  AuthorInformation.xaml
    │              │  AuthorInformation.xaml.cs
    │              │  InterfaceWindow.xaml
    │              │  InterfaceWindow.xaml.cs
    │              │  MainWindow.xaml
    │              │  MainWindow.xaml.cs
    │              │  packages.config
    │              │  SetApp.xaml
    │              │  SetApp.xaml.cs
    │              │  snesdroid.ico
    │              │  UIWindow.csproj
    │              │  UploadVideo.xaml
    │              │  UploadVideo.xaml.cs
    │              │  
    │              ├─bin
    │              │  ├─Debug
    │              │  │  │  config.ini
    │              │  │  │  InteractionLayer.dll
    │              │  │  │  InteractionLayer.pdb
    │              │  │  │  IScript.dll
    │              │  │  │  IScript.pdb
    │              │  │  │  LdAdb.dll
    │              │  │  │  LdAdb.pdb
    │              │  │  │  MaterialDesignColors.dll
    │              │  │  │  MaterialDesignThemes.Wpf.dll
    │              │  │  │  MaterialDesignThemes.Wpf.pdb
    │              │  │  │  MaterialDesignThemes.Wpf.xml
    │              │  │  │  ShowMeTheXAML.dll
    │              │  │  │  UIWindow.exe
    │              │  │  │  UIWindow.exe.config
    │              │  │  │  UIWindow.pdb
    │              │  │  │  
    │              │  │  ├─adb
    │              │  │  │      adb.exe
    │              │  │  │      AdbWinApi.dll
    │              │  │  │      AdbWinUsbApi.dll
    │              │  │  │      
    │              │  │  ├─image
    │              │  │  └─ISrcipt
    │              │  └─Release
    │              │      │  config.ini
    │              │      │  InteractionLayer.dll
    │              │      │  InteractionLayer.pdb
    │              │      │  IScript.dll
    │              │      │  IScript.pdb
    │              │      │  LdAdb.dll
    │              │      │  LdAdb.pdb
    │              │      │  MaterialDesignColors.dll
    │              │      │  MaterialDesignThemes.Wpf.dll
    │              │      │  MaterialDesignThemes.Wpf.pdb
    │              │      │  MaterialDesignThemes.Wpf.xml
    │              │      │  ShowMeTheXAML.dll
    │              │      │  UIWindow.exe
    │              │      │  UIWindow.exe.config
    │              │      │  UIWindow.pdb
    │              │      │  
    │              │      ├─adb
    │              │      │      adb.exe
    │              │      │      AdbWinApi.dll
    │              │      │      AdbWinUsbApi.dll
    │              │      │      
    │              │      ├─image
    │              │      └─ISrcipt
    │              ├─Domain
    │              │      AnotherCommandImplementation.cs
    │              │      DemoItem.cs
    │              │      DialogsViewModel.cs
    │              │      NotEmptyValidationRule.cs
    │              │      NotifyPropertyChangedExtension.cs
    │              │      
    │              ├─obj
    │              │  ├─Debug
    │              │  │  │  App.g.cs
    │              │  │  │  App.g.i.cs
    │              │  │  │  AuthorInformation.g.cs
    │              │  │  │  AuthorInformation.g.i.cs
    │              │  │  │  DesignTimeResolveAssemblyReferencesInput.cache
    │              │  │  │  GeneratedInternalTypeHelper.g.i.cs
    │              │  │  │  IniSimulator.g.i.cs
    │              │  │  │  InterfaceWindow.g.cs
    │              │  │  │  InterfaceWindow.g.i.cs
    │              │  │  │  MainWindow.g.cs
    │              │  │  │  MainWindow.g.i.cs
    │              │  │  │  SetApp.g.cs
    │              │  │  │  SetApp.g.i.cs
    │              │  │  │  ShowMeTheXaml_XamlDictionary.g.cs
    │              │  │  │  TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
    │              │  │  │  TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
    │              │  │  │  TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
    │              │  │  │  UIWindow.csproj.CopyComplete
    │              │  │  │  UIWindow.csproj.CoreCompileInputs.cache
    │              │  │  │  UIWindow.csproj.FileListAbsolute.txt
    │              │  │  │  UIWindow.csproj.GenerateResource.cache
    │              │  │  │  UIWindow.csprojAssemblyReference.cache
    │              │  │  │  UIWindow.exe
    │              │  │  │  UIWindow.g.resources
    │              │  │  │  UIWindow.pdb
    │              │  │  │  UIWindow.Properties.Resources.resources
    │              │  │  │  UIWindow_Content.g.i.cs
    │              │  │  │  UIWindow_MarkupCompile.cache
    │              │  │  │  UIWindow_MarkupCompile.i.cache
    │              │  │  │  UIWindow_MarkupCompile.i.lref
    │              │  │  │  UIWindow_MarkupCompile.lref
    │              │  │  │  UploadVideo.g.cs
    │              │  │  │  UploadVideo.g.i.cs
    │              │  │  │  
    │              │  │  └─TempPE
    │              │  │          Properties.Resources.Designer.cs.dll
    │              │  │          
    │              │  └─Release
    │              │      │  App.g.cs
    │              │      │  App.g.i.cs
    │              │      │  AuthorInformation.g.cs
    │              │      │  AuthorInformation.g.i.cs
    │              │      │  DesignTimeResolveAssemblyReferencesInput.cache
    │              │      │  IniSimulator.g.i.cs
    │              │      │  InterfaceWindow.g.cs
    │              │      │  InterfaceWindow.g.i.cs
    │              │      │  MainWindow.g.cs
    │              │      │  MainWindow.g.i.cs
    │              │      │  SetApp.g.cs
    │              │      │  SetApp.g.i.cs
    │              │      │  ShowMeTheXaml_XamlDictionary.g.cs
    │              │      │  TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
    │              │      │  TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
    │              │      │  TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
    │              │      │  UIWindow.csproj.CopyComplete
    │              │      │  UIWindow.csproj.CoreCompileInputs.cache
    │              │      │  UIWindow.csproj.FileListAbsolute.txt
    │              │      │  UIWindow.csproj.GenerateResource.cache
    │              │      │  UIWindow.csprojAssemblyReference.cache
    │              │      │  UIWindow.exe
    │              │      │  UIWindow.g.resources
    │              │      │  UIWindow.pdb
    │              │      │  UIWindow.Properties.Resources.resources
    │              │      │  UIWindow_MarkupCompile.cache
    │              │      │  UIWindow_MarkupCompile.i.cache
    │              │      │  UIWindow_MarkupCompile.i.lref
    │              │      │  UIWindow_MarkupCompile.lref
    │              │      │  UploadVideo.g.cs
    │              │      │  UploadVideo.g.i.cs
    │              │      │  
    │              │      └─TempPE
    │              │              Properties.Resources.Designer.cs.dll
    │              │              
    │              ├─Properties
    │              │      AssemblyInfo.cs
    │              │      Resources.Designer.cs
    │              │      Resources.resx
    │              │      Settings.Designer.cs
    │              │      Settings.settings
    │              │      
    │              └─Resources
    │                      config.ico
    │                      HB.png
    │                      
    └─雷电模拟器中控
        │  插件式脚本开发框架.zip
        │  
        └─插件式脚本开发框架
            └─插件式脚本开发框架
                │  插件式脚本开发框架.sln
                │  
                ├─.vs
                │  └─插件式脚本开发框架
                │      └─v15
                │          └─Server
                │              └─sqlite3
                │                      db.lock
                │                      storage.ide
                │                      storage.ide-shm
                │                      storage.ide-wal
                │                      
                ├─InteractionLayer
                │  │  AsyncObservableCollection.cs
                │  │  IniSimulatorCommand.cs
                │  │  InteractionLayer.csproj
                │  │  InterfaceWindowCommand.cs
                │  │  MainWindowBinding.cs
                │  │  SetAPPCommand.cs
                │  │  Win32.cs
                │  │  
                │  ├─bin
                │  │  ├─Debug
                │  │  └─Release
                │  │          InteractionLayer.dll
                │  │          InteractionLayer.pdb
                │  │          IScript.dll
                │  │          IScript.pdb
                │  │          IScript.xml
                │  │          LdAdb.dll
                │  │          LdAdb.pdb
                │  │          
                │  ├─Common
                │  │      NotifyPropertyChanged.cs
                │  │      ViewModelBase.cs
                │  │      
                │  ├─Domain
                │  │      AnotherCommandImplementation.cs
                │  │      
                │  ├─Lists
                │  │      AndroidList.cs
                │  │      DllList.cs
                │  │      IdPasswordList.cs
                │  │      IniList.cs
                │  │      ObjectList.cs
                │  │      
                │  ├─obj
                │  │  ├─Debug
                │  │  │  │  DesignTimeResolveAssemblyReferences.cache
                │  │  │  │  DesignTimeResolveAssemblyReferencesInput.cache
                │  │  │  │  InteractionLayer.csproj.CoreCompileInputs.cache
                │  │  │  │  InteractionLayer.csprojAssemblyReference.cache
                │  │  │  │  TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
                │  │  │  │  TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
                │  │  │  │  TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
                │  │  │  │  
                │  │  │  └─TempPE
                │  │  └─Release
                │  │      │  DesignTimeResolveAssemblyReferencesInput.cache
                │  │      │  InteractionLayer.csproj.CopyComplete
                │  │      │  InteractionLayer.csproj.CoreCompileInputs.cache
                │  │      │  InteractionLayer.csproj.FileListAbsolute.txt
                │  │      │  InteractionLayer.csprojAssemblyReference.cache
                │  │      │  InteractionLayer.dll
                │  │      │  InteractionLayer.pdb
                │  │      │  TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
                │  │      │  TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
                │  │      │  TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
                │  │      │  
                │  │      └─TempPE
                │  └─Properties
                │          AssemblyInfo.cs
                │          
                ├─IScript
                │  │  IScript.csproj
                │  │  ISimulatorScript.cs
                │  │  IWindowCommand.cs
                │  │  
                │  ├─bin
                │  │  ├─Debug
                │  │  └─Release
                │  │          IScript.dll
                │  │          IScript.pdb
                │  │          
                │  ├─obj
                │  │  ├─Debug
                │  │  │  │  DesignTimeResolveAssemblyReferences.cache
                │  │  │  │  DesignTimeResolveAssemblyReferencesInput.cache
                │  │  │  │  IScript.csproj.CoreCompileInputs.cache
                │  │  │  │  IScript.csprojAssemblyReference.cache
                │  │  │  │  TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
                │  │  │  │  TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
                │  │  │  │  TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
                │  │  │  │  
                │  │  │  └─TempPE
                │  │  └─Release
                │  │      │  DesignTimeResolveAssemblyReferences.cache
                │  │      │  DesignTimeResolveAssemblyReferencesInput.cache
                │  │      │  IScript.csproj.CoreCompileInputs.cache
                │  │      │  IScript.csproj.FileListAbsolute.txt
                │  │      │  IScript.csprojAssemblyReference.cache
                │  │      │  IScript.dll
                │  │      │  IScript.pdb
                │  │      │  TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
                │  │      │  TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
                │  │      │  TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
                │  │      │  
                │  │      └─TempPE
                │  └─Properties
                │          AssemblyInfo.cs
                │          
                ├─LdAdb
                │  │  LdAdb.csproj
                │  │  LdCmd.cs
                │  │  
                │  ├─bin
                │  │  ├─Debug
                │  │  └─Release
                │  │          LdAdb.dll
                │  │          LdAdb.pdb
                │  │          
                │  ├─obj
                │  │  ├─Debug
                │  │  │  │  DesignTimeResolveAssemblyReferencesInput.cache
                │  │  │  │  LdAdb.csproj.CoreCompileInputs.cache
                │  │  │  │  LdAdb.csprojAssemblyReference.cache
                │  │  │  │  TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
                │  │  │  │  TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
                │  │  │  │  TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
                │  │  │  │  
                │  │  │  └─TempPE
                │  │  └─Release
                │  │      │  DesignTimeResolveAssemblyReferencesInput.cache
                │  │      │  LdAdb.csproj.CoreCompileInputs.cache
                │  │      │  LdAdb.csproj.FileListAbsolute.txt
                │  │      │  LdAdb.csprojAssemblyReference.cache
                │  │      │  LdAdb.dll
                │  │      │  LdAdb.pdb
                │  │      │  TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
                │  │      │  TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
                │  │      │  TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
                │  │      │  
                │  │      └─TempPE
                │  └─Properties
                │          AssemblyInfo.cs
                │          
                ├─packages
                │  ├─MaterialDesignColors.1.1.1
                │  │  │  .signature.p7s
                │  │  │  MaterialDesignColors.1.1.1.nupkg
                │  │  │  
                │  │  └─lib
                │  │      └─net45
                │  │              MaterialDesignColors.dll
                │  │              
                │  ├─MaterialDesignThemes.2.5.0.1205
                │  │  │  .signature.p7s
                │  │  │  MaterialDesignThemes.2.5.0.1205.nupkg
                │  │  │  
                │  │  ├─lib
                │  │  │  └─net45
                │  │  │          MaterialDesignThemes.Wpf.dll
                │  │  │          MaterialDesignThemes.Wpf.pdb
                │  │  │          MaterialDesignThemes.Wpf.XML
                │  │  │          
                │  │  └─src
                │  │      └─net45
                │  │          │  Badged.cs
                │  │          │  BaseTheme.cs
                │  │          │  ButtonProgressAssist.cs
                │  │          │  Card.cs
                │  │          │  Chip.cs
                │  │          │  Clock.cs
                │  │          │  ClockChoiceMadeEventArgs.cs
                │  │          │  ClockItemButton.cs
                │  │          │  ColorZone.cs
                │  │          │  ColorZoneAssist.cs
                │  │          │  ComboBoxAssist.cs
                │  │          │  ComboBoxPopup.cs
                │  │          │  CustomPopupPlacementCallbackHelper.cs
                │  │          │  DataGridAssist.cs
                │  │          │  DateTimeEx.cs
                │  │          │  DialogClosingEventArgs.cs
                │  │          │  DialogClosingEventHandler.cs
                │  │          │  DialogHost.cs
                │  │          │  DialogHostEx.cs
                │  │          │  DialogOpenedEventArgs.cs
                │  │          │  DialogOpenedEventHandler.cs
                │  │          │  DialogSession.cs
                │  │          │  DpiHelper.cs
                │  │          │  DrawerHost.cs
                │  │          │  Extensions.cs
                │  │          │  Flipper.cs
                │  │          │  HintAssist.cs
                │  │          │  HintProxyFabric.ComboBox.cs
                │  │          │  HintProxyFabric.cs
                │  │          │  HintProxyFabric.PasswordBox.cs
                │  │          │  HintProxyFabric.TextBox.cs
                │  │          │  Icon.cs
                │  │          │  IconType.cs
                │  │          │  IHintProxy.cs
                │  │          │  ISnackbarMessageQueue.cs
                │  │          │  ListBoxAssist.cs
                │  │          │  ListSortDirectionIndicator.cs
                │  │          │  ListViewAssist.cs
                │  │          │  MaterialDataGridComboBoxColumn.cs
                │  │          │  MaterialDataGridTextColumn.cs
                │  │          │  MaterialDateDisplay.cs
                │  │          │  MessageQueueExtension.cs
                │  │          │  PackIcon.cs
                │  │          │  PackIconDataFactory.cs
                │  │          │  PackIconExtension.cs
                │  │          │  PackIconKind.cs
                │  │          │  Palette.cs
                │  │          │  PaletteHelper.cs
                │  │          │  Plane3D.cs
                │  │          │  PopupBox.cs
                │  │          │  RatingBar.cs
                │  │          │  RatingBarButton.cs
                │  │          │  Ripple.cs
                │  │          │  RippleAssist.cs
                │  │          │  ScaleHost.cs
                │  │          │  Screen.cs
                │  │          │  ScrollViewerAssist.cs
                │  │          │  ShadowAssist.cs
                │  │          │  SmartHint.cs
                │  │          │  Snackbar.cs
                │  │          │  SnackbarMessage.cs
                │  │          │  SnackbarMessageEventArgs.cs
                │  │          │  SnackbarMessageQueue.cs
                │  │          │  SnackbarMessageQueueItem.cs
                │  │          │  Spelling.cs
                │  │          │  StringExtensions.cs
                │  │          │  TextFieldAssist.cs
                │  │          │  ThemeAssist.cs
                │  │          │  TimePicker.cs
                │  │          │  ToggleButtonAssist.cs
                │  │          │  ToolTipAssist.cs
                │  │          │  TreeHelper.cs
                │  │          │  TreeViewAssist.cs
                │  │          │  Underline.cs
                │  │          │  ValidationAssist.cs
                │  │          │  
                │  │          ├─Converters
                │  │          │  │  BooleanToVisibilityConverter.cs
                │  │          │  │  BrushRoundConverter.cs
                │  │          │  │  BrushToRadialGradientBrushConverter.cs
                │  │          │  │  CalendarDateCoalesceConverter.cs
                │  │          │  │  ClockItemIsCheckedConverter.cs
                │  │          │  │  ClockLineConverter.cs
                │  │          │  │  DrawerOffsetConverter.cs
                │  │          │  │  EqualityToVisibilityConverter.cs
                │  │          │  │  HintProxyFabricConverter.cs
                │  │          │  │  ListViewItemContainerStyleConverter.cs
                │  │          │  │  MathConverter.cs
                │  │          │  │  MathMultipleConverter.cs
                │  │          │  │  NotConverter.cs
                │  │          │  │  NotZeroConverter.cs
                │  │          │  │  NotZeroToVisibilityConverter.cs
                │  │          │  │  NullableDateTimeToCurrentDateConverter.cs
                │  │          │  │  NullToVisibilityConverter.cs
                │  │          │  │  PointValueConverter.cs
                │  │          │  │  RangeLengthConverter.cs
                │  │          │  │  RangePositionConverterConverter.cs
                │  │          │  │  ShadowConverter.cs
                │  │          │  │  ShadowEdgeConverter.cs
                │  │          │  │  ShadowInfo.cs
                │  │          │  │  SizeToRectConverter.cs
                │  │          │  │  SnackbarMessageTypeConverter.cs
                │  │          │  │  TextFieldHintVisibilityConverter.cs
                │  │          │  │  TimeToVisibilityConverter.cs
                │  │          │  │  
                │  │          │  └─CircularProgressBar
                │  │          │          ArcEndPointConverter.cs
                │  │          │          ArcSizeConverter.cs
                │  │          │          LargeArcConverter.cs
                │  │          │          LocalEx.cs
                │  │          │          RotateTransformCentreConverter.cs
                │  │          │          RotateTransformConverter.cs
                │  │          │          StartPointConverter.cs
                │  │          │          
                │  │          ├─obj
                │  │          │  └─AppVeyor
                │  │          │          GeneratedInternalTypeHelper.g.cs
                │  │          │          
                │  │          ├─Properties
                │  │          │      AssemblyInfo.cs
                │  │          │      Resources.Designer.cs
                │  │          │      Settings.Designer.cs
                │  │          │      
                │  │          └─Transitions
                │  │                  CircleWipe.cs
                │  │                  FadeWipe.cs
                │  │                  IndexedItemOffsetMultiplierExtension.cs
                │  │                  ITransitionEffect.cs
                │  │                  ITransitionEffectSubject.cs
                │  │                  ITransitionWipe.cs
                │  │                  IZIndexController.cs
                │  │                  SlideDirection.cs
                │  │                  SlideOutWipe.cs
                │  │                  SlideWipe.cs
                │  │                  TransitionAssist.cs
                │  │                  TransitionEffect.cs
                │  │                  TransitionEffectBase.cs
                │  │                  TransitionEffectExtension.cs
                │  │                  TransitionEffectKind.cs
                │  │                  TransitionEffectTypeConverter.cs
                │  │                  Transitioner.cs
                │  │                  TransitionerSlide.cs
                │  │                  TransitionerSlideState.cs
                │  │                  TransitioningContent.cs
                │  │                  TransitioningContentBase.cs
                │  │                  
                │  ├─ShowMeTheXAML.1.0.12
                │  │  │  .signature.p7s
                │  │  │  ShowMeTheXAML.1.0.12.nupkg
                │  │  │  
                │  │  └─lib
                │  │      └─net45
                │  │              ShowMeTheXAML.dll
                │  │              
                │  └─ShowMeTheXAML.MSBuild.1.0.12
                │      │  .signature.p7s
                │      │  ShowMeTheXAML.MSBuild.1.0.12.nupkg
                │      │  ShowMeTheXAML.MSBuild.dll
                │      │  
                │      └─build
                │          └─net45
                │                  ShowMeTheXAML.MSBuild.targets
                │                  
                └─UIWindow
                    │  App.config
                    │  App.xaml
                    │  App.xaml.cs
                    │  AuthorInformation.xaml
                    │  AuthorInformation.xaml.cs
                    │  IniSimulator.xaml
                    │  IniSimulator.xaml.cs
                    │  InterfaceWindow.xaml
                    │  InterfaceWindow.xaml.cs
                    │  MainWindow.xaml
                    │  MainWindow.xaml.cs
                    │  packages.config
                    │  SetApp.xaml
                    │  SetApp.xaml.cs
                    │  snesdroid.ico
                    │  UIWindow.csproj
                    │  
                    ├─bin
                    │  ├─Debug
                    │  │  │  config.ini
                    │  │  │  
                    │  │  └─ISrcipt
                    │  │          LuciferConfig.ini
                    │  │          WhatWatch.Lucifer.dll
                    │  │          
                    │  └─Release
                    │      │  .net框架中控【1.0.8.0】.exe
                    │      │  config.ini
                    │      │  InteractionLayer.dll
                    │      │  IScript.dll
                    │      │  IScript.xml
                    │      │  LdAdb.dll
                    │      │  MaterialDesignColors.dll
                    │      │  MaterialDesignThemes.Wpf.dll
                    │      │  ShowMeTheXAML.dll
                    │      │  中控【1.0.8.0】.zip
                    │      │  
                    │      └─ISrcipt
                    │              LuciferConfig.ini
                    │              Test.Lucifer.dll
                    │              WhatWatch.Lucifer.dll
                    │              
                    ├─Domain
                    │      AnotherCommandImplementation.cs
                    │      DemoItem.cs
                    │      DialogsViewModel.cs
                    │      NotEmptyValidationRule.cs
                    │      NotifyPropertyChangedExtension.cs
                    │      
                    ├─obj
                    │  ├─Debug
                    │  │  │  App.g.cs
                    │  │  │  App.g.i.cs
                    │  │  │  AuthorInformation.g.cs
                    │  │  │  AuthorInformation.g.i.cs
                    │  │  │  DesignTimeResolveAssemblyReferencesInput.cache
                    │  │  │  GeneratedInternalTypeHelper.g.i.cs
                    │  │  │  IniSimulator.g.cs
                    │  │  │  IniSimulator.g.i.cs
                    │  │  │  InterfaceWindow.g.cs
                    │  │  │  InterfaceWindow.g.i.cs
                    │  │  │  MainWindow.g.cs
                    │  │  │  MainWindow.g.i.cs
                    │  │  │  SetApp.g.cs
                    │  │  │  SetApp.g.i.cs
                    │  │  │  ShowMeTheXaml_XamlDictionary.g.cs
                    │  │  │  TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
                    │  │  │  TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
                    │  │  │  TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
                    │  │  │  UIWindow.csproj.CoreCompileInputs.cache
                    │  │  │  UIWindow.csprojAssemblyReference.cache
                    │  │  │  UIWindow_Content.g.i.cs
                    │  │  │  UIWindow_MarkupCompile.cache
                    │  │  │  UIWindow_MarkupCompile.i.cache
                    │  │  │  UIWindow_MarkupCompile.lref
                    │  │  │  
                    │  │  └─TempPE
                    │  │          Properties.Resources.Designer.cs.dll
                    │  │          
                    │  └─Release
                    │      │  App.g.cs
                    │      │  App.g.i.cs
                    │      │  AuthorInformation.g.cs
                    │      │  AuthorInformation.g.i.cs
                    │      │  DesignTimeResolveAssemblyReferencesInput.cache
                    │      │  IniSimulator.g.cs
                    │      │  IniSimulator.g.i.cs
                    │      │  InterfaceWindow.g.cs
                    │      │  InterfaceWindow.g.i.cs
                    │      │  MainWindow.g.cs
                    │      │  MainWindow.g.i.cs
                    │      │  SetApp.g.cs
                    │      │  SetApp.g.i.cs
                    │      │  ShowMeTheXaml_XamlDictionary.g.cs
                    │      │  TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
                    │      │  TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
                    │      │  TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
                    │      │  UIWindow.csproj.CopyComplete
                    │      │  UIWindow.csproj.CoreCompileInputs.cache
                    │      │  UIWindow.csproj.FileListAbsolute.txt
                    │      │  UIWindow.csproj.GenerateResource.cache
                    │      │  UIWindow.csprojAssemblyReference.cache
                    │      │  UIWindow.exe
                    │      │  UIWindow.g.resources
                    │      │  UIWindow.pdb
                    │      │  UIWindow.Properties.Resources.resources
                    │      │  UIWindow_MarkupCompile.cache
                    │      │  UIWindow_MarkupCompile.i.cache
                    │      │  UIWindow_MarkupCompile.lref
                    │      │  
                    │      └─TempPE
                    │              Properties.Resources.Designer.cs.dll
                    │              
                    ├─Properties
                    │      AssemblyInfo.cs
                    │      Resources.Designer.cs
                    │      Resources.resx
                    │      Settings.Designer.cs
                    │      Settings.settings
                    │      
                    └─Resources
                            config.ico
                            HB.png
                            


实例下载地址

C#雷电中控与手机同步器开源,android模拟器

不能下载?内容有错? 点击这里报错 + 投诉 + 提问

好例子网口号:伸出你的我的手 — 分享

网友评论

第 1 楼 eemma2018 发表于: 2024-04-13 16:58 34
怎么用啊

支持(0) 盖楼(回复)

发表评论

(您的评论需要经过审核才能显示)

查看所有1条评论>>

小贴士

感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。

  • 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
  • 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
  • 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
  • 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。

关于好例子网

本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明

;
报警