• 最后更新 2022-07-23
  • 销量/好评 0条评论
  • 交易规则(重要)

MaterialDesignInXamlToolkit-4.3.0
本站优惠价
(查看会员价格)
4.90
3.3折 原价:¥15.00

安装服务

付费安装

开发语言

C#

源码大小

12.65M

服务由"源代码分享"发货,并提供售后服务。

    担保交易,安全保证,有问题不解决可申请退款。标价只是源码价格,不包括安装费。购买前请询问清楚卖家,以卖家承诺为准! 自动发货商品,随时可以购买,付款后在订单详情下载,零等待。 不同会员等级尊享不同购买折扣。



此为资源整理价格,不提供任何技术支持不包安装。新手不要买!

源码仅供研究学习代码使用,严禁用于非法和商业用途!如需商业用途请去购买官方正版源码!

只适用于老手和技术大神!发货后谢绝退款行为!



【实例简介】MaterialDesignInXamlToolkit-4.3.0【实例截图】
.├── MaterialDesignInXamlToolkit-4.3.0│   ├── Directory.Build.props│   ├── Directory.packages.props│   ├── LICENSE│   ├── MahMaterialDragablzMashUp│   │   ├── AnotherCommandImplementation.cs│   │   ├── App.config│   │   ├── App.xaml│   │   ├── App.xaml.cs│   │   ├── Dialogs.xaml│   │   ├── Dialogs.xaml.cs│   │   ├── DialogsViewModel.cs│   │   ├── FlyoutContent.xaml│   │   ├── FlyoutContent.xaml.cs│   │   ├── Mah.xaml│   │   ├── Mah.xaml.cs│   │   ├── MahAppsDragablzDemo.csproj│   │   ├── MahViewModel.cs│   │   ├── MainWindow.xaml│   │   ├── MainWindow.xaml.cs│   │   ├── NotEmptyValidationRule.cs│   │   ├── PaletteSelector.xaml│   │   ├── PaletteSelector.xaml.cs│   │   ├── PaletteSelectorViewModel.cs│   │   ├── Properties│   │   │   ├── AssemblyInfo.cs│   │   │   ├── Resources.Designer.cs│   │   │   ├── Resources.resx│   │   │   ├── Settings.Designer.cs│   │   │   └── Settings.settings│   │   ├── Resources│   │   │   └── ProfilePic.jpg│   │   └── XamlDisplayEx.cs│   ├── MainDemo.Uwp│   │   ├── App.xaml│   │   ├── App.xaml.cs│   │   ├── ApplicationInsights.config│   │   ├── Assets│   │   │   ├── LockScreenLogo.scale-200.png│   │   │   ├── SplashScreen.scale-200.png│   │   │   ├── Square150x150Logo.scale-200.png│   │   │   ├── Square44x44Logo.scale-200.png│   │   │   ├── Square44x44Logo.targetsize-24_altform-unplated.png│   │   │   ├── StoreLogo.png│   │   │   └── Wide310x150Logo.scale-200.png│   │   ├── MainDemo.Uwp.csproj│   │   ├── MainPage.xaml│   │   ├── MainPage.xaml.cs│   │   ├── Package.appxmanifest│   │   ├── Properties│   │   │   ├── AssemblyInfo.cs│   │   │   └── Default.rd.xml│   │   └── project.lock.json│   ├── MainDemo.Wpf│   │   ├── App.config│   │   ├── App.manifest│   │   ├── App.xaml│   │   ├── App.xaml.cs│   │   ├── ButtonAssist.cs│   │   ├── Buttons.xaml│   │   ├── Buttons.xaml.cs│   │   ├── Cards.xaml│   │   ├── Cards.xaml.cs│   │   ├── Chips.xaml│   │   ├── Chips.xaml.cs│   │   ├── ColorScheme.cs│   │   ├── ColorTool.xaml│   │   ├── ColorTool.xaml.cs│   │   ├── ColorZones.xaml│   │   ├── ColorZones.xaml.cs│   │   ├── ComboBoxes.xaml│   │   ├── ComboBoxes.xaml.cs│   │   ├── Converters│   │   │   ├── BrushToHexConverter.cs│   │   │   ├── ColorToBrushConverter.cs│   │   │   ├── MultiValueEqualityConverter.cs│   │   │   └── StringJoinConverter.cs│   │   ├── DataGrids.xaml│   │   ├── DataGrids.xaml.cs│   │   ├── Dialogs.xaml│   │   ├── Dialogs.xaml.cs│   │   ├── Domain│   │   │   ├── AnotherCommandImplementation.cs│   │   │   ├── BindingProxy.cs│   │   │   ├── ButtonsViewModel.cs│   │   │   ├── ColorToolViewModel.cs│   │   │   ├── ComboBoxesViewModel.cs│   │   │   ├── DemoItem.cs│   │   │   ├── DialogsViewModel.cs│   │   │   ├── DocumentationLink.cs│   │   │   ├── DocumentationLinkType.cs│   │   │   ├── DocumentationLinks.xaml│   │   │   ├── DocumentationLinks.xaml.cs│   │   │   ├── FieldsViewModel.cs│   │   │   ├── FutureDateValidationRule.cs│   │   │   ├── IconPackViewModel.cs│   │   │   ├── IsCheckedValidationRule.cs│   │   │   ├── Link.cs│   │   │   ├── ListsAndGridsViewModel.cs│   │   │   ├── MainWindowViewModel.cs│   │   │   ├── NotEmptyValidationRule.cs│   │   │   ├── PaletteSelectorViewModel.cs│   │   │   ├── PickersViewModel.cs│   │   │   ├── Sample4Dialog.xaml│   │   │   ├── Sample4Dialog.xaml.cs│   │   │   ├── SampleDialog.xaml│   │   │   ├── SampleDialog.xaml.cs│   │   │   ├── SampleDialogViewModel.cs│   │   │   ├── SampleMessageDialog.xaml│   │   │   ├── SampleMessageDialog.xaml.cs│   │   │   ├── SampleProgressDialog.xaml│   │   │   ├── SampleProgressDialog.xaml.cs│   │   │   ├── SelectableViewModel.cs│   │   │   ├── SimpleDataTemplateSelector.cs│   │   │   ├── SimpleDateValidationRule.cs│   │   │   ├── SlidersViewModel.cs│   │   │   ├── ThemeSettingsViewModel.cs│   │   │   ├── TreesViewModel.cs│   │   │   └── ViewModelBase.cs│   │   ├── Drawers.xaml│   │   ├── Drawers.xaml.cs│   │   ├── Expander.xaml│   │   ├── Expander.xaml.cs│   │   ├── Fields.xaml│   │   ├── Fields.xaml.cs│   │   ├── FieldsLineUp.xaml│   │   ├── FieldsLineUp.xaml.cs│   │   ├── GroupBoxes.xaml│   │   ├── GroupBoxes.xaml.cs│   │   ├── Home.xaml│   │   ├── Home.xaml.cs│   │   ├── IconPack.xaml│   │   ├── IconPack.xaml.cs│   │   ├── Lists.xaml│   │   ├── Lists.xaml.cs│   │   ├── MainWindow.xaml│   │   ├── MainWindow.xaml.cs│   │   ├── MaterialDesignDemo.csproj│   │   ├── MenusAndToolBars.xaml│   │   ├── MenusAndToolBars.xaml.cs│   │   ├── NavigationRail.xaml│   │   ├── NavigationRail.xaml.cs│   │   ├── PackIconKindGroup.cs│   │   ├── Palette.xaml│   │   ├── Palette.xaml.cs│   │   ├── PaletteHelperExtensions.cs│   │   ├── PaletteSelector.xaml│   │   ├── PaletteSelector.xaml.cs│   │   ├── Pickers.xaml│   │   ├── Pickers.xaml.cs│   │   ├── Progress.xaml│   │   ├── Progress.xaml.cs│   │   ├── Properties│   │   │   ├── AssemblyInfo.cs│   │   │   ├── Resources.Designer.cs│   │   │   ├── Resources.resx│   │   │   ├── Settings.Designer.cs│   │   │   └── Settings.settings│   │   ├── RatingBar.xaml│   │   ├── RatingBar.xaml.cs│   │   ├── Resources│   │   │   ├── Chartridge046_small.jpg│   │   │   ├── Contact.png│   │   │   ├── ProfilePic.jpg│   │   │   ├── favicon.ico│   │   │   └── ms-icon-310x310.png│   │   ├── ScreenGrabFromGoogle.gif│   │   ├── Shadows.xaml│   │   ├── Shadows.xaml.cs│   │   ├── Sliders.xaml│   │   ├── Sliders.xaml.cs│   │   ├── Snackbars.xaml│   │   ├── Snackbars.xaml.cs│   │   ├── ThemeSettings.xaml│   │   ├── ThemeSettings.xaml.cs│   │   ├── Toggles.xaml│   │   ├── Toggles.xaml.cs│   │   ├── Transitions.xaml│   │   ├── Transitions.xaml.cs│   │   ├── TransitionsDemo│   │   │   ├── Slide1_Intro.xaml│   │   │   ├── Slide1_Intro.xaml.cs│   │   │   ├── Slide2_Intro.xaml│   │   │   ├── Slide2_Intro.xaml.cs│   │   │   ├── Slide3_Intro.xaml│   │   │   ├── Slide3_Intro.xaml.cs│   │   │   ├── Slide4_CombineTransitions.xaml│   │   │   ├── Slide4_CombineTransitions.xaml.cs│   │   │   ├── Slide5_TransitioningContent.xaml│   │   │   ├── Slide5_TransitioningContent.xaml.cs│   │   │   ├── Slide6_Origins.xaml│   │   │   ├── Slide6_Origins.xaml.cs│   │   │   ├── Slide7_MVVM.xaml│   │   │   ├── Slide7_MVVM.xaml.cs│   │   │   ├── Slide7_MasterModel.cs│   │   │   ├── Slide8_Details.xaml│   │   │   ├── Slide8_Details.xaml.cs│   │   │   ├── TransitionsDemoHome.xaml│   │   │   └── TransitionsDemoHome.xaml.cs│   │   ├── Trees.xaml│   │   ├── Trees.xaml.cs│   │   ├── Typography.xaml│   │   ├── Typography.xaml.cs│   │   ├── XamlDisplayEx.cs│   │   └── favicon.ico│   ├── MaterialDesignColors.Wpf│   │   ├── ColorManipulation│   │   │   ├── ColorAssist.cs│   │   │   ├── Hsb.cs│   │   │   ├── HsbConverter.cs│   │   │   ├── Hsl.cs│   │   │   ├── HslConverter.cs│   │   │   ├── Lab.cs│   │   │   ├── LabConverter.cs│   │   │   ├── Xyz.cs│   │   │   └── XyzConverter.cs│   │   ├── ColorPair.cs│   │   ├── Hue.cs│   │   ├── ISwatch.cs│   │   ├── MaterialDesignColor.cs│   │   ├── MaterialDesignColors.Wpf.csproj│   │   ├── Properties│   │   │   ├── AssemblyInfo.cs│   │   │   ├── Resources.Designer.cs│   │   │   ├── Resources.resx│   │   │   ├── Settings.Designer.cs│   │   │   └── Settings.settings│   │   ├── Recommended│   │   │   ├── AmberSwatch.cs│   │   │   ├── BlueGreySwatch.cs│   │   │   ├── BlueSwatch.cs│   │   │   ├── BrownSwatch.cs│   │   │   ├── CyanSwatch.cs│   │   │   ├── DeepOrangeSwatch.cs│   │   │   ├── DeepPurpleSwatch.cs│   │   │   ├── GreenSwatch.cs│   │   │   ├── GreySwatch.cs│   │   │   ├── IndigoSwatch.cs│   │   │   ├── LightBlueSwatch.cs│   │   │   ├── LightGreenSwatch.cs│   │   │   ├── LimeSwatch.cs│   │   │   ├── OrangeSwatch.cs│   │   │   ├── PinkSwatch.cs│   │   │   ├── PurpleSwatch.cs│   │   │   ├── RedSwatch.cs│   │   │   ├── TealSwatch.cs│   │   │   └── YellowSwatch.cs│   │   ├── Swatch.cs│   │   ├── SwatchHelper.cs│   │   ├── SwatchesProvider.cs│   │   └── Themes│   │       ├── MaterialDesignColor.Amber.Accent.xaml│   │       ├── MaterialDesignColor.Amber.Named.Accent.xaml│   │       ├── MaterialDesignColor.Amber.Named.Primary.xaml│   │       ├── MaterialDesignColor.Amber.Named.xaml│   │       ├── MaterialDesignColor.Amber.Primary.xaml│   │       ├── MaterialDesignColor.Amber.xaml│   │       ├── MaterialDesignColor.Blue.Accent.xaml│   │       ├── MaterialDesignColor.Blue.Named.Accent.xaml│   │       ├── MaterialDesignColor.Blue.Named.Primary.xaml│   │       ├── MaterialDesignColor.Blue.Named.xaml│   │       ├── MaterialDesignColor.Blue.Primary.xaml│   │       ├── MaterialDesignColor.Blue.xaml│   │       ├── MaterialDesignColor.BlueGrey.Named.Primary.xaml│   │       ├── MaterialDesignColor.BlueGrey.Named.xaml│   │       ├── MaterialDesignColor.BlueGrey.Primary.xaml│   │       ├── MaterialDesignColor.BlueGrey.xaml│   │       ├── MaterialDesignColor.Brown.Named.Primary.xaml│   │       ├── MaterialDesignColor.Brown.Named.xaml│   │       ├── MaterialDesignColor.Brown.Primary.xaml│   │       ├── MaterialDesignColor.Brown.xaml│   │       ├── MaterialDesignColor.Cyan.Accent.xaml│   │       ├── MaterialDesignColor.Cyan.Named.Accent.xaml│   │       ├── MaterialDesignColor.Cyan.Named.Primary.xaml│   │       ├── MaterialDesignColor.Cyan.Named.xaml│   │       ├── MaterialDesignColor.Cyan.Primary.xaml│   │       ├── MaterialDesignColor.Cyan.xaml│   │       ├── MaterialDesignColor.DeepOrange.Accent.xaml│   │       ├── MaterialDesignColor.DeepOrange.Named.Accent.xaml│   │       ├── MaterialDesignColor.DeepOrange.Named.Primary.xaml│   │       ├── MaterialDesignColor.DeepOrange.Named.xaml│   │       ├── MaterialDesignColor.DeepOrange.Primary.xaml│   │       ├── MaterialDesignColor.DeepOrange.xaml│   │       ├── MaterialDesignColor.DeepPurple.Accent.xaml│   │       ├── MaterialDesignColor.DeepPurple.Named.Accent.xaml│   │       ├── MaterialDesignColor.DeepPurple.Named.Primary.xaml│   │       ├── MaterialDesignColor.DeepPurple.Named.xaml│   │       ├── MaterialDesignColor.DeepPurple.Primary.xaml│   │       ├── MaterialDesignColor.DeepPurple.xaml│   │       ├── MaterialDesignColor.Green.Accent.xaml│   │       ├── MaterialDesignColor.Green.Named.Accent.xaml│   │       ├── MaterialDesignColor.Green.Named.Primary.xaml│   │       ├── MaterialDesignColor.Green.Named.xaml│   │       ├── MaterialDesignColor.Green.Primary.xaml│   │       ├── MaterialDesignColor.Green.xaml│   │       ├── MaterialDesignColor.Grey.Named.Primary.xaml│   │       ├── MaterialDesignColor.Grey.Named.xaml│   │       ├── MaterialDesignColor.Grey.Primary.xaml│   │       ├── MaterialDesignColor.Grey.xaml│   │       ├── MaterialDesignColor.Indigo.Accent.xaml│   │       ├── MaterialDesignColor.Indigo.Named.Accent.xaml│   │       ├── MaterialDesignColor.Indigo.Named.Primary.xaml│   │       ├── MaterialDesignColor.Indigo.Named.xaml│   │       ├── MaterialDesignColor.Indigo.Primary.xaml│   │       ├── MaterialDesignColor.Indigo.xaml│   │       ├── MaterialDesignColor.LightBlue.Accent.xaml│   │       ├── MaterialDesignColor.LightBlue.Named.Accent.xaml│   │       ├── MaterialDesignColor.LightBlue.Named.Primary.xaml│   │       ├── MaterialDesignColor.LightBlue.Named.xaml│   │       ├── MaterialDesignColor.LightBlue.Primary.xaml│   │       ├── MaterialDesignColor.LightBlue.xaml│   │       ├── MaterialDesignColor.LightGreen.Accent.xaml│   │       ├── MaterialDesignColor.LightGreen.Named.Accent.xaml│   │       ├── MaterialDesignColor.LightGreen.Named.Primary.xaml│   │       ├── MaterialDesignColor.LightGreen.Named.xaml│   │       ├── MaterialDesignColor.LightGreen.Primary.xaml│   │       ├── MaterialDesignColor.LightGreen.xaml│   │       ├── MaterialDesignColor.Lime.Accent.xaml│   │       ├── MaterialDesignColor.Lime.Named.Accent.xaml│   │       ├── MaterialDesignColor.Lime.Named.Primary.xaml│   │       ├── MaterialDesignColor.Lime.Named.xaml│   │       ├── MaterialDesignColor.Lime.Primary.xaml│   │       ├── MaterialDesignColor.Lime.xaml│   │       ├── MaterialDesignColor.Orange.Accent.xaml│   │       ├── MaterialDesignColor.Orange.Named.Accent.xaml│   │       ├── MaterialDesignColor.Orange.Named.Primary.xaml│   │       ├── MaterialDesignColor.Orange.Named.xaml│   │       ├── MaterialDesignColor.Orange.Primary.xaml│   │       ├── MaterialDesignColor.Orange.xaml│   │       ├── MaterialDesignColor.Pink.Accent.xaml│   │       ├── MaterialDesignColor.Pink.Named.Accent.xaml│   │       ├── MaterialDesignColor.Pink.Named.Primary.xaml│   │       ├── MaterialDesignColor.Pink.Named.xaml│   │       ├── MaterialDesignColor.Pink.Primary.xaml│   │       ├── MaterialDesignColor.Pink.xaml│   │       ├── MaterialDesignColor.Purple.Accent.xaml│   │       ├── MaterialDesignColor.Purple.Named.Accent.xaml│   │       ├── MaterialDesignColor.Purple.Named.Primary.xaml│   │       ├── MaterialDesignColor.Purple.Named.xaml│   │       ├── MaterialDesignColor.Purple.Primary.xaml│   │       ├── MaterialDesignColor.Purple.xaml│   │       ├── MaterialDesignColor.Red.Accent.xaml│   │       ├── MaterialDesignColor.Red.Named.Accent.xaml│   │       ├── MaterialDesignColor.Red.Named.Primary.xaml│   │       ├── MaterialDesignColor.Red.Named.xaml│   │       ├── MaterialDesignColor.Red.Primary.xaml│   │       ├── MaterialDesignColor.Red.xaml│   │       ├── MaterialDesignColor.Teal.Accent.xaml│   │       ├── MaterialDesignColor.Teal.Named.Accent.xaml│   │       ├── MaterialDesignColor.Teal.Named.Primary.xaml│   │       ├── MaterialDesignColor.Teal.Named.xaml│   │       ├── MaterialDesignColor.Teal.Primary.xaml│   │       ├── MaterialDesignColor.Teal.xaml│   │       ├── MaterialDesignColor.Yellow.Accent.xaml│   │       ├── MaterialDesignColor.Yellow.Named.Accent.xaml│   │       ├── MaterialDesignColor.Yellow.Named.Primary.xaml│   │       ├── MaterialDesignColor.Yellow.Named.xaml│   │       ├── MaterialDesignColor.Yellow.Primary.xaml│   │       ├── MaterialDesignColor.Yellow.xaml│   │       └── Recommended│   │           ├── Accent│   │           │   ├── MaterialDesignColor.Amber.xaml│   │           │   ├── MaterialDesignColor.Blue.xaml│   │           │   ├── MaterialDesignColor.Cyan.xaml│   │           │   ├── MaterialDesignColor.DeepOrange.xaml│   │           │   ├── MaterialDesignColor.DeepPurple.xaml│   │           │   ├── MaterialDesignColor.Green.xaml│   │           │   ├── MaterialDesignColor.Indigo.xaml│   │           │   ├── MaterialDesignColor.LightBlue.xaml│   │           │   ├── MaterialDesignColor.LightGreen.xaml│   │           │   ├── MaterialDesignColor.Lime.xaml│   │           │   ├── MaterialDesignColor.Orange.xaml│   │           │   ├── MaterialDesignColor.Pink.xaml│   │           │   ├── MaterialDesignColor.Purple.xaml│   │           │   ├── MaterialDesignColor.Red.xaml│   │           │   ├── MaterialDesignColor.Teal.xaml│   │           │   └── MaterialDesignColor.Yellow.xaml│   │           └── Primary│   │               ├── MaterialDesignColor.Amber.xaml│   │               ├── MaterialDesignColor.Blue.xaml│   │               ├── MaterialDesignColor.BlueGrey.xaml│   │               ├── MaterialDesignColor.Brown.xaml│   │               ├── MaterialDesignColor.Cyan.xaml│   │               ├── MaterialDesignColor.DeepOrange.xaml│   │               ├── MaterialDesignColor.DeepPurple.xaml│   │               ├── MaterialDesignColor.Green.xaml│   │               ├── MaterialDesignColor.Grey.xaml│   │               ├── MaterialDesignColor.Indigo.xaml│   │               ├── MaterialDesignColor.LightBlue.xaml│   │               ├── MaterialDesignColor.LightGreen.xaml│   │               ├── MaterialDesignColor.Lime.xaml│   │               ├── MaterialDesignColor.Orange.xaml│   │               ├── MaterialDesignColor.Pink.xaml│   │               ├── MaterialDesignColor.Purple.xaml│   │               ├── MaterialDesignColor.Red.xaml│   │               ├── MaterialDesignColor.Teal.xaml│   │               └── MaterialDesignColor.Yellow.xaml│   ├── MaterialDesignColors.Wpf.Tests│   │   ├── ColorAssistTests.cs│   │   ├── MaterialDesignColors.Wpf.Tests.csproj│   │   ├── Properties│   │   │   └── AssemblyInfo.cs│   │   └── ResourceProviderFixture.cs│   ├── MaterialDesignColors.nuspec│   ├── MaterialDesignThemes.MahApps│   │   ├── BaseThemeExtensions.cs│   │   ├── FlyoutAssist.cs│   │   ├── MahAppsBundledTheme.cs│   │   ├── MahAppsCustomColorTheme.cs│   │   ├── MaterialDesignAssist.cs│   │   ├── MaterialDesignThemes.MahApps.csproj│   │   ├── Properties│   │   │   ├── AssemblyInfo.cs│   │   │   ├── Resources.Designer.cs│   │   │   ├── Resources.resx│   │   │   ├── Settings.Designer.cs│   │   │   └── Settings.settings│   │   └── Themes│   │       ├── MaterialDesignTheme.MahApps.Defaults.xaml│   │       ├── MaterialDesignTheme.MahApps.Dialogs.xaml│   │       ├── MaterialDesignTheme.MahApps.Flyout.xaml│   │       ├── MaterialDesignTheme.MahApps.Fonts.xaml│   │       ├── MaterialDesignTheme.MahApps.NumericUpDown.xaml│   │       ├── MaterialDesignTheme.MahApps.PasswordBox.xaml│   │       ├── MaterialDesignTheme.MahApps.RangeSlider.xaml│   │       ├── MaterialDesignTheme.MahApps.TextBox.xaml│   │       └── MaterialDesignTheme.MahApps.WindowCommands.xaml│   ├── MaterialDesignThemes.MahApps.nuspec│   ├── MaterialDesignThemes.UITests│   │   ├── MaterialDesignSpec.cs│   │   ├── MaterialDesignThemes.UITests.csproj│   │   ├── Samples│   │   │   ├── DialogHost│   │   │   │   ├── ClosingEventCounter.xaml│   │   │   │   ├── ClosingEventCounter.xaml.cs│   │   │   │   ├── ClosingEventViewModel.cs│   │   │   │   ├── WithCounter.xaml│   │   │   │   └── WithCounter.xaml.cs│   │   │   └── Theme│   │   │       ├── ColorAdjustWindow.xaml│   │   │       └── ColorAdjustWindow.xaml.cs│   │   ├── TestBase.cs│   │   ├── WPF│   │   │   ├── Buttons│   │   │   │   ├── OutlineButtonTests.cs│   │   │   │   └── RaisedButtonTests.cs│   │   │   ├── ColorZones│   │   │   │   └── ColorZoneTests.cs│   │   │   ├── ComboBoxes│   │   │   │   └── ComboBoxTests.cs│   │   │   ├── DatePickers│   │   │   │   └── DatePickerTests.cs│   │   │   ├── DialogHosts│   │   │   │   └── DialogHostTests.cs│   │   │   ├── ListBoxes│   │   │   │   └── ListBoxTests.cs│   │   │   ├── PasswordBoxes│   │   │   │   └── PasswordBoxTests.cs│   │   │   ├── TextBoxes│   │   │   │   ├── MaterialDesignTextBox.cs│   │   │   │   └── TextBoxTests.cs│   │   │   ├── TextFieldDefaultHeightTests.cs│   │   │   ├── Theme│   │   │   │   └── ColorAdjustTests.cs│   │   │   └── TimePickers│   │   │       ├── MaterialDesignTimePicker.cs│   │   │       └── TimePickerTests.cs│   │   └── XamlTestMixins.cs│   ├── MaterialDesignThemes.Uwp│   │   ├── Assets│   │   │   └── Roboto│   │   │       ├── Roboto-Black.ttf│   │   │       ├── Roboto-BlackItalic.ttf│   │   │       ├── Roboto-Bold.ttf│   │   │       ├── Roboto-BoldItalic.ttf│   │   │       ├── Roboto-Italic.ttf│   │   │       ├── Roboto-Light.ttf│   │   │       ├── Roboto-LightItalic.ttf│   │   │       ├── Roboto-Medium.ttf│   │   │       ├── Roboto-MediumItalic.ttf│   │   │       ├── Roboto-Regular.ttf│   │   │       ├── Roboto-Thin.ttf│   │   │       ├── Roboto-ThinItalic.ttf│   │   │       ├── RobotoCondensed-Bold.ttf│   │   │       ├── RobotoCondensed-BoldItalic.ttf│   │   │       ├── RobotoCondensed-Italic.ttf│   │   │       ├── RobotoCondensed-Light.ttf│   │   │       ├── RobotoCondensed-LightItalic.ttf│   │   │       └── RobotoCondensed-Regular.ttf│   │   ├── MaterialDesignThemes.Uwp.csproj│   │   ├── Properties│   │   │   ├── AssemblyInfo.cs│   │   │   └── MaterialDesignThemes.Uwp.rd.xml│   │   ├── Ripple.cs│   │   ├── Shadow.cs│   │   ├── Themes│   │   │   ├── Generic.xaml│   │   │   ├── MaterialDesign.xaml│   │   │   ├── MaterialDesignColor.Amber.Named.xaml│   │   │   ├── MaterialDesignColor.Black.Named.xaml│   │   │   ├── MaterialDesignColor.Blue.Named.xaml│   │   │   ├── MaterialDesignColor.BlueGrey.Named.xaml│   │   │   ├── MaterialDesignColor.Brown.Named.xaml│   │   │   ├── MaterialDesignColor.Cyan.Named.xaml│   │   │   ├── MaterialDesignColor.DeepOrange.Named.xaml│   │   │   ├── MaterialDesignColor.DeepPurple.Named.xaml│   │   │   ├── MaterialDesignColor.Green.Named.xaml│   │   │   ├── MaterialDesignColor.Grey.Named.xaml│   │   │   ├── MaterialDesignColor.Indigo.Named.xaml│   │   │   ├── MaterialDesignColor.LightBlue.Named.xaml│   │   │   ├── MaterialDesignColor.LightGreen.Named.xaml│   │   │   ├── MaterialDesignColor.Lime.Named.xaml│   │   │   ├── MaterialDesignColor.Orange.Named.xaml│   │   │   ├── MaterialDesignColor.Pink.Named.xaml│   │   │   ├── MaterialDesignColor.Purple.Named.xaml│   │   │   ├── MaterialDesignColor.Red.Named.xaml│   │   │   ├── MaterialDesignColor.Teal.Named.xaml│   │   │   └── MaterialDesignColor.Yellow.Named.xaml│   │   └── project.lock.json│   ├── MaterialDesignThemes.Wpf│   │   ├── Badged.cs│   │   ├── BaseTheme.cs│   │   ├── BottomDashedLineAdorner.cs│   │   ├── BundledTheme.cs│   │   ├── ButtonAssist.cs│   │   ├── ButtonProgressAssist.cs│   │   ├── CalendarAssist.cs│   │   ├── CalendarFormatInfo.cs│   │   ├── Card.cs│   │   ├── CheckBoxAssist.cs│   │   ├── Chip.cs│   │   ├── Clock.cs│   │   ├── ClockChoiceMadeEventArgs.cs│   │   ├── ClockItemButton.cs│   │   ├── ColorAdjustment.cs│   │   ├── ColorPicker.cs│   │   ├── ColorSelection.cs│   │   ├── ColorZone.cs│   │   ├── ColorZoneAssist.cs│   │   ├── ColorZoneMode.cs│   │   ├── ComboBoxAssist.cs│   │   ├── ComboBoxPopup.cs│   │   ├── ComboBoxPopupPlacement.cs│   │   ├── Constants.cs│   │   ├── Contrast.cs│   │   ├── Converters│   │   │   ├── BooleanAllConverter.cs│   │   │   ├── BooleanConverter.cs│   │   │   ├── BooleanToVisibilityConverter.cs│   │   │   ├── BorderClipConverter.cs│   │   │   ├── BrushOpacityConverter.cs│   │   │   ├── BrushRoundConverter.cs│   │   │   ├── BrushToRadialGradientBrushConverter.cs│   │   │   ├── CalendarDateCoalesceConverter.cs│   │   │   ├── CalendarYearMonthConverter.cs│   │   │   ├── CircularProgressBar│   │   │   │   ├── ArcEndPointConverter.cs│   │   │   │   ├── ArcSizeConverter.cs│   │   │   │   ├── LocalEx.cs│   │   │   │   ├── RotateTransformCentreConverter.cs│   │   │   │   └── StartPointConverter.cs│   │   │   ├── ClockItemIsCheckedConverter.cs│   │   │   ├── ClockLineConverter.cs│   │   │   ├── ComboBoxClearButtonMarginConverter.cs│   │   │   ├── DoubleToThicknessConverter.cs│   │   │   ├── DrawerOffsetConverter.cs│   │   │   ├── EqualityToVisibilityConverter.cs│   │   │   ├── ExpanderRotateAngleConverter.cs│   │   │   ├── FallbackBrushConverter.cs│   │   │   ├── FloatingHintOffsetCalculationConverter.cs│   │   │   ├── FloatingHintTransformConverter.cs│   │   │   ├── GridLinesVisibilityBorderToThicknessConverter.cs│   │   │   ├── HintProxyFabricConverter.cs│   │   │   ├── HorizontalThicknessConverter.cs│   │   │   ├── HsbLinearGradientConverter.cs│   │   │   ├── HsbToColorConverter.cs│   │   │   ├── InvertBooleanConverter.cs│   │   │   ├── IsDarkConverter.cs│   │   │   ├── ListViewItemContainerStyleConverter.cs│   │   │   ├── MathConverter.cs│   │   │   ├── MathMultipleConverter.cs│   │   │   ├── MathOperation.cs│   │   │   ├── NotConverter.cs│   │   │   ├── NotZeroConverter.cs│   │   │   ├── NotZeroToVisibilityConverter.cs│   │   │   ├── NullToVisibilityConverter.cs│   │   │   ├── NullableDateTimeToCurrentDateConverter.cs│   │   │   ├── PickerInnerPaddingConverter.cs│   │   │   ├── PointValueConverter.cs│   │   │   ├── RangeLengthConverter.cs│   │   │   ├── RemoveAlphaBrushConverter.cs│   │   │   ├── ShadowConverter.cs│   │   │   ├── ShadowEdgeConverter.cs│   │   │   ├── ShadowInfo.cs│   │   │   ├── SizeToRectConverter.cs│   │   │   ├── SliderValueLabelPositionConverter.cs│   │   │   ├── SnackbarActionButtonPlacementModeConverter.cs│   │   │   ├── SnackbarMessageTypeConverter.cs│   │   │   ├── TextFieldClearButtonVisibilityConverter.cs│   │   │   ├── TextFieldHintVisibilityConverter.cs│   │   │   ├── TextFieldPrefixTextVisibilityConverter.cs│   │   │   ├── TimeToVisibilityConverter.cs│   │   │   └── TopThicknessConverter.cs│   │   ├── CustomColorTheme.cs│   │   ├── CustomPopupPlacementCallbackHelper.cs│   │   ├── DataGridAssist.cs│   │   ├── DataGridComboBoxColumn.cs│   │   ├── DataGridTextColumn.cs│   │   ├── DateTimeEx.cs│   │   ├── DialogClosingEventArgs.cs│   │   ├── DialogClosingEventHandler.cs│   │   ├── DialogHost.cs│   │   ├── DialogHostEx.cs│   │   ├── DialogOpenedEventArgs.cs│   │   ├── DialogOpenedEventHandler.cs│   │   ├── DialogSession.cs│   │   ├── DpiHelper.cs│   │   ├── DrawerClosingEventArgs.cs│   │   ├── DrawerHost.cs│   │   ├── DrawerHostOpenMode.cs│   │   ├── DrawerOpenedEventArgs.cs│   │   ├── ExpanderAssist.cs│   │   ├── Extensions.cs│   │   ├── Flipper.cs│   │   ├── GridViewColumnThumb.cs│   │   ├── HintAssist.cs│   │   ├── HintProxyFabric.ComboBox.cs│   │   ├── HintProxyFabric.PasswordBox.cs│   │   ├── HintProxyFabric.RichTextBox.cs│   │   ├── HintProxyFabric.TextBox.cs│   │   ├── HintProxyFabric.cs│   │   ├── IBaseTheme.cs│   │   ├── IHintProxy.cs│   │   ├── IMaterialDesignThemeDictionary.cs│   │   ├── ISnackbarMessageQueue.cs│   │   ├── ITheme.cs│   │   ├── IThemeManager.cs│   │   ├── Internal│   │   │   └── ClearText.cs│   │   ├── ListBoxAssist.cs│   │   ├── ListBoxItemAssist.cs│   │   ├── ListSortDirectionIndicator.cs│   │   ├── ListViewAssist.cs│   │   ├── MaterialDateDisplay.cs│   │   ├── MaterialDesignDarkTheme.cs│   │   ├── MaterialDesignFont.cs│   │   ├── MaterialDesignLightTheme.cs│   │   ├── MaterialDesignThemes.Wpf.csproj│   │   ├── MaterialDesignThemes.targets│   │   ├── MessageQueueExtension.cs│   │   ├── NavigationRailAssist.cs│   │   ├── PackIcon.cs│   │   ├── PackIconDataFactory.cs│   │   ├── PackIconExtension.cs│   │   ├── PackIconKind.cs│   │   ├── Palette.cs│   │   ├── PaletteHelper.cs│   │   ├── Plane3D.cs│   │   ├── PopupBox.cs│   │   ├── PopupEx.cs│   │   ├── Properties│   │   │   ├── AssemblyInfo.cs│   │   │   ├── Resources.Designer.cs│   │   │   ├── Resources.resx│   │   │   ├── Settings.Designer.cs│   │   │   └── Settings.settings│   │   ├── RatingBar.cs│   │   ├── RatingBarButton.cs│   │   ├── ResourceDictionaryExtensions.cs│   │   ├── Resources│   │   │   └── Roboto│   │   │       ├── Roboto-Black.ttf│   │   │       ├── Roboto-BlackItalic.ttf│   │   │       ├── Roboto-Bold.ttf│   │   │       ├── Roboto-BoldItalic.ttf│   │   │       ├── Roboto-Italic.ttf│   │   │       ├── Roboto-Light.ttf│   │   │       ├── Roboto-LightItalic.ttf│   │   │       ├── Roboto-Medium.ttf│   │   │       ├── Roboto-MediumItalic.ttf│   │   │       ├── Roboto-Regular.ttf│   │   │       ├── Roboto-Thin.ttf│   │   │       ├── Roboto-ThinItalic.ttf│   │   │       ├── RobotoCondensed-Bold.ttf│   │   │       ├── RobotoCondensed-BoldItalic.ttf│   │   │       ├── RobotoCondensed-Italic.ttf│   │   │       ├── RobotoCondensed-Light.ttf│   │   │       ├── RobotoCondensed-LightItalic.ttf│   │   │       └── RobotoCondensed-Regular.ttf│   │   ├── Ripple.cs│   │   ├── RippleAssist.cs│   │   ├── ScaleHelper.cs│   │   ├── ScaleHost.cs│   │   ├── Screen.cs│   │   ├── ScrollViewerAssist.cs│   │   ├── ScrollbarAssist.cs│   │   ├── ShadowAssist.cs│   │   ├── SliderAssist.cs│   │   ├── SmartHint.cs│   │   ├── Snackbar.cs│   │   ├── SnackbarMessage.cs│   │   ├── SnackbarMessageEventArgs.cs│   │   ├── SnackbarMessageQueue.cs│   │   ├── SnackbarMessageQueueItem.cs│   │   ├── Spelling.cs│   │   ├── StringExtensions.cs│   │   ├── TextBlockAssist.cs│   │   ├── TextFieldAssist.cs│   │   ├── Theme.cs│   │   ├── ThemeAssist.cs│   │   ├── ThemeChangedEventArgs.cs│   │   ├── ThemeExtensions.cs│   │   ├── Themes│   │   │   ├── Generic.xaml│   │   │   ├── MaterialDesignTheme.Badged.xaml│   │   │   ├── MaterialDesignTheme.Button.xaml│   │   │   ├── MaterialDesignTheme.Calendar.xaml│   │   │   ├── MaterialDesignTheme.Card.xaml│   │   │   ├── MaterialDesignTheme.CheckBox.xaml│   │   │   ├── MaterialDesignTheme.Chip.xaml│   │   │   ├── MaterialDesignTheme.Clock.xaml│   │   │   ├── MaterialDesignTheme.ColorPicker.xaml│   │   │   ├── MaterialDesignTheme.ComboBox.xaml│   │   │   ├── MaterialDesignTheme.Dark.xaml│   │   │   ├── MaterialDesignTheme.DataGrid.ComboBox.xaml│   │   │   ├── MaterialDesignTheme.DataGrid.xaml│   │   │   ├── MaterialDesignTheme.DatePicker.xaml│   │   │   ├── MaterialDesignTheme.Defaults.xaml│   │   │   ├── MaterialDesignTheme.DialogHost.xaml│   │   │   ├── MaterialDesignTheme.Expander.xaml│   │   │   ├── MaterialDesignTheme.Flipper.xaml│   │   │   ├── MaterialDesignTheme.Font.xaml│   │   │   ├── MaterialDesignTheme.GridSplitter.xaml│   │   │   ├── MaterialDesignTheme.GroupBox.xaml│   │   │   ├── MaterialDesignTheme.Hyperlink.xaml│   │   │   ├── MaterialDesignTheme.Label.xaml│   │   │   ├── MaterialDesignTheme.Light.xaml│   │   │   ├── MaterialDesignTheme.ListBox.xaml│   │   │   ├── MaterialDesignTheme.ListView.xaml│   │   │   ├── MaterialDesignTheme.Menu.xaml│   │   │   ├── MaterialDesignTheme.PasswordBox.xaml│   │   │   ├── MaterialDesignTheme.PopupBox.xaml│   │   │   ├── MaterialDesignTheme.ProgressBar.xaml│   │   │   ├── MaterialDesignTheme.RadioButton.xaml│   │   │   ├── MaterialDesignTheme.RatingBar.xaml│   │   │   ├── MaterialDesignTheme.RichTextBox.xaml│   │   │   ├── MaterialDesignTheme.ScrollBar.xaml│   │   │   ├── MaterialDesignTheme.ScrollViewer.xaml│   │   │   ├── MaterialDesignTheme.Shadows.xaml│   │   │   ├── MaterialDesignTheme.Slider.xaml│   │   │   ├── MaterialDesignTheme.SmartHint.xaml│   │   │   ├── MaterialDesignTheme.Snackbar.xaml│   │   │   ├── MaterialDesignTheme.TabControl.xaml│   │   │   ├── MaterialDesignTheme.TextBlock.xaml│   │   │   ├── MaterialDesignTheme.TextBox.xaml│   │   │   ├── MaterialDesignTheme.Thumb.xaml│   │   │   ├── MaterialDesignTheme.TimePicker.xaml│   │   │   ├── MaterialDesignTheme.ToggleButton.xaml│   │   │   ├── MaterialDesignTheme.ToolBar.xaml│   │   │   ├── MaterialDesignTheme.ToolBarTray.xaml│   │   │   ├── MaterialDesignTheme.ToolTip.xaml│   │   │   ├── MaterialDesignTheme.TreeView.xaml│   │   │   ├── MaterialDesignTheme.ValidationErrorTemplate.xaml│   │   │   └── MaterialDesignTheme.Window.xaml│   │   ├── TimePicker.cs│   │   ├── TimePickerTextBox.cs│   │   ├── ToggleButtonAssist.cs│   │   ├── ToolTipAssist.cs│   │   ├── TransitionAssist.cs│   │   ├── Transitions│   │   │   ├── CircleWipe.cs│   │   │   ├── FadeWipe.cs│   │   │   ├── ITransitionEffect.cs│   │   │   ├── ITransitionEffectSubject.cs│   │   │   ├── ITransitionWipe.cs│   │   │   ├── IZIndexController.cs│   │   │   ├── IndexedItemOffsetMultiplierExtension.cs│   │   │   ├── SlideDirection.cs│   │   │   ├── SlideOutWipe.cs│   │   │   ├── SlideWipe.cs│   │   │   ├── TransitionEffect.cs│   │   │   ├── TransitionEffectBase.cs│   │   │   ├── TransitionEffectExtension.cs│   │   │   ├── TransitionEffectKind.cs│   │   │   ├── TransitionEffectTypeConverter.cs│   │   │   ├── Transitioner.cs│   │   │   ├── TransitionerSlide.cs│   │   │   ├── TransitionerSlideState.cs│   │   │   ├── TransitioningContent.cs│   │   │   └── TransitioningContentBase.cs│   │   ├── TreeHelper.cs│   │   ├── TreeViewAssist.cs│   │   ├── UIElementExtensions.cs│   │   ├── Underline.cs│   │   ├── ValidationAssist.cs│   │   └── VisualStudioToolsManifest.xml│   ├── MaterialDesignThemes.Wpf.Tests│   │   ├── AllStyles.cs│   │   ├── BundledThemeTests.cs│   │   ├── ButtonProgressAssistTests.cs│   │   ├── CalendarFormatInfoTests.cs│   │   ├── CheckBoxAssistTests.cs│   │   ├── ClockTests.cs│   │   ├── ColorDefinitionsTests.cs│   │   ├── ColorPickerTests.cs│   │   ├── Converters│   │   │   ├── BrushOpacityConverterTests.cs│   │   │   ├── FloatingHintTransformConverterTests.cs│   │   │   ├── MathConverterTests.cs│   │   │   └── MathMultipleConverterTests.cs│   │   ├── CustomColorThemeTests.cs│   │   ├── DataGridAssistTests.cs│   │   ├── DialogHostTests.cs│   │   ├── DrawerHostTests.cs│   │   ├── EnumDataAttribute.cs│   │   ├── LabelTests.cs│   │   ├── MaterialDesignThemes.Wpf.Tests.csproj│   │   ├── MdixHelper.cs│   │   ├── PackIconTests.cs│   │   ├── PopupBoxTests.cs│   │   ├── Properties│   │   │   └── AssemblyInfo.cs│   │   ├── SnackbarMessageQueueItemTests.cs│   │   ├── SnackbarMessageQueueTests.cs│   │   ├── TextBlockTests.cs│   │   ├── TextBoxTests.cs│   │   ├── TimePickerUnitTests.cs│   │   ├── TransitionerTests.cs│   │   ├── TreeViewTests.cs│   │   ├── UIElementExtensionsTests.cs│   │   └── VisualTreeHelper.cs│   ├── MaterialDesignThemes.nuspec│   ├── MaterialDesignToolkit.Full.sln│   ├── MaterialDesignToolkit.Full.sln.DotSettings│   ├── MaterialDesignToolkit.ResourceGeneration.slnf│   ├── MaterialDesignToolkit.Uwp.sln│   ├── MaterialDesignToolkit.Wpf.sln.vsext.disable│   ├── MaterialDesignToolkit.Wpf.slnf│   ├── README.md│   ├── Scripts│   │   ├── BuildNugets.ps1│   │   ├── GenerateThemesWikiMarkdown.ps1│   │   ├── UpdateNugets.ps1│   │   └── azure-pipelines-wiki.yml│   ├── global.json│   ├── key.snk│   ├── mdresgen│   │   ├── Icon.cs│   │   ├── IconDataFactorySyntaxRewriter.cs│   │   ├── IconThing.cs│   │   ├── MaterialColourSwatchesSnippet.xml│   │   ├── MdPalette.cs│   │   ├── MdPaletteJson.json│   │   ├── PackIconDataFactory.template.cs│   │   ├── PackIconKind.template.cs│   │   ├── Program.cs│   │   ├── RecommendedAccentTemplate.xaml│   │   ├── RecommendedPrimaryTemplate.xaml│   │   └── mdresgen.csproj│   └── web│       ├── PaletteBuilder.html│       ├── images│       │   ├── Cards.png│       │   ├── ClockDemo.gif│       │   ├── DatePicker.gif│       │   ├── Dialogs.gif│       │   ├── Dialogs.png│       │   ├── FieldsDemo.gif│       │   ├── MD4XAML.png│       │   ├── MD4XAML.psd│       │   ├── MD4XAML.xcf│       │   ├── MD4XAML100.png│       │   ├── MD4XAML128.png│       │   ├── MD4XAML28.png│       │   ├── MD4XAML32.png│       │   ├── MD4XAML64.png│       │   ├── MD4XAMLclipped.png│       │   ├── MashUp.gif│       │   ├── MashUp_2016_01_31.gif│       │   ├── MaterialDesign.MahApps.png│       │   ├── MaterialDesign.MahApps.xcf│       │   ├── MenusDemo.jpg│       │   ├── MultiFloatingActionButton.gif│       │   ├── SliderDemo.gif│       │   ├── modern-wpf.png│       │   ├── modern-wpf.xcf│       │   ├── screen-buttons.png│       │   ├── screen-cards.png│       │   ├── screen-chips.png│       │   ├── screen-colortools.png│       │   ├── screen-colorzones.png│       │   ├── screen-comboboxes.png│       │   ├── screen-datagrid.png│       │   ├── screen-dialogs.png│       │   ├── screen-fields.png│       │   ├── screen-groupbox.png│       │   ├── screen-home.png│       │   ├── screen-iconpack.png│       │   ├── screen-lists.png│       │   ├── screen-menutoolbar.png│       │   ├── screen-palette.png│       │   ├── screen-pickers.png│       │   ├── screen-progress.png│       │   ├── screen-shadows.png│       │   ├── screen-sliders.png│       │   ├── screen-snackbars.png│       │   ├── screen-toggles.png│       │   ├── screen-treeview.png│       │   ├── screen-typography.png│       │   ├── transitions-preview.gif│       │   └── wikiscreen-quickstart.png│       ├── jsx│       │   └── PaletteBuilder.js│       ├── scripts│       │   ├── PaletteBuilder.js│       │   ├── Swatches.js│       │   ├── react.js│       │   └── react.min.js│       └── styles│           └── style.css└── 好例子网_MaterialDesignInXamlToolkit-4.3.0.zip65 directories, 856 files                            
  • 商品评价
  • 交易规则


  • 发货方式


  • 自动:在特色服务中标有自动发货的商品,拍下后,源码类 软件类 商品会在订单详情页显示来自卖家的商品下载链接,点卡类 商品会在订单详情直接显示卡号密码。

    手动:未标有自动发货的的商品,付款后,商品卖家会收到平台的手机短信、邮件提醒,卖家会尽快为您发货,如卖家长时间未发货,买家也可通过订单上的QQ或电话主动联系卖家。


  • 退款说明


  • 1、源码类:商品详情(含标题)与实际源码不一致的(例:描述PHP实际为ASP、描述的功能实际缺少、功能不能正常使用等)!有演示站时,与实际源码不一致的(但描述中有"不保证完全一样、可能有少许偏差"类似显著公告的除外);

  • 2、营销推广:未达到卖家描述标准的;

    3、点卡软件所售点卡软件无法使用的;

  • 3、发货:手动发货商品,在卖家未发货前就申请了退款的;

    4、服务:卖家不提供承诺的售后服务的;(双方提前有商定和描述中有显著声明的除外)

    5、其他:如商品或服务有质量方面的硬性常规问题的。未符合详情及卖家承诺的。

  • 注:符合上述任一情况的,均支持退款,但卖家予以积极解决问题则除外。交易中的商品,卖家无法修改描述!


  • 注意事项


  • 1、在付款前,双方在QQ上所商定的内容,也是纠纷评判依据(商定与商品描述冲突时,以商定为准);

    2、源码商品,同时有网站演示与商品详情图片演示,且网站演示与商品详情图片演示不一致的,默认按商品详情图片演示作为纠纷评判依据(卖家有特别声明或有额外商定的除外);

  • 3、点卡软件商品,默认按商品详情作为纠纷评判依据(特别声明或有商定除外);

  • 4、营销推广商品,默认按商品详情作为纠纷评判依据(特别声明或有商定除外);

    5、在有"正当退款原因和依据"的前提下,写有"一旦售出,概不支持退款"等类似的声明,视为无效声明;

    6、虽然交易产生纠纷的几率很小,卖家也肯定会给买家最完善的服务!但请买卖双方尽量保留如聊天记录这样的重要信息,以防产生纠纷时便于送码网快速介入处理。


  • 送码声明


  • 1、送码网作为第三方中介平台,依据双方交易合同(商品描述、交易前商定的内容)来保障交易的安全及买卖双方的权益;

  • 2、非平台线上交易的项目,出现任何后果均与送码网无关;无论卖家以何理由要求线下交易的(如:要求买家支付宝转账付款的,微信转账付款的等),请联系管理举报,本平台将清退卖家处理。


阿里云服务器
热门推荐
浏览记录
手机二维码手机访问领取大礼包
返回顶部