实例介绍
在国外网站上找到的超级棒的源码,有3D翻书效果,窗帘效果,开窗效果,图片墙等,提供源码,包君满意
【实例截图】
【核心代码】
wpfbagotricks
└── wpfbagotricks
├── binaries
│ ├── J832.Common.dll
│ └── J832.Wpf.BagOTricksLib.dll
├── Readme_2008-03-08.txt
└── source
├── Backup
│ ├── J832.Common
│ │ ├── ActionOnDispose.cs
│ │ ├── CastList.cs
│ │ ├── DBUtil.cs
│ │ ├── Extensions.cs
│ │ ├── J832.Common.csproj
│ │ ├── ListBase.cs
│ │ ├── LockHelper.cs
│ │ ├── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── ReaderWriterLockHelper.cs
│ │ ├── Util.cs
│ │ └── WriteOnce.cs
│ ├── J832.Wpf.BagOTricksApp
│ │ ├── AnimatingTilePanel
│ │ │ ├── AnimatingTilePanelPage.xaml
│ │ │ └── AnimatingTilePanelPage.xaml.cs
│ │ ├── App.xaml
│ │ ├── BlockBar
│ │ │ └── BlockBarPage.xaml
│ │ ├── Code.cs
│ │ ├── ColorPicker
│ │ │ ├── Code.cs
│ │ │ └── ColorPickerPage.xaml
│ │ ├── DateControls
│ │ │ └── DateControlsPage.xaml
│ │ ├── FlipTile3D
│ │ │ ├── FlipTile3D.cs
│ │ │ ├── FlipTile3DPage.xaml
│ │ │ └── TileData.cs
│ │ ├── FolderPicker
│ │ │ ├── Data.cs
│ │ │ └── FolderPickerPage.xaml
│ │ ├── Graph
│ │ │ ├── GraphPage.xaml
│ │ │ ├── GraphPage.xaml.cs
│ │ │ └── NodeClasses.cs
│ │ ├── Hex
│ │ │ ├── Hexagon.cs
│ │ │ ├── HexBoardElement.cs
│ │ │ ├── HexHelper.cs
│ │ │ ├── HexPage.xaml
│ │ │ └── HexStuff.cs
│ │ ├── InfoTextBox
│ │ │ └── InfoTextBoxPage.xaml
│ │ ├── Interactive3D
│ │ │ ├── Interactive3DPage.xaml
│ │ │ └── Interactive3DPage.xaml.cs
│ │ ├── IntroductionPage.xaml
│ │ ├── IntroductionPage.xaml.cs
│ │ ├── J832.Wpf.BagOTricksApp.csproj
│ │ ├── KevinButton
│ │ │ └── KevinButtonPage.xaml
│ │ ├── ListPager
│ │ │ ├── ListPagerPage.xaml
│ │ │ └── ListPagerPage.xaml.cs
│ │ ├── MainPage.xaml
│ │ ├── MainPage.xaml.cs
│ │ ├── MineSweeper
│ │ │ ├── MineFieldElement.cs
│ │ │ ├── MineSweeper.cs
│ │ │ ├── MineSweeperPage.xaml
│ │ │ └── MineSweeperPage.xaml.cs
│ │ ├── NotifyWorker
│ │ │ ├── NotifyWorkerPage.xaml
│ │ │ └── NotifyWorkerPage.xaml.cs
│ │ ├── NumericUpDown
│ │ │ └── NumericUpDownPage.xaml
│ │ ├── RadioButtonList
│ │ │ └── RadioButtonListPage.xaml
│ │ ├── Reveal
│ │ │ └── RevealPage.xaml
│ │ ├── Set
│ │ │ ├── SetBoardElement.cs
│ │ │ ├── SetCardDrawingFactory.cs
│ │ │ ├── Set.cs
│ │ │ ├── SetPage.xaml
│ │ │ └── SetPage.xaml.cs
│ │ ├── TransitionPresenter
│ │ │ ├── TransitionPresenterPage.xaml
│ │ │ └── TransitionPresenterPage.xaml.cs
│ │ ├── TreeMapPanel
│ │ │ └── TreeMapPanelPage.xaml
│ │ ├── TreeViewDoubleClick
│ │ │ ├── TreeViewDoubleClickPage.xaml
│ │ │ └── TreeViewDoubleClickPage.xaml.cs
│ │ ├── TreeViewHelperClasses
│ │ │ ├── DataTree.cs
│ │ │ ├── TreeViewHelperPage.xaml
│ │ │ └── TreeViewHelperPage.xaml.cs
│ │ ├── VisualTreeViewer
│ │ │ ├── VisualTreeItem.cs
│ │ │ ├── VisualTreeViewerPage.xaml
│ │ │ └── VisualTreeViewerPage.xaml.cs
│ │ ├── VSCopyToHtml
│ │ │ ├── VSCopyToHtmlPage.xaml
│ │ │ └── VSCopyToHtmlPage.xaml.cs
│ │ ├── XAMLTShirt
│ │ │ └── shirt.xaml
│ │ └── Zap
│ │ ├── ZapPage.xaml
│ │ └── ZapPage.xaml.cs
│ ├── J832.Wpf.BagOTricksLibrary
│ │ ├── ActionICommand.cs
│ │ ├── AnimatingTilePanel
│ │ │ └── AnimatingTilePanel.cs
│ │ ├── BlockBar
│ │ │ ├── BlockBar.cs
│ │ │ ├── CircleBlockBar.cs
│ │ │ └── RectBlockBar.cs
│ │ ├── ColorPicker
│ │ │ └── ColorPicker.cs
│ │ ├── CompositionTargetRenderingListening.cs
│ │ ├── DatePicker
│ │ │ ├── DatePicker.cs
│ │ │ ├── DatePickerHelper.cs
│ │ │ ├── DateTimeValueConverter.cs
│ │ │ └── InvalidEntryEventArgs.cs
│ │ ├── DemoCollection.cs
│ │ ├── Graph
│ │ │ └── Graph.cs
│ │ ├── HueConverter.cs
│ │ ├── InfoTextBox
│ │ │ └── InfoTextBox.cs
│ │ ├── J832.Wpf.BagOTricksLib.csproj
│ │ ├── ListPager
│ │ │ ├── ListPager.cs
│ │ │ └── UIListPager.cs
│ │ ├── MonthCalendar
│ │ │ ├── CalendarDataGenerator.cs
│ │ │ ├── CalendarDate.cs
│ │ │ ├── Converters.cs
│ │ │ ├── DateSelectionChangedEventArgs.cs
│ │ │ ├── MonthCalendarContainer.cs
│ │ │ ├── MonthCalendar.cs
│ │ │ ├── MonthCalendarDayHeaderWeekNumber.cs
│ │ │ ├── MonthCalendarHelper.cs
│ │ │ ├── MonthCalendarItem.cs
│ │ │ └── MonthCalendarTitle.cs
│ │ ├── NotifyWorker.cs
│ │ ├── NumericUpDown
│ │ │ └── NumericUpDown.cs
│ │ ├── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── Reveal
│ │ │ ├── HorizontalRevealMode.cs
│ │ │ ├── Reveal.cs
│ │ │ └── VerticalRevealMode.cs
│ │ ├── RoundDoubleConverter.cs
│ │ ├── Themes
│ │ │ ├── ColorPicker.generic.xaml
│ │ │ ├── DateControls.generic.xaml
│ │ │ ├── generic.xaml
│ │ │ ├── InfoTextBox.generic.xaml
│ │ │ ├── Luna.NormalColor.xaml
│ │ │ └── Zap.Generic.xaml
│ │ ├── Transition3D.cs
│ │ ├── TransitionPresenter
│ │ │ ├── ClothTransition.cs
│ │ │ ├── DoorTransition.cs
│ │ │ ├── ExplosionTransition.cs
│ │ │ ├── FadeTransition.cs
│ │ │ ├── FlipTransition.cs
│ │ │ ├── PageTransition.cs
│ │ │ ├── RotateTransition.cs
│ │ │ ├── StoryboardTransition.cs
│ │ │ ├── Transition3D.cs
│ │ │ ├── Transition.cs
│ │ │ ├── TransitionElement.cs
│ │ │ ├── TransitionSelector.cs
│ │ │ ├── TranslateTransition.cs
│ │ │ └── TwoWayTransitionSelector.cs
│ │ ├── TreeMap3D.cs
│ │ ├── TreeMap3DUserControl.xaml
│ │ ├── TreeMap3DUserControl.xaml.cs
│ │ ├── TreeMapPanel
│ │ │ └── TreeMapPanel.cs
│ │ ├── TreeViewHelperClasses
│ │ │ ├── TreeViewDataItem.cs
│ │ │ └── TreeViewHelper.cs
│ │ ├── WpfUtil.cs
│ │ ├── WrapperElement.cs
│ │ └── Zap
│ │ ├── ZapCommandItem.cs
│ │ ├── ZapDecorator.cs
│ │ ├── ZapPanel.cs
│ │ └── ZapScroller.cs
│ ├── WpfApplication1
│ │ ├── App.xaml
│ │ ├── App.xaml.cs
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── Window1.xaml
│ │ ├── Window1.xaml.cs
│ │ └── WpfApplication1.csproj
│ ├── WPFBagOTricks.sln
│ └── WPFBagOTricks.suo
├── J832.Common
│ ├── ActionOnDispose.cs
│ ├── bin
│ │ └── Debug
│ │ ├── J832.Common.dll
│ │ ├── J832.Common.pdb
│ │ └── J832.Common.xml
│ ├── CastList.cs
│ ├── DBUtil.cs
│ ├── Extensions.cs
│ ├── J832.Common.csproj
│ ├── J832.Common.csproj.user
│ ├── ListBase.cs
│ ├── LockHelper.cs
│ ├── obj
│ │ └── Debug
│ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ ├── J832.Common.csproj.FileListAbsolute.txt
│ │ ├── J832.Common.dll
│ │ └── J832.Common.pdb
│ ├── Properties
│ │ └── AssemblyInfo.cs
│ ├── ReaderWriterLockHelper.cs
│ ├── Util.cs
│ └── WriteOnce.cs
├── J832.Wpf.BagOTricksApp
│ ├── AnimatingTilePanel
│ │ ├── AnimatingTilePanelPage.xaml
│ │ └── AnimatingTilePanelPage.xaml.cs
│ ├── App.xaml
│ ├── bin
│ │ └── Debug
│ │ ├── J832.Common.dll
│ │ ├── J832.Common.pdb
│ │ ├── J832.Common.xml
│ │ ├── J832.Wpf.BagOTricksApp.exe
│ │ ├── J832.Wpf.BagOTricksApp.pdb
│ │ ├── J832.Wpf.BagOTricksApp.vshost.exe
│ │ ├── J832.Wpf.BagOTricksApp.vshost.exe.manifest
│ │ ├── J832.Wpf.BagOTricksLib.dll
│ │ └── J832.Wpf.BagOTricksLib.pdb
│ ├── BlockBar
│ │ └── BlockBarPage.xaml
│ ├── Code.cs
│ ├── ColorPicker
│ │ ├── Code.cs
│ │ └── ColorPickerPage.xaml
│ ├── DateControls
│ │ └── DateControlsPage.xaml
│ ├── FlipTile3D
│ │ ├── FlipTile3D.cs
│ │ ├── FlipTile3DPage.xaml
│ │ └── TileData.cs
│ ├── FolderPicker
│ │ ├── Data.cs
│ │ ├── drive.png
│ │ └── FolderPickerPage.xaml
│ ├── Graph
│ │ ├── GraphPage.xaml
│ │ ├── GraphPage.xaml.cs
│ │ └── NodeClasses.cs
│ ├── Hex
│ │ ├── Hexagon.cs
│ │ ├── HexBoardElement.cs
│ │ ├── HexHelper.cs
│ │ ├── HexPage.xaml
│ │ ├── HexPage.xaml.cs
│ │ └── HexStuff.cs
│ ├── InfoTextBox
│ │ └── InfoTextBoxPage.xaml
│ ├── Interactive3D
│ │ ├── Interactive3DPage.xaml
│ │ └── Interactive3DPage.xaml.cs
│ ├── IntroductionPage.xaml
│ ├── IntroductionPage.xaml.cs
│ ├── J832.Wpf.BagOTricksApp.csproj
│ ├── J832.Wpf.BagOTricksApp.csproj.user
│ ├── KevinButton
│ │ ├── disabled.jpg
│ │ ├── down.jpg
│ │ ├── downleft.jpg
│ │ ├── downright.jpg
│ │ ├── KevinButtonPage.xaml
│ │ ├── left.jpg
│ │ ├── middle.jpg
│ │ ├── normal.jpg
│ │ ├── pressed.jpg
│ │ ├── right.jpg
│ │ ├── up.jpg
│ │ ├── upleft.jpg
│ │ └── upright.jpg
│ ├── ListPager
│ │ ├── ListPagerPage.xaml
│ │ └── ListPagerPage.xaml.cs
│ ├── MainPage.xaml
│ ├── MainPage.xaml.cs
│ ├── MineSweeper
│ │ ├── MineFieldElement.cs
│ │ ├── MineSweeper.cs
│ │ ├── MineSweeperPage.xaml
│ │ └── MineSweeperPage.xaml.cs
│ ├── NotifyWorker
│ │ ├── NotifyWorkerPage.xaml
│ │ └── NotifyWorkerPage.xaml.cs
│ ├── NumericUpDown
│ │ └── NumericUpDownPage.xaml
│ ├── obj
│ │ └── Debug
│ │ ├── AnimatingTilePanel
│ │ │ ├── AnimatingTilePanelPage.baml
│ │ │ └── AnimatingTilePanelPage.g.cs
│ │ ├── App.baml
│ │ ├── App.g.cs
│ │ ├── BlockBar
│ │ │ └── BlockBarPage.baml
│ │ ├── ColorPicker
│ │ │ └── ColorPickerPage.baml
│ │ ├── DateControls
│ │ │ └── DateControlsPage.baml
│ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ ├── FlipTile3D
│ │ │ └── FlipTile3DPage.baml
│ │ ├── FolderPicker
│ │ │ ├── FolderPickerPage.baml
│ │ │ └── FolderPickerPage.g.cs
│ │ ├── GeneratedInternalTypeHelper.g.cs
│ │ ├── Graph
│ │ │ ├── GraphPage.baml
│ │ │ └── GraphPage.g.cs
│ │ ├── Hex
│ │ │ └── HexPage.baml
│ │ ├── InfoTextBox
│ │ │ └── InfoTextBoxPage.baml
│ │ ├── Interactive3D
│ │ │ ├── Interactive3DPage.baml
│ │ │ └── Interactive3DPage.g.cs
│ │ ├── IntroductionPage.baml
│ │ ├── IntroductionPage.g.cs
│ │ ├── J832.Wpf.BagOTricksApp.csproj.FileListAbsolute.txt
│ │ ├── J832.Wpf.BagOTricksApp.exe
│ │ ├── J832.Wpf.BagOTricksApp.g.resources
│ │ ├── J832.Wpf.BagOTricksApp_MarkupCompile.cache
│ │ ├── J832.Wpf.BagOTricksApp_MarkupCompile.lref
│ │ ├── J832.Wpf.BagOTricksApp.pdb
│ │ ├── KevinButton
│ │ │ └── KevinButtonPage.baml
│ │ ├── ListPager
│ │ │ ├── ListPagerPage.baml
│ │ │ └── ListPagerPage.g.cs
│ │ ├── MainPage.baml
│ │ ├── MainPage.g.cs
│ │ ├── MineSweeper
│ │ │ ├── MineSweeperPage.baml
│ │ │ └── MineSweeperPage.g.cs
│ │ ├── NotifyWorker
│ │ │ ├── NotifyWorkerPage.baml
│ │ │ └── NotifyWorkerPage.g.cs
│ │ ├── NumericUpDown
│ │ │ └── NumericUpDownPage.baml
│ │ ├── RadioButtonList
│ │ │ └── RadioButtonListPage.baml
│ │ ├── ResolveAssemblyReference.cache
│ │ ├── Reveal
│ │ │ └── RevealPage.baml
│ │ ├── Set
│ │ │ ├── SetPage.baml
│ │ │ └── SetPage.g.cs
│ │ ├── TransitionPresenter
│ │ │ ├── TransitionPresenterPage.baml
│ │ │ └── TransitionPresenterPage.g.cs
│ │ ├── TreeMapPanel
│ │ │ └── TreeMapPanelPage.baml
│ │ ├── TreeViewDoubleClick
│ │ │ ├── TreeViewDoubleClickPage.baml
│ │ │ └── TreeViewDoubleClickPage.g.cs
│ │ ├── TreeViewHelperClasses
│ │ │ ├── TreeViewHelperPage.baml
│ │ │ └── TreeViewHelperPage.g.cs
│ │ ├── VisualTreeViewer
│ │ │ ├── VisualTreeViewerPage.baml
│ │ │ └── VisualTreeViewerPage.g.cs
│ │ ├── VSCopyToHtml
│ │ │ ├── VSCopyToHtmlPage.baml
│ │ │ └── VSCopyToHtmlPage.g.cs
│ │ ├── XAMLTShirt
│ │ │ └── shirt.baml
│ │ └── Zap
│ │ ├── ZapPage.baml
│ │ └── ZapPage.g.cs
│ ├── RadioButtonList
│ │ └── RadioButtonListPage.xaml
│ ├── Reveal
│ │ └── RevealPage.xaml
│ ├── Set
│ │ ├── SetBoardElement.cs
│ │ ├── SetCardDrawingFactory.cs
│ │ ├── Set.cs
│ │ ├── SetPage.xaml
│ │ └── SetPage.xaml.cs
│ ├── TableOfContents.xml
│ ├── TransitionPresenter
│ │ ├── star.png
│ │ ├── TransitionPresenterPage.xaml
│ │ └── TransitionPresenterPage.xaml.cs
│ ├── TreeMapPanel
│ │ └── TreeMapPanelPage.xaml
│ ├── TreeViewDoubleClick
│ │ ├── TreeViewDoubleClickPage.xaml
│ │ └── TreeViewDoubleClickPage.xaml.cs
│ ├── TreeViewHelperClasses
│ │ ├── DataTree.cs
│ │ ├── TreeViewHelperPage.xaml
│ │ └── TreeViewHelperPage.xaml.cs
│ ├── VisualTreeViewer
│ │ ├── VisualTreeItem.cs
│ │ ├── VisualTreeViewerPage.xaml
│ │ └── VisualTreeViewerPage.xaml.cs
│ ├── VSCopyToHtml
│ │ ├── VSCopyToHtmlPage.xaml
│ │ └── VSCopyToHtmlPage.xaml.cs
│ ├── XAMLTShirt
│ │ └── shirt.xaml
│ └── Zap
│ ├── ZapPage.xaml
│ └── ZapPage.xaml.cs
├── J832.Wpf.BagOTricksLibrary
│ ├── ActionICommand.cs
│ ├── AnimatingTilePanel
│ │ └── AnimatingTilePanel.cs
│ ├── bin
│ │ └── Debug
│ │ ├── J832.Common.dll
│ │ ├── J832.Common.pdb
│ │ ├── J832.Common.xml
│ │ ├── J832.Wpf.BagOTricksLib.dll
│ │ └── J832.Wpf.BagOTricksLib.pdb
│ ├── BlockBar
│ │ ├── BlockBar.cs
│ │ ├── CircleBlockBar.cs
│ │ └── RectBlockBar.cs
│ ├── ColorPicker
│ │ └── ColorPicker.cs
│ ├── CompositionTargetRenderingListening.cs
│ ├── DatePicker
│ │ ├── DatePicker.cs
│ │ ├── DatePickerHelper.cs
│ │ ├── DateTimeValueConverter.cs
│ │ └── InvalidEntryEventArgs.cs
│ ├── DemoCollection.cs
│ ├── Graph
│ │ └── Graph.cs
│ ├── HueConverter.cs
│ ├── InfoTextBox
│ │ └── InfoTextBox.cs
│ ├── J832.Wpf.BagOTricksLib.csproj
│ ├── J832.Wpf.BagOTricksLib.csproj.user
│ ├── ListPager
│ │ ├── ListPager.cs
│ │ └── UIListPager.cs
│ ├── MonthCalendar
│ │ ├── CalendarDataGenerator.cs
│ │ ├── CalendarDate.cs
│ │ ├── Converters.cs
│ │ ├── DateSelectionChangedEventArgs.cs
│ │ ├── MonthCalendarContainer.cs
│ │ ├── MonthCalendar.cs
│ │ ├── MonthCalendarDayHeaderWeekNumber.cs
│ │ ├── MonthCalendarHelper.cs
│ │ ├── MonthCalendarItem.cs
│ │ ├── MonthCalendarTitle.cs
│ │ └── OneMonthCalendarSample - posted on 2006-06-28.zip
│ ├── NotifyWorker.cs
│ ├── NumericUpDown
│ │ └── NumericUpDown.cs
│ ├── obj
│ │ └── Debug
│ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ ├── GeneratedInternalTypeHelper.g.cs
│ │ ├── J832.Wpf.BagOTricksLib.csproj.FileListAbsolute.txt
│ │ ├── J832.Wpf.BagOTricksLib.dll
│ │ ├── J832.Wpf.BagOTricksLib.g.resources
│ │ ├── J832.Wpf.BagOTricksLib_MarkupCompile.cache
│ │ ├── J832.Wpf.BagOTricksLib_MarkupCompile.lref
│ │ ├── J832.Wpf.BagOTricksLib.pdb
│ │ ├── ResolveAssemblyReference.cache
│ │ ├── Themes
│ │ │ ├── ColorPicker.generic.baml
│ │ │ ├── DateControls.generic.baml
│ │ │ ├── generic.baml
│ │ │ ├── InfoTextBox.generic.baml
│ │ │ ├── Luna.NormalColor.baml
│ │ │ └── Zap.Generic.baml
│ │ ├── TreeMap3DUserControl.baml
│ │ └── TreeMap3DUserControl.g.cs
│ ├── Properties
│ │ └── AssemblyInfo.cs
│ ├── Reveal
│ │ ├── HorizontalRevealMode.cs
│ │ ├── Reveal.cs
│ │ └── VerticalRevealMode.cs
│ ├── RoundDoubleConverter.cs
│ ├── themes
│ │ ├── ColorPicker.generic.xaml
│ │ ├── DateControls.generic.xaml
│ │ ├── generic.xaml
│ │ ├── InfoTextBox.generic.xaml
│ │ ├── Luna.NormalColor.xaml
│ │ └── Zap.Generic.xaml
│ ├── Transition3D.cs
│ ├── TransitionPresenter
│ │ ├── ClothTransition.cs
│ │ ├── DoorTransition.cs
│ │ ├── ExplosionTransition.cs
│ │ ├── FadeTransition.cs
│ │ ├── FlipTransition.cs
│ │ ├── PageTransition.cs
│ │ ├── RotateTransition.cs
│ │ ├── StoryboardTransition.cs
│ │ ├── Transition3D.cs
│ │ ├── Transition.cs
│ │ ├── TransitionElement.cs
│ │ ├── TransitionSelector.cs
│ │ ├── TranslateTransition.cs
│ │ └── TwoWayTransitionSelector.cs
│ ├── TreeMap3D.cs
│ ├── TreeMap3DUserControl.xaml
│ ├── TreeMap3DUserControl.xaml.cs
│ ├── TreeMapPanel
│ │ └── TreeMapPanel.cs
│ ├── TreeViewHelperClasses
│ │ ├── TreeViewDataItem.cs
│ │ └── TreeViewHelper.cs
│ ├── WpfUtil.cs
│ ├── WrapperElement.cs
│ └── Zap
│ ├── ZapCommandItem.cs
│ ├── ZapDecorator.cs
│ ├── ZapPanel.cs
│ └── ZapScroller.cs
├── UpgradeLog.XML
├── _UpgradeReport_Files
│ ├── UpgradeReport.css
│ ├── UpgradeReport_Minus.gif
│ ├── UpgradeReport_Plus.gif
│ └── UpgradeReport.xslt
├── WpfApplication1
│ ├── App.xaml
│ ├── App.xaml.cs
│ ├── bin
│ │ └── Debug
│ │ ├── J832.Common.dll
│ │ ├── J832.Common.pdb
│ │ ├── J832.Common.xml
│ │ ├── J832.Wpf.BagOTricksApp.exe
│ │ ├── J832.Wpf.BagOTricksApp.pdb
│ │ ├── J832.Wpf.BagOTricksLib.dll
│ │ ├── J832.Wpf.BagOTricksLib.pdb
│ │ ├── WpfApplication1.exe
│ │ ├── WpfApplication1.pdb
│ │ └── WpfApplication1.vshost.exe
│ ├── images
│ │ └── bg.jpg
│ ├── obj
│ │ └── Debug
│ │ ├── App.g.cs
│ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ ├── ResolveAssemblyReference.cache
│ │ ├── TempPE
│ │ │ └── Properties.Resources.Designer.cs.dll
│ │ ├── Window1.baml
│ │ ├── Window1.g.cs
│ │ ├── WpfApplication1.csproj.FileListAbsolute.txt
│ │ ├── WpfApplication1.csproj.GenerateResource.Cache
│ │ ├── WpfApplication1.exe
│ │ ├── WpfApplication1.g.resources
│ │ ├── WpfApplication1_MarkupCompile.cache
│ │ ├── WpfApplication1.pdb
│ │ └── WpfApplication1.Properties.Resources.resources
│ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ ├── Window1.xaml
│ ├── Window1.xaml.cs
│ ├── WpfApplication1.csproj
│ └── WpfApplication1.csproj.user
├── WPFBagOTricks.sln
└── WPFBagOTricks.suo
146 directories, 455 files
标签:
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论