CodePaste Logo
New Snippet New Snippet Recent Snippets Recent Snippets My Snippets My Snippets Web Code Search Snippets Search
Sign inor Register
Format:
Recent snippets matching tags of Seesmic Desktop 2
XML
<ResourceDictionary xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
                    xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
                    >
 
    <DataTemplate x:Key="SmallLogoTemplate">
        <Image ... />
    </DataTemplate>
 
    <DataTemplate x:Key="LargeLogoTemplate">
        <Image ... />
by George Ionita   June 22, 2010 @ 8:01am
156 Views
no comments
 
C#
public class YourPlugin : IPlugin
{
 
private static ResourceDictionary _Resources;
 
 
public static DataTemplate SmallIconTemplate
{
   get
   {
by George Ionita   June 22, 2010 @ 7:57am
179 Views
no comments
 
brought to you by:
West Wind Techologies



If you find this site useful and use it frequently please consider making a donation to support this free service.
Donate