zoukankan      html  css  js  c++  java
  • dll映射xmlns

    // (c) Copyright Microsoft Corporation.
    // This source is subject to the Microsoft Public License (Ms-PL).
    // Please see http://go.microsoft.com/fwlink/?LinkID=131993 for details.
    // All other rights reserved.

    using System;
    using System.Reflection;
    using System.Resources;
    using System.Runtime.CompilerServices;
    using System.Runtime.InteropServices;
    using System.Windows.Markup;

    [assembly: AssemblyTitle("System.Windows.Controls.Toolkit")]
    [assembly: AssemblyDescription("Silverlight Toolkit Common Controls.Toolkit")]
    [assembly: AssemblyConfiguration("")]
    [assembly: AssemblyCompany("Microsoft Corporation")]
    [assembly: AssemblyProduct("Microsoft® Silverlight™ Toolkit")]
    [assembly: AssemblyCopyright("© Microsoft Corporation 2010")]
    [assembly: AssemblyTrademark("")]
    [assembly: AssemblyCulture("")]
    [assembly: NeutralResourcesLanguage("en-US")]
    [assembly: ComVisible(false)]
    [assembly: AssemblyVersion("5.0.5.0")]
    [assembly: AssemblyFileVersion("5.0.60818.0")]
    [assembly: CLSCompliant(true)]
    [assembly: XmlnsPrefix("http://schemas.microsoft.com/winfx/2006/xaml/presentation/toolkit", "toolkit")]
    [assembly: XmlnsDefinition("http://schemas.microsoft.com/winfx/2006/xaml/presentation/toolkit", "System.Windows.Controls")]

  • 相关阅读:
    字符串打印
    倒计时(二)之时间戳
    倒计时(一)之数字补0
    递增、递减运算符
    如何让background里的img图片自适应
    CSS三角图标(二)
    CSS三角图标(一)
    网易云外链接生成方法
    python基础语法一
    CSS固定菜单栏
  • 原文地址:https://www.cnblogs.com/zymsdn/p/3269841.html
Copyright © 2011-2022 走看看