资源简介

(国外博客)AttachedCommandBehavior aka ACB http://marlongrech.wordpress.com/2008/12/04/attachedcommandbehavior-aka-acb/

资源截图

代码片段和文件信息

using System;
using System.Collections.Generic;
using System.Configuration;
using System.Data;
using System.Linq;
using System.Windows;

namespace AttachedCommandBehavior
{
    /// 
    /// Interaction logic for App.xaml
    /// 

    public partial class App : Application
    {
    }
}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件         959  2008-12-01 13:49  AttachedCommandBehavior.sln
     文件       30208  2008-12-04 21:47  AttachedCommandBehavior.suo
     目录           0  2008-12-04 22:03  AttachedCommandBehavior\
     文件        1152  2008-12-04 21:30  AttachedCommandBehavior\ACB.cd
     文件         305  2008-12-04 17:12  AttachedCommandBehavior\App.xaml
     文件         325  2008-12-01 13:49  AttachedCommandBehavior\App.xaml.cs
     文件        4966  2008-12-04 21:15  AttachedCommandBehavior\AttachedCommandBehavior.csproj
     目录           0  2008-12-04 16:59  AttachedCommandBehavior\bin\
     目录           0  2008-12-04 20:12  AttachedCommandBehavior\bin\Debug\
     文件       19456  2008-12-04 22:03  AttachedCommandBehavior\bin\Debug\AttachedCommandBehavior.exe
     文件       65024  2008-12-04 22:03  AttachedCommandBehavior\bin\Debug\AttachedCommandBehavior.pdb
     文件       14328  2008-12-04 22:04  AttachedCommandBehavior\bin\Debug\AttachedCommandBehavior.vshost.exe
     文件         490  2007-07-21 00:33  AttachedCommandBehavior\bin\Debug\AttachedCommandBehavior.vshost.exe.manifest
     目录           0  2008-12-04 21:48  AttachedCommandBehavior\CommandBehaviorStuff\
     文件        6178  2008-12-04 21:43  AttachedCommandBehavior\CommandBehaviorStuff\CommandBehavior.cs
     文件        3081  2008-12-04 21:47  AttachedCommandBehavior\CommandBehaviorStuff\CommandBehaviorBinding.cs
     文件        3564  2008-12-04 21:48  AttachedCommandBehavior\CommandBehaviorStuff\EventHandlerGenerator.cs
     文件        2067  2008-12-03 22:55  AttachedCommandBehavior\CommandBehaviorStuff\SimpleCommand.cs
     文件        2874  2008-12-04 22:03  AttachedCommandBehavior\DemoView.xaml
     文件         652  2008-12-04 17:22  AttachedCommandBehavior\DemoView.xaml.cs
     文件        1950  2008-12-04 21:59  AttachedCommandBehavior\DemoViewModel.cs
     目录           0  2008-12-01 13:49  AttachedCommandBehavior\obj\
     目录           0  2008-12-04 22:04  AttachedCommandBehavior\obj\Debug\
     文件        2108  2008-12-04 17:32  AttachedCommandBehavior\obj\Debug\App.g.cs
     文件        1621  2008-12-04 22:04  AttachedCommandBehavior\obj\Debug\AttachedCommandBehavior.csproj.FileListAbsolute.txt
     文件         789  2008-12-04 20:13  AttachedCommandBehavior\obj\Debug\AttachedCommandBehavior.csproj.GenerateResource.Cache
     文件       19456  2008-12-04 22:03  AttachedCommandBehavior\obj\Debug\AttachedCommandBehavior.exe
     文件        2889  2008-12-04 22:03  AttachedCommandBehavior\obj\Debug\AttachedCommandBehavior.g.resources
     文件       65024  2008-12-04 22:03  AttachedCommandBehavior\obj\Debug\AttachedCommandBehavior.pdb
     文件         180  2008-12-04 21:15  AttachedCommandBehavior\obj\Debug\AttachedCommandBehavior.Properties.Resources.resources
     文件         328  2008-12-04 22:04  AttachedCommandBehavior\obj\Debug\AttachedCommandBehavior_MarkupCompile.cache
............此处省略13个文件信息

评论

共有 条评论