Download patterns & practices: Smart Client Contrib

Description

Community contributed extensions and providers for Smart Client development

Icons

patterns & practices: Smart Client Contrib

Source Files

The download file scsfcontrib.zip has the following entries.


BuildProcessTemplates/DefaultTemplate.11.1.xaml
BuildProcessTemplates/DefaultTemplate.xaml
BuildProcessTemplates/LabDefaultTemplate.11.xaml
BuildProcessTemplates/UpgradeTemplate.xaml
Packaging/Default.target//w  ww .  j  a  v a2  s. co  m
Packaging/GenerateBuild.ps1
Packaging/GenerateZip.ps1
Packaging/PackageZip-UAB.cmd
Packaging/PackageZip.cmd
Packaging/SetGlobalVariables.ps1
Packaging/Settings-SC.xml
Packaging/Settings-UAB.xml
Packaging/Tasks/addCustomActionSupport.ps1
Packaging/Tasks/build.ps1
Packaging/Tasks/buildWixDirectories.ps1
Packaging/Tasks/generateWixComponentReferences.ps1
Packaging/Tasks/getBinaries.ps1
Packaging/Tasks/getWorkingCopy.ps1
Packaging/Tasks/removeItems.ps1
Packaging/Tasks/removeSourceControlBinding.ps1
Packaging/Tasks/replaceWixDirectoriesInTemplate.ps1
Packaging/Tasks/replaceWixGeneralParams.ps1
Packaging/Tasks/replaceWixTargetDir.ps1
Packaging/Tasks/zip.ps1
Packaging/Tools/IZARCC.exe
Packaging/Tools/Wix/CPL.TXT
Packaging/Tools/Wix/Microsoft.Tools.WindowsInstallerXml.NAntTasks.dll
Packaging/Tools/Wix/WixCop.exe
Packaging/Tools/Wix/WixDifxAppExtension.dll
Packaging/Tools/Wix/WixIIsExtension.dll
Packaging/Tools/Wix/WixNetFxExtension.dll
Packaging/Tools/Wix/WixSqlExtension.dll
Packaging/Tools/Wix/WixTasks.dll
Packaging/Tools/Wix/WixUIExtension.dll
Packaging/Tools/Wix/WixUtilExtension.dll
Packaging/Tools/Wix/WixVSExtension.dll
Packaging/Tools/Wix/candle.exe
Packaging/Tools/Wix/candle.exe.config
Packaging/Tools/Wix/darice.cub
Packaging/Tools/Wix/dark.exe
Packaging/Tools/Wix/dark.exe.config
Packaging/Tools/Wix/heat.exe
Packaging/Tools/Wix/heat.exe.config
Packaging/Tools/Wix/light.exe
Packaging/Tools/Wix/light.exe.config
Packaging/Tools/Wix/lit.exe
Packaging/Tools/Wix/lit.exe.config
Packaging/Tools/Wix/mergemod.cub
Packaging/Tools/Wix/mergemod.dll
Packaging/Tools/Wix/smoke.exe
Packaging/Tools/Wix/smoke.exe.config
Packaging/Tools/Wix/vssetup.wxs
Packaging/Tools/Wix/wconsole.dll
Packaging/Tools/Wix/winterop.dll
Packaging/Tools/Wix/wix.dll
Packaging/Tools/Wix/wix.targets
Packaging/Tools/Wix/wui.dll
Packaging/Wix/Binary/DefBannerBitmap.bmp
Packaging/Wix/Binary/InstallUtil
Packaging/Wix/Binary/MSVBDPCADLL
Packaging/Wix/Binary/NewFldrBtn.bmp
Packaging/Wix/Binary/UpFldrBtn.bmp
Packaging/Wix/Binary/VSDNETCFG
Packaging/Wix/Binary/southworks-banner.bmp
Packaging/Wix/InstallerTemplate.wxs
Trunk-Updater/App.ico
Trunk-Updater/ChangeLog.txt
Trunk-Updater/Help1.ico
Trunk-Updater/Microsoft Practices Updater Library/Microsoft.Practices.EnterpriseLibrary.Common.dll
Trunk-Updater/Microsoft Practices Updater Library/Microsoft.Practices.EnterpriseLibrary.Logging.dll
Trunk-Updater/Microsoft Practices Updater Library/Microsoft.Practices.EnterpriseLibrary.Security.Cryptography.dll
Trunk-Updater/Microsoft Practices Updater Library/Microsoft.Practices.ObjectBuilder.dll
Trunk-Updater/Samples/Automatic Update.sln
Trunk-Updater/Samples/Bootstrap.sln
Trunk-Updater/Samples/Install.vbs
Trunk-Updater/Samples/MSI.sln
Trunk-Updater/Samples/Manual Update.gpState
Trunk-Updater/Samples/Manual Update.sln
Trunk-Updater/Samples/Readme.txt
Trunk-Updater/Samples/Uninstall.vbs
Trunk-Updater/Samples/cs/AutoInproc/Client/AutoInproc/App.config
Trunk-Updater/Samples/cs/AutoInproc/Client/AutoInproc/App.ico
Trunk-Updater/Samples/cs/AutoInproc/Client/AutoInproc/AssemblyInfo.cs
Trunk-Updater/Samples/cs/AutoInproc/Client/AutoInproc/AutoInproc.csproj
Trunk-Updater/Samples/cs/AutoInproc/Client/AutoInproc/AutoInprocForm.cs
Trunk-Updater/Samples/cs/AutoInproc/Client/AutoInproc/AutoInprocForm.resx
Trunk-Updater/Samples/cs/AutoInproc/Client/AutoInprocVersion2/App.config
Trunk-Updater/Samples/cs/AutoInproc/Client/AutoInprocVersion2/App.ico
Trunk-Updater/Samples/cs/AutoInproc/Client/AutoInprocVersion2/AssemblyInfo.cs
Trunk-Updater/Samples/cs/AutoInproc/Client/AutoInprocVersion2/AutoInprocForm.cs
Trunk-Updater/Samples/cs/AutoInproc/Client/AutoInprocVersion2/AutoInprocForm.resx
Trunk-Updater/Samples/cs/AutoInproc/Client/AutoInprocVersion2/AutoInprocVersion2.csproj
Trunk-Updater/Samples/cs/AutoInproc/Readme.txt
Trunk-Updater/Samples/cs/AutoInproc/Server/manifests.xml
Trunk-Updater/Samples/cs/MSI/Client/MSI/App.config
Trunk-Updater/Samples/cs/MSI/Client/MSI/App.ico
Trunk-Updater/Samples/cs/MSI/Client/MSI/AssemblyInfo.cs
Trunk-Updater/Samples/cs/MSI/Client/MSI/LaunchStub.cs
Trunk-Updater/Samples/cs/MSI/Client/MSI/MSIQuickStart.csproj
Trunk-Updater/Samples/cs/MSI/Readme.txt
Trunk-Updater/Samples/cs/MSI/Server/SimpleApplication.msp
Trunk-Updater/Samples/cs/MSI/Server/SimpleApplicationSetup.msi
Trunk-Updater/Samples/cs/MSI/Server/msi_patch.xml
Trunk-Updater/Samples/cs/MSI/Server/msi_remove.xml
Trunk-Updater/Samples/cs/MSI/Server/msi_setup.xml
Trunk-Updater/Samples/cs/ManualInproc/Client/ManualInproc/App.config
Trunk-Updater/Samples/cs/ManualInproc/Client/ManualInproc/App.ico
Trunk-Updater/Samples/cs/ManualInproc/Client/ManualInproc/AssemblyInfo.cs
Trunk-Updater/Samples/cs/ManualInproc/Client/ManualInproc/ManualInproc.csproj
Trunk-Updater/Samples/cs/ManualInproc/Client/ManualInproc/ManualInprocForm.cs
Trunk-Updater/Samples/cs/ManualInproc/Client/ManualInproc/ManualInprocForm.resx
Trunk-Updater/Samples/cs/ManualInproc/Client/ManualInprocVersion2/App.config
Trunk-Updater/Samples/cs/ManualInproc/Client/ManualInprocVersion2/App.ico
Trunk-Updater/Samples/cs/ManualInproc/Client/ManualInprocVersion2/AssemblyInfo.cs
Trunk-Updater/Samples/cs/ManualInproc/Client/ManualInprocVersion2/ManualInprocForm.cs
Trunk-Updater/Samples/cs/ManualInproc/Client/ManualInprocVersion2/ManualInprocForm.resx
Trunk-Updater/Samples/cs/ManualInproc/Client/ManualInprocVersion2/ManualInprocVersion2.csproj
Trunk-Updater/Samples/cs/ManualInproc/Readme.txt
Trunk-Updater/Samples/cs/ManualInproc/Server/manifests.xml
Trunk-Updater/Samples/cs/SimpleAppStart/Client/SimpleAppStart/App.config
Trunk-Updater/Samples/cs/SimpleAppStart/Client/SimpleAppStart/App.ico
Trunk-Updater/Samples/cs/SimpleAppStart/Client/SimpleAppStart/AppStart.cs
Trunk-Updater/Samples/cs/SimpleAppStart/Client/SimpleAppStart/AppStartConfiguration.cs
Trunk-Updater/Samples/cs/SimpleAppStart/Client/SimpleAppStart/AssemblyInfo.cs
Trunk-Updater/Samples/cs/SimpleAppStart/Client/SimpleAppStart/ConfigSectionHandler.cs
Trunk-Updater/Samples/cs/SimpleAppStart/Client/SimpleAppStart/SimpleAppStart.csproj
Trunk-Updater/Samples/cs/SimpleAppStart/Client/SimpleApplication/App.ico
Trunk-Updater/Samples/cs/SimpleAppStart/Client/SimpleApplication/AssemblyInfo.cs
Trunk-Updater/Samples/cs/SimpleAppStart/Client/SimpleApplication/SimpleApplication.csproj
Trunk-Updater/Samples/cs/SimpleAppStart/Client/SimpleApplication/VersionInformation.cs
Trunk-Updater/Samples/cs/SimpleAppStart/Client/SimpleApplication/VersionInformation.resx
Trunk-Updater/Samples/cs/SimpleAppStart/Client/SimpleApplicationVersion2/App.ico
Trunk-Updater/Samples/cs/SimpleAppStart/Client/SimpleApplicationVersion2/AssemblyInfo.cs
Trunk-Updater/Samples/cs/SimpleAppStart/Client/SimpleApplicationVersion2/SimpleApplicationVersion2.csproj
Trunk-Updater/Samples/cs/SimpleAppStart/Client/SimpleApplicationVersion2/VersionInformation.cs
Trunk-Updater/Samples/cs/SimpleAppStart/Client/SimpleApplicationVersion2/VersionInformation.resx
Trunk-Updater/Samples/cs/SimpleAppStart/Readme.txt
Trunk-Updater/Samples/cs/SimpleAppStart/Server/BigFile.txt
Trunk-Updater/Samples/cs/SimpleAppStart/Server/manifests.xml
Trunk-Updater/Tools/ManifestEditor/App.config
Trunk-Updater/Tools/ManifestEditor/App.ico
Trunk-Updater/Tools/ManifestEditor/AssemblyInfo.cs
Trunk-Updater/Tools/ManifestEditor/ConfigureProcessor.cs
Trunk-Updater/Tools/ManifestEditor/EditorForm.cs
Trunk-Updater/Tools/ManifestEditor/EditorForm.resx
Trunk-Updater/Tools/ManifestEditor/EditorUtility.cs
Trunk-Updater/Tools/ManifestEditor/FileCopyProcessorEditor.cs
Trunk-Updater/Tools/ManifestEditor/FileCopyProcessorEditor.resx
Trunk-Updater/Tools/ManifestEditor/FileDeleteProcessorEditor.cs
Trunk-Updater/Tools/ManifestEditor/FileDeleteProcessorEditor.resx
Trunk-Updater/Tools/ManifestEditor/FolderCopyProcessorEditor.cs
Trunk-Updater/Tools/ManifestEditor/FolderCopyProcessorEditor.resx
Trunk-Updater/Tools/ManifestEditor/FolderDeleteProcessorEditor.cs
Trunk-Updater/Tools/ManifestEditor/FolderDeleteProcessorEditor.resx
Trunk-Updater/Tools/ManifestEditor/GacUtilProcessorEditor.cs
Trunk-Updater/Tools/ManifestEditor/GacUtilProcessorEditor.resx
Trunk-Updater/Tools/ManifestEditor/IProcessorConfig.cs
Trunk-Updater/Tools/ManifestEditor/InstallUtilProcessorEditor.cs
Trunk-Updater/Tools/ManifestEditor/InstallUtilProcessorEditor.resx
Trunk-Updater/Tools/ManifestEditor/MSIProcessorEditor.cs
Trunk-Updater/Tools/ManifestEditor/MSIProcessorEditor.resx
Trunk-Updater/Tools/ManifestEditor/ManifestEditor.csproj
Trunk-Updater/Tools/ManifestEditor/ManifestEditor.csproj.user
Trunk-Updater/Tools/ManifestEditor/ManifestViewer.cs
Trunk-Updater/Tools/ManifestEditor/ManifestViewer.resx
Trunk-Updater/Tools/ManifestEditor/ProcessorEditorControl.cs
Trunk-Updater/Tools/ManifestEditor/ProcessorEditorFactory.cs
Trunk-Updater/Tools/ManifestEditor/Properties/Resources.Designer.cs
Trunk-Updater/Tools/ManifestEditor/Properties/Resources.resx
Trunk-Updater/Tools/ManifestEditor/UncompressProcessorEditor.cs
Trunk-Updater/Tools/ManifestEditor/UncompressProcessorEditor.resx
Trunk-Updater/Tools/ManifestEditor/ValidateHashProcessorEditor.cs
Trunk-Updater/Tools/ManifestEditor/ValidateHashProcessorEditor.resx
Trunk-Updater/Tools/ManifestEditor/WaitForApplicationExitProcessorEditor.cs
Trunk-Updater/Tools/ManifestEditor/WaitForApplicationExitProcessorEditor.resx
Trunk-Updater/Tools/ManifestEditor/doc/Microsoft.ApplicationBlocks.Updater.Tools.ManifestEditor.xml
Trunk-Updater/Tools/ManifestEditorLib/App.config
Trunk-Updater/Tools/ManifestEditorLib/App.ico
Trunk-Updater/Tools/ManifestEditorLib/AssemblyInfo.cs
Trunk-Updater/Tools/ManifestEditorLib/FileCopyProcessorItem.cs
Trunk-Updater/Tools/ManifestEditorLib/FileDeleteProcessorItem.cs
Trunk-Updater/Tools/ManifestEditorLib/FolderCopyProcessorItem.cs
Trunk-Updater/Tools/ManifestEditorLib/FolderDeleteProcessorItem.cs
Trunk-Updater/Tools/ManifestEditorLib/GacUtilProcessorItem.cs
Trunk-Updater/Tools/ManifestEditorLib/HashAlgorithmFactory.cs
Trunk-Updater/Tools/ManifestEditorLib/IncludedManifestItem.cs
Trunk-Updater/Tools/ManifestEditorLib/InstallUtilProcessorAssembly.cs
Trunk-Updater/Tools/ManifestEditorLib/InstallUtilProcessorItem.cs
Trunk-Updater/Tools/ManifestEditorLib/MSIProcessorItem.cs
Trunk-Updater/Tools/ManifestEditorLib/ManifestEditor.cs
Trunk-Updater/Tools/ManifestEditorLib/ManifestEditorException.cs
Trunk-Updater/Tools/ManifestEditorLib/ManifestEditorLib.csproj
Trunk-Updater/Tools/ManifestEditorLib/ManifestFileItem.cs
Trunk-Updater/Tools/ManifestEditorLib/ManifestSourceFilesPath.cs
Trunk-Updater/Tools/ManifestEditorLib/ProcessorItem.cs
Trunk-Updater/Tools/ManifestEditorLib/ProcessorItemFactory.cs
Trunk-Updater/Tools/ManifestEditorLib/Properties/Resources.Designer.cs
Trunk-Updater/Tools/ManifestEditorLib/Properties/Resources.resx
Trunk-Updater/Tools/ManifestEditorLib/UncompressProcessorItem.cs
Trunk-Updater/Tools/ManifestEditorLib/ValidateHashProcessorItem.cs
Trunk-Updater/Tools/ManifestEditorLib/WaitForApplicationExitProcessorItem.cs
Trunk-Updater/Tools/ManifestEditorLib/Xsd/ManifestUtility.cs
Trunk-Updater/Tools/ManifestEditorLib/Xsd/ManifestUtility.xsd
Trunk-Updater/Tools/ManifestEditorLib/Xsd/ManifestUtility.xsx
Trunk-Updater/Tools/ManifestEditorLib/doc/ManifestEditorLib.xml
Trunk-Updater/Tools/ManifestEditorTool.sln
Trunk-Updater/manifest.ico
Trunk-Updater/src/ActivationProcessors/ActivationProcessors.csproj
Trunk-Updater/src/ActivationProcessors/ApplicationDeployProcessor.cs
Trunk-Updater/src/ActivationProcessors/AssemblyInfo.cs
Trunk-Updater/src/ActivationProcessors/FileCopyProcessor.cs
Trunk-Updater/src/ActivationProcessors/FileDeleteProcessor.cs
Trunk-Updater/src/ActivationProcessors/FolderCopyProcessor.cs
Trunk-Updater/src/ActivationProcessors/FolderDeleteProcessor.cs
Trunk-Updater/src/ActivationProcessors/GacUtilProcessor.cs
Trunk-Updater/src/ActivationProcessors/InstallUtilProcessor.cs
Trunk-Updater/src/ActivationProcessors/MSIProcessor.cs
Trunk-Updater/src/ActivationProcessors/PostApplicationExitActivationProcess/AssemblyInfo.cs
Trunk-Updater/src/ActivationProcessors/PostApplicationExitActivationProcess/PostApplicationExitActivationProcess.cs
Trunk-Updater/src/ActivationProcessors/PostApplicationExitActivationProcess/PostApplicationExitActivationProcess.csproj
Trunk-Updater/src/ActivationProcessors/PostApplicationExitActivationProcess/doc/PostApplicationExitActivationProcess.xml
Trunk-Updater/src/ActivationProcessors/Resources/PostApplicationExitActivationProcess.exe
Trunk-Updater/src/ActivationProcessors/Resources/wait.bat
Trunk-Updater/src/ActivationProcessors/UncompressProcessor.cs
Trunk-Updater/src/ActivationProcessors/ValidateHashException.cs
Trunk-Updater/src/ActivationProcessors/ValidateHashProcessor.cs
Trunk-Updater/src/ActivationProcessors/WaitForApplicationExitProcessor.cs
Trunk-Updater/src/ActivationProcessors/doc/Microsoft.ApplicationBlocks.Updater.ActivationProcessors.xml
Trunk-Updater/src/Downloaders/AssemblyInfo.cs
Trunk-Updater/src/Downloaders/BITSDownloadErrorException.cs
Trunk-Updater/src/Downloaders/BITSInterop.cs
Trunk-Updater/src/Downloaders/BitsDownloader.cs
Trunk-Updater/src/Downloaders/BitsDownloaderProviderData.cs
Trunk-Updater/src/Downloaders/Downloaders.csproj
Trunk-Updater/src/Downloaders/doc/Microsoft.ApplicationBlocks.Updater.Downloaders.xml
Trunk-Updater/src/GlobalAssemblyInfo.cs
Trunk-Updater/src/Updater Application Block 2.1.sln
Trunk-Updater/src/Updater/ActivationManager.cs
Trunk-Updater/src/Updater/ActivationPausedException.cs
Trunk-Updater/src/Updater/ApplicationUpdaterException.cs
Trunk-Updater/src/Updater/ApplicationUpdaterManager.cs
Trunk-Updater/src/Updater/AssemblyInfo.cs
Trunk-Updater/src/Updater/ClientEvents.cs
Trunk-Updater/src/Updater/Configuration/ActivationProcessorProviderData.cs
Trunk-Updater/src/Updater/Configuration/ActivationProcessorProviderDataCollection.cs
Trunk-Updater/src/Updater/Configuration/ApplicationUpdaterSettings.cs
Trunk-Updater/src/Updater/Configuration/AuthenticationType.cs
Trunk-Updater/src/Updater/Configuration/Design/ApplicationUpdaterDesignManager.cs
Trunk-Updater/src/Updater/Configuration/Design/ApplicationUpdaterNode.cs
Trunk-Updater/src/Updater/Configuration/Design/AssemblyInfo.cs
Trunk-Updater/src/Updater/Configuration/Design/BITSDownloaderNode.cs
Trunk-Updater/src/Updater/Configuration/Design/DownloaderCollectionNode.cs
Trunk-Updater/src/Updater/Configuration/Design/DownloaderNode.cs
Trunk-Updater/src/Updater/Configuration/Design/ManifestManagerNode.cs
Trunk-Updater/src/Updater/Configuration/Design/ResourceDescriptionAttribute.cs
Trunk-Updater/src/Updater/Configuration/Design/ServiceConfigNode.cs
Trunk-Updater/src/Updater/Configuration/Design/Updater.Configuration.Design.csproj
Trunk-Updater/src/Updater/Configuration/DownloaderCustomFactory.cs
Trunk-Updater/src/Updater/Configuration/DownloaderInstanceFactory.cs
Trunk-Updater/src/Updater/Configuration/DownloaderProviderData.cs
Trunk-Updater/src/Updater/Configuration/DownloaderProviderDataRetriever.cs
Trunk-Updater/src/Updater/Configuration/ManifestDownloaderProviderData.cs
Trunk-Updater/src/Updater/Configuration/ManifestManagerSettings.cs
Trunk-Updater/src/Updater/Configuration/ServiceSettings.cs
Trunk-Updater/src/Updater/Configuration/UpdaterConfigurationView.cs
Trunk-Updater/src/Updater/DownloadManager.cs
Trunk-Updater/src/Updater/Events.cs
Trunk-Updater/src/Updater/Interfaces/IActivationProcessor.cs
Trunk-Updater/src/Updater/Interfaces/IDownloader.cs
Trunk-Updater/src/Updater/Manifest/ApplicationManifest.cs
Trunk-Updater/src/Updater/Manifest/FileHashHelper.cs
Trunk-Updater/src/Updater/Manifest/FileManifest.cs
Trunk-Updater/src/Updater/Manifest/FilesCollection.cs
Trunk-Updater/src/Updater/Manifest/Manifest.cs
Trunk-Updater/src/Updater/Manifest/ManifestManager.cs
Trunk-Updater/src/Updater/Properties/Resources.Designer.cs
Trunk-Updater/src/Updater/Properties/Resources.resx
Trunk-Updater/src/Updater/RegistryManager.cs
Trunk-Updater/src/Updater/Resources/ApplicationUpdaterText.resx
Trunk-Updater/src/Updater/Resources/Resources.cs
Trunk-Updater/src/Updater/StateBag.cs
Trunk-Updater/src/Updater/Updater.csproj
Trunk-Updater/src/Updater/UpdaterTask.cs
Trunk-Updater/src/Updater/UpdaterTaskState.cs
Trunk-Updater/src/Updater/Utilities/DownloaderFactory.cs
Trunk-Updater/src/Updater/Utilities/EventLogger.cs
Trunk-Updater/src/Updater/Utilities/FileUtility.cs
Trunk-Updater/src/Updater/Utilities/Logger.cs
Trunk-Updater/src/Updater/Utilities/ProcessorFactory.cs
Trunk-Updater/src/Updater/Utilities/SchemaValidator.cs
Trunk-Updater/src/Updater/Xsd/Manifest.cs
Trunk-Updater/src/Updater/Xsd/Manifest.xsd
Trunk-Updater/src/Updater/Xsd/Manifest.xsx
Trunk-Updater/src/Updater/doc/Microsoft.ApplicationBlocks.Updater.xml
Trunk-Updater/word.ico
Trunk/Microsoft Practices Library/Microsoft.Practices.CompositeUI.WPF.dll
Trunk/Microsoft Practices Library/Microsoft.Practices.CompositeUI.WinForms.dll
Trunk/Microsoft Practices Library/Microsoft.Practices.CompositeUI.dll
Trunk/Microsoft Practices Library/Microsoft.Practices.EnterpriseLibrary.Common.dll
Trunk/Microsoft Practices Library/Microsoft.Practices.EnterpriseLibrary.ExceptionHandling.Logging.dll
Trunk/Microsoft Practices Library/Microsoft.Practices.EnterpriseLibrary.ExceptionHandling.dll
Trunk/Microsoft Practices Library/Microsoft.Practices.EnterpriseLibrary.Logging.dll
Trunk/Microsoft Practices Library/Microsoft.Practices.ObjectBuilder.dll
Trunk/Microsoft Practices Library/WeifenLuo.WinFormsUI.Docking.dll
Trunk/Microsoft Practices Library/license.txt
Trunk/Readme.txt
Trunk/Samples/BankTeller/SourceHybrid/BankTeller.Layout/BankTeller.Layout.csproj
Trunk/Samples/BankTeller/SourceHybrid/BankTeller.Layout/BankTeller.Layout.csproj.vspscc
Trunk/Samples/BankTeller/SourceHybrid/BankTeller.Layout/Module.cs
Trunk/Samples/BankTeller/SourceHybrid/BankTeller.Layout/Properties/AssemblyInfo.cs
Trunk/Samples/BankTeller/SourceHybrid/BankTeller.Layout/ShellLayoutView.Designer.cs
Trunk/Samples/BankTeller/SourceHybrid/BankTeller.Layout/ShellLayoutView.cs
Trunk/Samples/BankTeller/SourceHybrid/BankTeller.Layout/ShellLayoutView.resx
Trunk/Samples/BankTeller/SourceHybrid/BankTeller.Layout/ShellLayoutViewPresenter.cs
Trunk/Samples/BankTeller/SourceHybrid/BankTellerCommon/BankTellerCommon.csproj
Trunk/Samples/BankTeller/SourceHybrid/BankTellerCommon/BankTellerCommon.csproj.vspscc
Trunk/Samples/BankTeller/SourceHybrid/BankTellerCommon/BusinessEntities/Customer.cs
Trunk/Samples/BankTeller/SourceHybrid/BankTellerCommon/BusinessEntities/CustomerAccount.cs
Trunk/Samples/BankTeller/SourceHybrid/BankTellerCommon/Properties/AssemblyInfo.cs
Trunk/Samples/BankTeller/SourceHybrid/BankTellerModule/BankTellerModule.csproj
Trunk/Samples/BankTeller/SourceHybrid/BankTellerModule/BankTellerModule.csproj.vspscc
Trunk/Samples/BankTeller/SourceHybrid/BankTellerModule/Constants/CommandNames.cs
Trunk/Samples/BankTeller/SourceHybrid/BankTellerModule/Constants/EventTopicNames.cs
Trunk/Samples/BankTeller/SourceHybrid/BankTellerModule/Constants/UIExtensionSiteNames.cs
Trunk/Samples/BankTeller/SourceHybrid/BankTellerModule/Constants/WorkspaceNames.cs
Trunk/Samples/BankTeller/SourceHybrid/BankTellerModule/CustomerWorkItemController.cs
Trunk/Samples/BankTeller/SourceHybrid/BankTellerModule/Module.cs
Trunk/Samples/BankTeller/SourceHybrid/BankTellerModule/ModuleController.cs
Trunk/Samples/BankTeller/SourceHybrid/BankTellerModule/Properties/AssemblyInfo.cs
Trunk/Samples/BankTeller/SourceHybrid/BankTellerModule/Properties/DataSources/BankTeller.BankTellerCommon.Customer.datasource
Trunk/Samples/BankTeller/SourceHybrid/BankTellerModule/Properties/DataSources/BankTeller.BankTellerCommon.CustomerAccount.datasource
Trunk/Samples/BankTeller/SourceHybrid/BankTellerModule/Properties/Resources.Designer.cs
Trunk/Samples/BankTeller/SourceHybrid/BankTellerModule/Properties/Resources.resx
Trunk/Samples/BankTeller/SourceHybrid/BankTellerModule/Services/ContextService.cs
Trunk/Samples/BankTeller/SourceHybrid/BankTellerModule/Services/CustomerAccountService.cs
Trunk/Samples/BankTeller/SourceHybrid/BankTellerModule/Services/CustomerQueueService.cs
Trunk/Samples/BankTeller/SourceHybrid/BankTellerModule/Views/BankTeller/CustomerQueueView/CustomerQueueView.xaml
Trunk/Samples/BankTeller/SourceHybrid/BankTellerModule/Views/BankTeller/CustomerQueueView/CustomerQueueView.xaml.GeneratedCode.cs
Trunk/Samples/BankTeller/SourceHybrid/BankTellerModule/Views/BankTeller/CustomerQueueView/CustomerQueueView.xaml.cs
Trunk/Samples/BankTeller/SourceHybrid/BankTellerModule/Views/BankTeller/CustomerQueueView/CustomerQueueViewPresenter.GeneratedCode.cs
Trunk/Samples/BankTeller/SourceHybrid/BankTellerModule/Views/BankTeller/CustomerQueueView/CustomerQueueViewPresenter.cs
Trunk/Samples/BankTeller/SourceHybrid/BankTellerModule/Views/BankTeller/CustomerQueueView/ICustomerQueueView.cs
Trunk/Samples/BankTeller/SourceHybrid/BankTellerModule/Views/BankTeller/SideBarView/ISideBarView.cs
Trunk/Samples/BankTeller/SourceHybrid/BankTellerModule/Views/BankTeller/SideBarView/SideBarView.Designer.cs
Trunk/Samples/BankTeller/SourceHybrid/BankTellerModule/Views/BankTeller/SideBarView/SideBarView.GeneratedCode.cs
Trunk/Samples/BankTeller/SourceHybrid/BankTellerModule/Views/BankTeller/SideBarView/SideBarView.cs
Trunk/Samples/BankTeller/SourceHybrid/BankTellerModule/Views/BankTeller/SideBarView/SideBarView.resx
Trunk/Samples/BankTeller/SourceHybrid/BankTellerModule/Views/BankTeller/SideBarView/SideBarViewPresenter.GeneratedCode.cs
Trunk/Samples/BankTeller/SourceHybrid/BankTellerModule/Views/BankTeller/SideBarView/SideBarViewPresenter.cs
Trunk/Samples/BankTeller/SourceHybrid/BankTellerModule/Views/BankTeller/UserInfoView/IUserInfoView.cs
Trunk/Samples/BankTeller/SourceHybrid/BankTellerModule/Views/BankTeller/UserInfoView/UserInfoView.xaml
Trunk/Samples/BankTeller/SourceHybrid/BankTellerModule/Views/BankTeller/UserInfoView/UserInfoView.xaml.GeneratedCode.cs
Trunk/Samples/BankTeller/SourceHybrid/BankTellerModule/Views/BankTeller/UserInfoView/UserInfoView.xaml.cs
Trunk/Samples/BankTeller/SourceHybrid/BankTellerModule/Views/BankTeller/UserInfoView/UserInfoViewPresenter.GeneratedCode.cs
Trunk/Samples/BankTeller/SourceHybrid/BankTellerModule/Views/BankTeller/UserInfoView/UserInfoViewPresenter.cs
Trunk/Samples/BankTeller/SourceHybrid/BankTellerModule/Views/BankTellerStyles.xaml
Trunk/Samples/BankTeller/SourceHybrid/BankTellerModule/Views/Customer/CustomerAccountView/CustomerAccountView.xaml
Trunk/Samples/BankTeller/SourceHybrid/BankTellerModule/Views/Customer/CustomerAccountView/CustomerAccountView.xaml.GeneratedCode.cs
Trunk/Samples/BankTeller/SourceHybrid/BankTellerModule/Views/Customer/CustomerAccountView/CustomerAccountView.xaml.cs
Trunk/Samples/BankTeller/SourceHybrid/BankTellerModule/Views/Customer/CustomerAccountView/CustomerAccountViewPresenter.GeneratedCode.cs
Trunk/Samples/BankTeller/SourceHybrid/BankTellerModule/Views/Customer/CustomerAccountView/CustomerAccountViewPresenter.cs
Trunk/Samples/BankTeller/SourceHybrid/BankTellerModule/Views/Customer/CustomerAccountView/ICustomerAccountView.cs
Trunk/Samples/BankTeller/SourceHybrid/BankTellerModule/Views/Customer/CustomerCommentsView/CustomerCommentsView.xaml
Trunk/Samples/BankTeller/SourceHybrid/BankTellerModule/Views/Customer/CustomerCommentsView/CustomerCommentsView.xaml.GeneratedCode.cs
Trunk/Samples/BankTeller/SourceHybrid/BankTellerModule/Views/Customer/CustomerCommentsView/CustomerCommentsView.xaml.cs
Trunk/Samples/BankTeller/SourceHybrid/BankTellerModule/Views/Customer/CustomerCommentsView/CustomerCommentsViewPresenter.GeneratedCode.cs
Trunk/Samples/BankTeller/SourceHybrid/BankTellerModule/Views/Customer/CustomerCommentsView/CustomerCommentsViewPresenter.cs
Trunk/Samples/BankTeller/SourceHybrid/BankTellerModule/Views/Customer/CustomerCommentsView/ICustomerCommentsView.cs
Trunk/Samples/BankTeller/SourceHybrid/BankTellerModule/Views/Customer/CustomerDetailView/CustomerDetailView.xaml
Trunk/Samples/BankTeller/SourceHybrid/BankTellerModule/Views/Customer/CustomerDetailView/CustomerDetailView.xaml.GeneratedCode.cs
Trunk/Samples/BankTeller/SourceHybrid/BankTellerModule/Views/Customer/CustomerDetailView/CustomerDetailView.xaml.cs
Trunk/Samples/BankTeller/SourceHybrid/BankTellerModule/Views/Customer/CustomerDetailView/CustomerDetailViewPresenter.GeneratedCode.cs
Trunk/Samples/BankTeller/SourceHybrid/BankTellerModule/Views/Customer/CustomerDetailView/CustomerDetailViewPresenter.cs
Trunk/Samples/BankTeller/SourceHybrid/BankTellerModule/Views/Customer/CustomerDetailView/ICustomerDetailView.cs
Trunk/Samples/BankTeller/SourceHybrid/BankTellerModule/Views/Customer/CustomerHeaderView/CustomerHeaderView.xaml
Trunk/Samples/BankTeller/SourceHybrid/BankTellerModule/Views/Customer/CustomerHeaderView/CustomerHeaderView.xaml.GeneratedCode.cs
Trunk/Samples/BankTeller/SourceHybrid/BankTellerModule/Views/Customer/CustomerHeaderView/CustomerHeaderView.xaml.cs
Trunk/Samples/BankTeller/SourceHybrid/BankTellerModule/Views/Customer/CustomerHeaderView/CustomerHeaderViewPresenter.GeneratedCode.cs
Trunk/Samples/BankTeller/SourceHybrid/BankTellerModule/Views/Customer/CustomerHeaderView/CustomerHeaderViewPresenter.cs
Trunk/Samples/BankTeller/SourceHybrid/BankTellerModule/Views/Customer/CustomerHeaderView/ICustomerHeaderView.cs
Trunk/Samples/BankTeller/SourceHybrid/BankTellerModule/Views/Customer/CustomerInfoView/CustomerInfoView.xaml
Trunk/Samples/BankTeller/SourceHybrid/BankTellerModule/Views/Customer/CustomerInfoView/CustomerInfoView.xaml.GeneratedCode.cs
Trunk/Samples/BankTeller/SourceHybrid/BankTellerModule/Views/Customer/CustomerInfoView/CustomerInfoView.xaml.cs
Trunk/Samples/BankTeller/SourceHybrid/BankTellerModule/Views/Customer/CustomerInfoView/CustomerInfoViewPresenter.GeneratedCode.cs
Trunk/Samples/BankTeller/SourceHybrid/BankTellerModule/Views/Customer/CustomerInfoView/CustomerInfoViewPresenter.cs
Trunk/Samples/BankTeller/SourceHybrid/BankTellerModule/Views/Customer/CustomerInfoView/ICustomerInfoView.cs
Trunk/Samples/BankTeller/SourceHybrid/BankTellerModule/Views/Customer/CustomerSummaryView/CustomerSummaryView.Designer.cs
Trunk/Samples/BankTeller/SourceHybrid/BankTellerModule/Views/Customer/CustomerSummaryView/CustomerSummaryView.GeneratedCode.cs
Trunk/Samples/BankTeller/SourceHybrid/BankTellerModule/Views/Customer/CustomerSummaryView/CustomerSummaryView.cs
Trunk/Samples/BankTeller/SourceHybrid/BankTellerModule/Views/Customer/CustomerSummaryView/CustomerSummaryView.resx
Trunk/Samples/BankTeller/SourceHybrid/BankTellerModule/Views/Customer/CustomerSummaryView/CustomerSummaryViewPresenter.GeneratedCode.cs
Trunk/Samples/BankTeller/SourceHybrid/BankTellerModule/Views/Customer/CustomerSummaryView/CustomerSummaryViewPresenter.cs
Trunk/Samples/BankTeller/SourceHybrid/BankTellerModule/Views/Customer/CustomerSummaryView/ICustomerSummaryView.cs
Trunk/Samples/BankTeller/SourceHybrid/CustomerMapExtensionModule/CustomerMapExtensionModule.csproj
Trunk/Samples/BankTeller/SourceHybrid/CustomerMapExtensionModule/CustomerMapExtensionModule.csproj.vspscc
Trunk/Samples/BankTeller/SourceHybrid/CustomerMapExtensionModule/CustomerWorkItemExtension.cs
Trunk/Samples/BankTeller/SourceHybrid/CustomerMapExtensionModule/Properties/AssemblyInfo.cs
Trunk/Samples/BankTeller/SourceHybrid/CustomerMapExtensionModule/Views/CustomerMap/CustomerMap.xaml
Trunk/Samples/BankTeller/SourceHybrid/CustomerMapExtensionModule/Views/CustomerMap/CustomerMap.xaml.cs
Trunk/Samples/BankTeller/SourceHybrid/CustomerMapExtensionModule/Views/CustomerMap/ICustomerMap.cs
Trunk/Samples/BankTeller/SourceHybrid/Infrastructure/Infrastructure.Interface/ActionAttribute.cs
Trunk/Samples/BankTeller/SourceHybrid/Infrastructure/Infrastructure.Interface/Constants/CommandNames.cs
Trunk/Samples/BankTeller/SourceHybrid/Infrastructure/Infrastructure.Interface/Constants/EventTopicNames.cs
Trunk/Samples/BankTeller/SourceHybrid/Infrastructure/Infrastructure.Interface/Constants/UIExtensionSiteNames.cs
Trunk/Samples/BankTeller/SourceHybrid/Infrastructure/Infrastructure.Interface/Constants/WorkspaceNames.cs
Trunk/Samples/BankTeller/SourceHybrid/Infrastructure/Infrastructure.Interface/ControlledWorkItem.cs
Trunk/Samples/BankTeller/SourceHybrid/Infrastructure/Infrastructure.Interface/EventArgs.cs
Trunk/Samples/BankTeller/SourceHybrid/Infrastructure/Infrastructure.Interface/IWorkItemController.cs
Trunk/Samples/BankTeller/SourceHybrid/Infrastructure/Infrastructure.Interface/Infrastructure.Interface.csproj
Trunk/Samples/BankTeller/SourceHybrid/Infrastructure/Infrastructure.Interface/Infrastructure.Interface.csproj.vspscc
Trunk/Samples/BankTeller/SourceHybrid/Infrastructure/Infrastructure.Interface/Presenter.cs
Trunk/Samples/BankTeller/SourceHybrid/Infrastructure/Infrastructure.Interface/Properties/AssemblyInfo.cs
Trunk/Samples/BankTeller/SourceHybrid/Infrastructure/Infrastructure.Interface/Services/EntityTranslatorException.cs
Trunk/Samples/BankTeller/SourceHybrid/Infrastructure/Infrastructure.Interface/Services/IActionCatalogService.cs
Trunk/Samples/BankTeller/SourceHybrid/Infrastructure/Infrastructure.Interface/Services/IActionCondition.cs
Trunk/Samples/BankTeller/SourceHybrid/Infrastructure/Infrastructure.Interface/Services/IEntityTranslator.cs
Trunk/Samples/BankTeller/SourceHybrid/Infrastructure/Infrastructure.Interface/Services/IEntityTranslatorService.cs
Trunk/Samples/BankTeller/SourceHybrid/Infrastructure/Infrastructure.Interface/Services/IImpersonationContext.cs
Trunk/Samples/BankTeller/SourceHybrid/Infrastructure/Infrastructure.Interface/Services/IImpersonationService.cs
Trunk/Samples/BankTeller/SourceHybrid/Infrastructure/Infrastructure.Interface/Services/IPersistenceService.cs
Trunk/Samples/BankTeller/SourceHybrid/Infrastructure/Infrastructure.Interface/Services/IWorkspaceLocatorService.cs
Trunk/Samples/BankTeller/SourceHybrid/Infrastructure/Infrastructure.Interface/WorkItemController.cs
Trunk/Samples/BankTeller/SourceHybrid/Infrastructure/Infrastructure.Library/BuilderStrategies/ActionStrategy.cs
Trunk/Samples/BankTeller/SourceHybrid/Infrastructure/Infrastructure.Library/EntLib/EventTopicExceptionFormatter.cs
Trunk/Samples/BankTeller/SourceHybrid/Infrastructure/Infrastructure.Library/EntityTranslators/BaseTranslator.cs
Trunk/Samples/BankTeller/SourceHybrid/Infrastructure/Infrastructure.Library/EntityTranslators/EntityMapperTranslator.cs
Trunk/Samples/BankTeller/SourceHybrid/Infrastructure/Infrastructure.Library/Infrastructure.Library.csproj
Trunk/Samples/BankTeller/SourceHybrid/Infrastructure/Infrastructure.Library/Infrastructure.Library.csproj.vspscc
Trunk/Samples/BankTeller/SourceHybrid/Infrastructure/Infrastructure.Library/Properties/AssemblyInfo.cs
Trunk/Samples/BankTeller/SourceHybrid/Infrastructure/Infrastructure.Library/Properties/Resources.Designer.cs
Trunk/Samples/BankTeller/SourceHybrid/Infrastructure/Infrastructure.Library/Properties/Resources.resx
Trunk/Samples/BankTeller/SourceHybrid/Infrastructure/Infrastructure.Library/Services/ActionCatalogException.cs
Trunk/Samples/BankTeller/SourceHybrid/Infrastructure/Infrastructure.Library/Services/ActionCatalogService.cs
Trunk/Samples/BankTeller/SourceHybrid/Infrastructure/Infrastructure.Library/Services/DependentModuleInfo.cs
Trunk/Samples/BankTeller/SourceHybrid/Infrastructure/Infrastructure.Library/Services/DependentModuleLoaderService.cs
Trunk/Samples/BankTeller/SourceHybrid/Infrastructure/Infrastructure.Library/Services/EntityTranslatorService.cs
Trunk/Samples/BankTeller/SourceHybrid/Infrastructure/Infrastructure.Library/Services/IDependentModuleInfo.cs
Trunk/Samples/BankTeller/SourceHybrid/Infrastructure/Infrastructure.Library/Services/IModuleInfoStore.cs
Trunk/Samples/BankTeller/SourceHybrid/Infrastructure/Infrastructure.Library/Services/IProfileCatalogService.cs
Trunk/Samples/BankTeller/SourceHybrid/Infrastructure/Infrastructure.Library/Services/ISolutionProfileParser.cs
Trunk/Samples/BankTeller/SourceHybrid/Infrastructure/Infrastructure.Library/Services/ModuleMetadataReflectionHelper.cs
Trunk/Samples/BankTeller/SourceHybrid/Infrastructure/Infrastructure.Library/Services/PersistenceService.cs
Trunk/Samples/BankTeller/SourceHybrid/Infrastructure/Infrastructure.Library/Services/ProfileCatalogModuleInfoStore.cs
Trunk/Samples/BankTeller/SourceHybrid/Infrastructure/Infrastructure.Library/Services/SolutionProfileV1Parser.cs
Trunk/Samples/BankTeller/SourceHybrid/Infrastructure/Infrastructure.Library/Services/SolutionProfileV2Parser.cs
Trunk/Samples/BankTeller/SourceHybrid/Infrastructure/Infrastructure.Library/Services/WebServiceCatalogModuleInfoStore.cs
Trunk/Samples/BankTeller/SourceHybrid/Infrastructure/Infrastructure.Library/Services/WorkspaceLocatorService.cs
Trunk/Samples/BankTeller/SourceHybrid/Infrastructure/Infrastructure.Library/Services/XmlStreamDependentModuleEnumerator.cs
Trunk/Samples/BankTeller/SourceHybrid/Infrastructure/Infrastructure.Library/Services/XmlValidationHelper.cs
Trunk/Samples/BankTeller/SourceHybrid/Infrastructure/Infrastructure.Library/SmartClientApplication.cs
Trunk/Samples/BankTeller/SourceHybrid/Infrastructure/Infrastructure.Library/SolutionProfileV1.cs
Trunk/Samples/BankTeller/SourceHybrid/Infrastructure/Infrastructure.Library/SolutionProfileV1.xsd
Trunk/Samples/BankTeller/SourceHybrid/Infrastructure/Infrastructure.Library/SolutionProfileV2.cs
Trunk/Samples/BankTeller/SourceHybrid/Infrastructure/Infrastructure.Library/SolutionProfileV2.xsd
Trunk/Samples/BankTeller/SourceHybrid/Infrastructure/Infrastructure.Library/UI/WindowSmartpartInfo.cs
Trunk/Samples/BankTeller/SourceHybrid/Infrastructure/Infrastructure.Library/UI/WindowWorkspace.cs
Trunk/Samples/BankTeller/SourceHybrid/Infrastructure/Infrastructure.Library/UI/WindowWorkspaceSetting.cs
Trunk/Samples/BankTeller/SourceHybrid/Infrastructure/Infrastructure.Module/Infrastructure.Module.csproj
Trunk/Samples/BankTeller/SourceHybrid/Infrastructure/Infrastructure.Module/Infrastructure.Module.csproj.vspscc
Trunk/Samples/BankTeller/SourceHybrid/Infrastructure/Infrastructure.Module/Module.cs
Trunk/Samples/BankTeller/SourceHybrid/Infrastructure/Infrastructure.Module/ModuleController.cs
Trunk/Samples/BankTeller/SourceHybrid/Infrastructure/Infrastructure.Module/Properties/AssemblyInfo.cs
Trunk/Samples/BankTeller/SourceHybrid/Infrastructure/Infrastructure.Module/Services/UIElementBuilder/Config/MenuItemElement.cs
Trunk/Samples/BankTeller/SourceHybrid/Infrastructure/Infrastructure.Module/Services/UIElementBuilder/Config/MenuItemElementCollection.cs
Trunk/Samples/BankTeller/SourceHybrid/Infrastructure/Infrastructure.Module/Services/UIElementBuilder/Config/ShellItemsSection.cs
Trunk/Samples/BankTeller/SourceHybrid/Infrastructure/Infrastructure.Module/Services/UIElementBuilder/IUIElementBuilder.cs
Trunk/Samples/BankTeller/SourceHybrid/Infrastructure/Infrastructure.Module/Services/UIElementBuilder/UIElementBuilder.cs
Trunk/Samples/BankTeller/SourceHybrid/Infrastructure/Shell/App.config
Trunk/Samples/BankTeller/SourceHybrid/Infrastructure/Shell/ProfileCatalog.xml
Trunk/Samples/BankTeller/SourceHybrid/Infrastructure/Shell/Properties/AssemblyInfo.cs
Trunk/Samples/BankTeller/SourceHybrid/Infrastructure/Shell/Shell.csproj
Trunk/Samples/BankTeller/SourceHybrid/Infrastructure/Shell/Shell.csproj.vspscc
Trunk/Samples/BankTeller/SourceHybrid/Infrastructure/Shell/ShellApplication.cs
Trunk/Samples/BankTeller/SourceHybrid/Infrastructure/Shell/ShellForm.Designer.cs
Trunk/Samples/BankTeller/SourceHybrid/Infrastructure/Shell/ShellForm.cs
Trunk/Samples/BankTeller/SourceHybrid/Infrastructure/Shell/ShellForm.resx
Trunk/Samples/BankTeller/SourceWinforms/BankTeller.Layout/BankTeller.Layout.csproj
Trunk/Samples/BankTeller/SourceWinforms/BankTeller.Layout/BankTeller.Layout.csproj.vspscc
Trunk/Samples/BankTeller/SourceWinforms/BankTeller.Layout/Module.cs
Trunk/Samples/BankTeller/SourceWinforms/BankTeller.Layout/Properties/AssemblyInfo.cs
Trunk/Samples/BankTeller/SourceWinforms/BankTeller.Layout/ShellLayoutView.Designer.cs
Trunk/Samples/BankTeller/SourceWinforms/BankTeller.Layout/ShellLayoutView.cs
Trunk/Samples/BankTeller/SourceWinforms/BankTeller.Layout/ShellLayoutView.resx
Trunk/Samples/BankTeller/SourceWinforms/BankTeller.Layout/ShellLayoutViewPresenter.cs
Trunk/Samples/BankTeller/SourceWinforms/BankTellerCommon/BankTellerCommon.csproj
Trunk/Samples/BankTeller/SourceWinforms/BankTellerCommon/BankTellerCommon.csproj.vspscc
Trunk/Samples/BankTeller/SourceWinforms/BankTellerCommon/BusinessEntities/Customer.cs
Trunk/Samples/BankTeller/SourceWinforms/BankTellerCommon/BusinessEntities/CustomerAccount.cs
Trunk/Samples/BankTeller/SourceWinforms/BankTellerCommon/Properties/AssemblyInfo.cs
Trunk/Samples/BankTeller/SourceWinforms/BankTellerModule/BankTellerModule.csproj
Trunk/Samples/BankTeller/SourceWinforms/BankTellerModule/BankTellerModule.csproj.vspscc
Trunk/Samples/BankTeller/SourceWinforms/BankTellerModule/Constants/CommandNames.cs
Trunk/Samples/BankTeller/SourceWinforms/BankTellerModule/Constants/EventTopicNames.cs
Trunk/Samples/BankTeller/SourceWinforms/BankTellerModule/Constants/UIExtensionSiteNames.cs
Trunk/Samples/BankTeller/SourceWinforms/BankTellerModule/Constants/WorkspaceNames.cs
Trunk/Samples/BankTeller/SourceWinforms/BankTellerModule/CustomerWorkItemController.cs
Trunk/Samples/BankTeller/SourceWinforms/BankTellerModule/Module.cs
Trunk/Samples/BankTeller/SourceWinforms/BankTellerModule/ModuleController.cs
Trunk/Samples/BankTeller/SourceWinforms/BankTellerModule/Properties/AssemblyInfo.cs
Trunk/Samples/BankTeller/SourceWinforms/BankTellerModule/Properties/DataSources/BankTeller.BankTellerCommon.Customer.datasource
Trunk/Samples/BankTeller/SourceWinforms/BankTellerModule/Properties/DataSources/BankTeller.BankTellerCommon.CustomerAccount.datasource
Trunk/Samples/BankTeller/SourceWinforms/BankTellerModule/Properties/Resources.Designer.cs
Trunk/Samples/BankTeller/SourceWinforms/BankTellerModule/Properties/Resources.resx
Trunk/Samples/BankTeller/SourceWinforms/BankTellerModule/Services/ContextService.cs
Trunk/Samples/BankTeller/SourceWinforms/BankTellerModule/Services/CustomerAccountService.cs
Trunk/Samples/BankTeller/SourceWinforms/BankTellerModule/Services/CustomerQueueService.cs
Trunk/Samples/BankTeller/SourceWinforms/BankTellerModule/Views/BankTeller/CustomerQueueView/CustomerQueueView.Designer.cs
Trunk/Samples/BankTeller/SourceWinforms/BankTellerModule/Views/BankTeller/CustomerQueueView/CustomerQueueView.GeneratedCode.cs
Trunk/Samples/BankTeller/SourceWinforms/BankTellerModule/Views/BankTeller/CustomerQueueView/CustomerQueueView.cs
Trunk/Samples/BankTeller/SourceWinforms/BankTellerModule/Views/BankTeller/CustomerQueueView/CustomerQueueViewPresenter.GeneratedCode.cs
Trunk/Samples/BankTeller/SourceWinforms/BankTellerModule/Views/BankTeller/CustomerQueueView/CustomerQueueViewPresenter.cs
Trunk/Samples/BankTeller/SourceWinforms/BankTellerModule/Views/BankTeller/CustomerQueueView/ICustomerQueueView.cs
Trunk/Samples/BankTeller/SourceWinforms/BankTellerModule/Views/BankTeller/SideBarView/ISideBarView.cs
Trunk/Samples/BankTeller/SourceWinforms/BankTellerModule/Views/BankTeller/SideBarView/SideBarView.Designer.cs
Trunk/Samples/BankTeller/SourceWinforms/BankTellerModule/Views/BankTeller/SideBarView/SideBarView.GeneratedCode.cs
Trunk/Samples/BankTeller/SourceWinforms/BankTellerModule/Views/BankTeller/SideBarView/SideBarView.cs
Trunk/Samples/BankTeller/SourceWinforms/BankTellerModule/Views/BankTeller/SideBarView/SideBarView.resx
Trunk/Samples/BankTeller/SourceWinforms/BankTellerModule/Views/BankTeller/SideBarView/SideBarViewPresenter.GeneratedCode.cs
Trunk/Samples/BankTeller/SourceWinforms/BankTellerModule/Views/BankTeller/SideBarView/SideBarViewPresenter.cs
Trunk/Samples/BankTeller/SourceWinforms/BankTellerModule/Views/BankTeller/UserInfoView/IUserInfoView.cs
Trunk/Samples/BankTeller/SourceWinforms/BankTellerModule/Views/BankTeller/UserInfoView/UserInfoView.Designer.cs
Trunk/Samples/BankTeller/SourceWinforms/BankTellerModule/Views/BankTeller/UserInfoView/UserInfoView.GeneratedCode.cs
Trunk/Samples/BankTeller/SourceWinforms/BankTellerModule/Views/BankTeller/UserInfoView/UserInfoView.cs
Trunk/Samples/BankTeller/SourceWinforms/BankTellerModule/Views/BankTeller/UserInfoView/UserInfoViewPresenter.GeneratedCode.cs
Trunk/Samples/BankTeller/SourceWinforms/BankTellerModule/Views/BankTeller/UserInfoView/UserInfoViewPresenter.cs
Trunk/Samples/BankTeller/SourceWinforms/BankTellerModule/Views/Customer/CustomerAccountView/CustomerAccountView.Designer.cs
Trunk/Samples/BankTeller/SourceWinforms/BankTellerModule/Views/Customer/CustomerAccountView/CustomerAccountView.GeneratedCode.cs
Trunk/Samples/BankTeller/SourceWinforms/BankTellerModule/Views/Customer/CustomerAccountView/CustomerAccountView.cs
Trunk/Samples/BankTeller/SourceWinforms/BankTellerModule/Views/Customer/CustomerAccountView/CustomerAccountView.resx
Trunk/Samples/BankTeller/SourceWinforms/BankTellerModule/Views/Customer/CustomerAccountView/CustomerAccountViewPresenter.GeneratedCode.cs
Trunk/Samples/BankTeller/SourceWinforms/BankTellerModule/Views/Customer/CustomerAccountView/CustomerAccountViewPresenter.cs
Trunk/Samples/BankTeller/SourceWinforms/BankTellerModule/Views/Customer/CustomerAccountView/ICustomerAccountView.cs
Trunk/Samples/BankTeller/SourceWinforms/BankTellerModule/Views/Customer/CustomerCommentsView/CustomerCommentsView.Designer.cs
Trunk/Samples/BankTeller/SourceWinforms/BankTellerModule/Views/Customer/CustomerCommentsView/CustomerCommentsView.GeneratedCode.cs
Trunk/Samples/BankTeller/SourceWinforms/BankTellerModule/Views/Customer/CustomerCommentsView/CustomerCommentsView.cs
Trunk/Samples/BankTeller/SourceWinforms/BankTellerModule/Views/Customer/CustomerCommentsView/CustomerCommentsView.resx
Trunk/Samples/BankTeller/SourceWinforms/BankTellerModule/Views/Customer/CustomerCommentsView/CustomerCommentsViewPresenter.GeneratedCode.cs
Trunk/Samples/BankTeller/SourceWinforms/BankTellerModule/Views/Customer/CustomerCommentsView/CustomerCommentsViewPresenter.cs
Trunk/Samples/BankTeller/SourceWinforms/BankTellerModule/Views/Customer/CustomerCommentsView/ICustomerCommentsView.cs
Trunk/Samples/BankTeller/SourceWinforms/BankTellerModule/Views/Customer/CustomerDetailView/CustomerDetailView.Designer.cs
Trunk/Samples/BankTeller/SourceWinforms/BankTellerModule/Views/Customer/CustomerDetailView/CustomerDetailView.GeneratedCode.cs
Trunk/Samples/BankTeller/SourceWinforms/BankTellerModule/Views/Customer/CustomerDetailView/CustomerDetailView.cs
Trunk/Samples/BankTeller/SourceWinforms/BankTellerModule/Views/Customer/CustomerDetailView/CustomerDetailView.resx
Trunk/Samples/BankTeller/SourceWinforms/BankTellerModule/Views/Customer/CustomerDetailView/CustomerDetailViewPresenter.GeneratedCode.cs
Trunk/Samples/BankTeller/SourceWinforms/BankTellerModule/Views/Customer/CustomerDetailView/CustomerDetailViewPresenter.cs
Trunk/Samples/BankTeller/SourceWinforms/BankTellerModule/Views/Customer/CustomerDetailView/ICustomerDetailView.cs
Trunk/Samples/BankTeller/SourceWinforms/BankTellerModule/Views/Customer/CustomerHeaderView/CustomerHeaderView.Designer.cs
Trunk/Samples/BankTeller/SourceWinforms/BankTellerModule/Views/Customer/CustomerHeaderView/CustomerHeaderView.GeneratedCode.cs
Trunk/Samples/BankTeller/SourceWinforms/BankTellerModule/Views/Customer/CustomerHeaderView/CustomerHeaderView.cs
Trunk/Samples/BankTeller/SourceWinforms/BankTellerModule/Views/Customer/CustomerHeaderView/CustomerHeaderView.resx
Trunk/Samples/BankTeller/SourceWinforms/BankTellerModule/Views/Customer/CustomerHeaderView/CustomerHeaderViewPresenter.GeneratedCode.cs
Trunk/Samples/BankTeller/SourceWinforms/BankTellerModule/Views/Customer/CustomerHeaderView/CustomerHeaderViewPresenter.cs
Trunk/Samples/BankTeller/SourceWinforms/BankTellerModule/Views/Customer/CustomerHeaderView/ICustomerHeaderView.cs
Trunk/Samples/BankTeller/SourceWinforms/BankTellerModule/Views/Customer/CustomerSummaryView/CustomerSummaryView.Designer.cs
Trunk/Samples/BankTeller/SourceWinforms/BankTellerModule/Views/Customer/CustomerSummaryView/CustomerSummaryView.GeneratedCode.cs
Trunk/Samples/BankTeller/SourceWinforms/BankTellerModule/Views/Customer/CustomerSummaryView/CustomerSummaryView.cs
Trunk/Samples/BankTeller/SourceWinforms/BankTellerModule/Views/Customer/CustomerSummaryView/CustomerSummaryView.resx
Trunk/Samples/BankTeller/SourceWinforms/BankTellerModule/Views/Customer/CustomerSummaryView/CustomerSummaryViewPresenter.GeneratedCode.cs
Trunk/Samples/BankTeller/SourceWinforms/BankTellerModule/Views/Customer/CustomerSummaryView/CustomerSummaryViewPresenter.cs
Trunk/Samples/BankTeller/SourceWinforms/BankTellerModule/Views/Customer/CustomerSummaryView/ICustomerSummaryView.cs
Trunk/Samples/BankTeller/SourceWinforms/CustomerMapExtensionModule/CustomerMapExtensionModule.csproj
Trunk/Samples/BankTeller/SourceWinforms/CustomerMapExtensionModule/CustomerMapExtensionModule.csproj.vspscc
Trunk/Samples/BankTeller/SourceWinforms/CustomerMapExtensionModule/CustomerWorkItemExtension.cs
Trunk/Samples/BankTeller/SourceWinforms/CustomerMapExtensionModule/Properties/AssemblyInfo.cs
Trunk/Samples/BankTeller/SourceWinforms/CustomerMapExtensionModule/Views/CustomerMap/CustomerMap.Designer.cs
Trunk/Samples/BankTeller/SourceWinforms/CustomerMapExtensionModule/Views/CustomerMap/CustomerMap.cs
Trunk/Samples/BankTeller/SourceWinforms/CustomerMapExtensionModule/Views/CustomerMap/CustomerMap.resx
Trunk/Samples/BankTeller/SourceWinforms/CustomerMapExtensionModule/Views/CustomerMap/ICustomerMap.cs
Trunk/Samples/BankTeller/SourceWinforms/Infrastructure/Infrastructure.Interface/ActionAttribute.cs
Trunk/Samples/BankTeller/SourceWinforms/Infrastructure/Infrastructure.Interface/Constants/CommandNames.cs
Trunk/Samples/BankTeller/SourceWinforms/Infrastructure/Infrastructure.Interface/Constants/EventTopicNames.cs
Trunk/Samples/BankTeller/SourceWinforms/Infrastructure/Infrastructure.Interface/Constants/UIExtensionSiteNames.cs
Trunk/Samples/BankTeller/SourceWinforms/Infrastructure/Infrastructure.Interface/Constants/WorkspaceNames.cs
Trunk/Samples/BankTeller/SourceWinforms/Infrastructure/Infrastructure.Interface/ControlledWorkItem.cs
Trunk/Samples/BankTeller/SourceWinforms/Infrastructure/Infrastructure.Interface/EventArgs.cs
Trunk/Samples/BankTeller/SourceWinforms/Infrastructure/Infrastructure.Interface/IWorkItemController.cs
Trunk/Samples/BankTeller/SourceWinforms/Infrastructure/Infrastructure.Interface/Infrastructure.Interface.csproj
Trunk/Samples/BankTeller/SourceWinforms/Infrastructure/Infrastructure.Interface/Infrastructure.Interface.csproj.vspscc
Trunk/Samples/BankTeller/SourceWinforms/Infrastructure/Infrastructure.Interface/Presenter.cs
Trunk/Samples/BankTeller/SourceWinforms/Infrastructure/Infrastructure.Interface/Properties/AssemblyInfo.cs
Trunk/Samples/BankTeller/SourceWinforms/Infrastructure/Infrastructure.Interface/Services/EntityTranslatorException.cs
Trunk/Samples/BankTeller/SourceWinforms/Infrastructure/Infrastructure.Interface/Services/IActionCatalogService.cs
Trunk/Samples/BankTeller/SourceWinforms/Infrastructure/Infrastructure.Interface/Services/IActionCondition.cs
Trunk/Samples/BankTeller/SourceWinforms/Infrastructure/Infrastructure.Interface/Services/IEntityTranslator.cs
Trunk/Samples/BankTeller/SourceWinforms/Infrastructure/Infrastructure.Interface/Services/IEntityTranslatorService.cs
Trunk/Samples/BankTeller/SourceWinforms/Infrastructure/Infrastructure.Interface/Services/IImpersonationContext.cs
Trunk/Samples/BankTeller/SourceWinforms/Infrastructure/Infrastructure.Interface/Services/IImpersonationService.cs
Trunk/Samples/BankTeller/SourceWinforms/Infrastructure/Infrastructure.Interface/Services/IPersistenceService.cs
Trunk/Samples/BankTeller/SourceWinforms/Infrastructure/Infrastructure.Interface/Services/IWorkspaceLocatorService.cs
Trunk/Samples/BankTeller/SourceWinforms/Infrastructure/Infrastructure.Interface/WorkItemController.cs
Trunk/Samples/BankTeller/SourceWinforms/Infrastructure/Infrastructure.Library/BuilderStrategies/ActionStrategy.cs
Trunk/Samples/BankTeller/SourceWinforms/Infrastructure/Infrastructure.Library/EntLib/EventTopicExceptionFormatter.cs
Trunk/Samples/BankTeller/SourceWinforms/Infrastructure/Infrastructure.Library/EntityTranslators/BaseTranslator.cs
Trunk/Samples/BankTeller/SourceWinforms/Infrastructure/Infrastructure.Library/EntityTranslators/EntityMapperTranslator.cs
Trunk/Samples/BankTeller/SourceWinforms/Infrastructure/Infrastructure.Library/Infrastructure.Library.csproj
Trunk/Samples/BankTeller/SourceWinforms/Infrastructure/Infrastructure.Library/Infrastructure.Library.csproj.vspscc
Trunk/Samples/BankTeller/SourceWinforms/Infrastructure/Infrastructure.Library/Properties/AssemblyInfo.cs
Trunk/Samples/BankTeller/SourceWinforms/Infrastructure/Infrastructure.Library/Properties/Resources.Designer.cs
Trunk/Samples/BankTeller/SourceWinforms/Infrastructure/Infrastructure.Library/Properties/Resources.resx
Trunk/Samples/BankTeller/SourceWinforms/Infrastructure/Infrastructure.Library/Services/ActionCatalogException.cs
Trunk/Samples/BankTeller/SourceWinforms/Infrastructure/Infrastructure.Library/Services/ActionCatalogService.cs
Trunk/Samples/BankTeller/SourceWinforms/Infrastructure/Infrastructure.Library/Services/DependentModuleInfo.cs
Trunk/Samples/BankTeller/SourceWinforms/Infrastructure/Infrastructure.Library/Services/DependentModuleLoaderService.cs
Trunk/Samples/BankTeller/SourceWinforms/Infrastructure/Infrastructure.Library/Services/EntityTranslatorService.cs
Trunk/Samples/BankTeller/SourceWinforms/Infrastructure/Infrastructure.Library/Services/IDependentModuleInfo.cs
Trunk/Samples/BankTeller/SourceWinforms/Infrastructure/Infrastructure.Library/Services/IModuleInfoStore.cs
Trunk/Samples/BankTeller/SourceWinforms/Infrastructure/Infrastructure.Library/Services/IProfileCatalogService.cs
Trunk/Samples/BankTeller/SourceWinforms/Infrastructure/Infrastructure.Library/Services/ISolutionProfileParser.cs
Trunk/Samples/BankTeller/SourceWinforms/Infrastructure/Infrastructure.Library/Services/ModuleMetadataReflectionHelper.cs
Trunk/Samples/BankTeller/SourceWinforms/Infrastructure/Infrastructure.Library/Services/PersistenceService.cs
Trunk/Samples/BankTeller/SourceWinforms/Infrastructure/Infrastructure.Library/Services/ProfileCatalogModuleInfoStore.cs
Trunk/Samples/BankTeller/SourceWinforms/Infrastructure/Infrastructure.Library/Services/SolutionProfileV1Parser.cs
Trunk/Samples/BankTeller/SourceWinforms/Infrastructure/Infrastructure.Library/Services/SolutionProfileV2Parser.cs
Trunk/Samples/BankTeller/SourceWinforms/Infrastructure/Infrastructure.Library/Services/WebServiceCatalogModuleInfoStore.cs
Trunk/Samples/BankTeller/SourceWinforms/Infrastructure/Infrastructure.Library/Services/WorkspaceLocatorService.cs
Trunk/Samples/BankTeller/SourceWinforms/Infrastructure/Infrastructure.Library/Services/XmlStreamDependentModuleEnumerator.cs
Trunk/Samples/BankTeller/SourceWinforms/Infrastructure/Infrastructure.Library/Services/XmlValidationHelper.cs
Trunk/Samples/BankTeller/SourceWinforms/Infrastructure/Infrastructure.Library/SmartClientApplication.cs
Trunk/Samples/BankTeller/SourceWinforms/Infrastructure/Infrastructure.Library/SolutionProfileV1.cs
Trunk/Samples/BankTeller/SourceWinforms/Infrastructure/Infrastructure.Library/SolutionProfileV1.xsd
Trunk/Samples/BankTeller/SourceWinforms/Infrastructure/Infrastructure.Library/SolutionProfileV2.cs
Trunk/Samples/BankTeller/SourceWinforms/Infrastructure/Infrastructure.Library/SolutionProfileV2.xsd
Trunk/Samples/BankTeller/SourceWinforms/Infrastructure/Infrastructure.Library/UI/WindowSmartpartInfo.cs
Trunk/Samples/BankTeller/SourceWinforms/Infrastructure/Infrastructure.Library/UI/WindowWorkspace.cs
Trunk/Samples/BankTeller/SourceWinforms/Infrastructure/Infrastructure.Library/UI/WindowWorkspaceSetting.cs
Trunk/Samples/BankTeller/SourceWinforms/Infrastructure/Infrastructure.Module/Infrastructure.Module.csproj
Trunk/Samples/BankTeller/SourceWinforms/Infrastructure/Infrastructure.Module/Infrastructure.Module.csproj.vspscc
Trunk/Samples/BankTeller/SourceWinforms/Infrastructure/Infrastructure.Module/Module.cs
Trunk/Samples/BankTeller/SourceWinforms/Infrastructure/Infrastructure.Module/ModuleController.cs
Trunk/Samples/BankTeller/SourceWinforms/Infrastructure/Infrastructure.Module/Properties/AssemblyInfo.cs
Trunk/Samples/BankTeller/SourceWinforms/Infrastructure/Infrastructure.Module/Services/UIElementBuilder/Config/MenuItemElement.cs
Trunk/Samples/BankTeller/SourceWinforms/Infrastructure/Infrastructure.Module/Services/UIElementBuilder/Config/MenuItemElementCollection.cs
Trunk/Samples/BankTeller/SourceWinforms/Infrastructure/Infrastructure.Module/Services/UIElementBuilder/Config/ShellItemsSection.cs
Trunk/Samples/BankTeller/SourceWinforms/Infrastructure/Infrastructure.Module/Services/UIElementBuilder/IUIElementBuilder.cs
Trunk/Samples/BankTeller/SourceWinforms/Infrastructure/Infrastructure.Module/Services/UIElementBuilder/UIElementBuilder.cs
Trunk/Samples/BankTeller/SourceWinforms/Infrastructure/Shell/App.config
Trunk/Samples/BankTeller/SourceWinforms/Infrastructure/Shell/ProfileCatalog.xml
Trunk/Samples/BankTeller/SourceWinforms/Infrastructure/Shell/Properties/AssemblyInfo.cs
Trunk/Samples/BankTeller/SourceWinforms/Infrastructure/Shell/Shell.csproj
Trunk/Samples/BankTeller/SourceWinforms/Infrastructure/Shell/Shell.csproj.vspscc
Trunk/Samples/BankTeller/SourceWinforms/Infrastructure/Shell/ShellApplication.cs
Trunk/Samples/BankTeller/SourceWinforms/Infrastructure/Shell/ShellForm.Designer.cs
Trunk/Samples/BankTeller/SourceWinforms/Infrastructure/Shell/ShellForm.cs
Trunk/Samples/BankTeller/SourceWinforms/Infrastructure/Shell/ShellForm.resx
Trunk/Samples/BankTeller/SourceWpf/BankShell/App.config
Trunk/Samples/BankTeller/SourceWpf/BankShell/App.xaml
Trunk/Samples/BankTeller/SourceWpf/BankShell/App.xaml.cs
Trunk/Samples/BankTeller/SourceWpf/BankShell/BankShell.csproj
Trunk/Samples/BankTeller/SourceWpf/BankShell/BankShell.csproj.vspscc
Trunk/Samples/BankTeller/SourceWpf/BankShell/BankShellApplication.cs
Trunk/Samples/BankTeller/SourceWpf/BankShell/BankShellWindow.xaml
Trunk/Samples/BankTeller/SourceWpf/BankShell/BankShellWindow.xaml.cs
Trunk/Samples/BankTeller/SourceWpf/BankShell/Config/MenuItemElement.cs
Trunk/Samples/BankTeller/SourceWpf/BankShell/Config/MenuItemElementCollection.cs
Trunk/Samples/BankTeller/SourceWpf/BankShell/Config/ShellItemsSection.cs
Trunk/Samples/BankTeller/SourceWpf/BankShell/Entry.cs
Trunk/Samples/BankTeller/SourceWpf/BankShell/ProfileCatalog.xml
Trunk/Samples/BankTeller/SourceWpf/BankShell/Properties/AssemblyInfo.cs
Trunk/Samples/BankTeller/SourceWpf/BankShell/Properties/Resources.Designer.cs
Trunk/Samples/BankTeller/SourceWpf/BankShell/Properties/Resources.resx
Trunk/Samples/BankTeller/SourceWpf/BankShell/Properties/Settings.Designer.cs
Trunk/Samples/BankTeller/SourceWpf/BankShell/Properties/Settings.settings
Trunk/Samples/BankTeller/SourceWpf/BankShell/UIElementBuilder.cs
Trunk/Samples/BankTeller/SourceWpf/BankTellerCommon/BankTellerCommon.csproj
Trunk/Samples/BankTeller/SourceWpf/BankTellerCommon/BankTellerCommon.csproj.vspscc
Trunk/Samples/BankTeller/SourceWpf/BankTellerCommon/BankTellerConstants.cs
Trunk/Samples/BankTeller/SourceWpf/BankTellerCommon/BusinessEntities/Customer.cs
Trunk/Samples/BankTeller/SourceWpf/BankTellerCommon/BusinessEntities/CustomerAccount.cs
Trunk/Samples/BankTeller/SourceWpf/BankTellerCommon/IShowInShell.cs
Trunk/Samples/BankTeller/SourceWpf/BankTellerCommon/Properties/AssemblyInfo.cs
Trunk/Samples/BankTeller/SourceWpf/BankTellerModule/BankTellerModule.csproj
Trunk/Samples/BankTeller/SourceWpf/BankTellerModule/BankTellerModule.csproj.vspscc
Trunk/Samples/BankTeller/SourceWpf/BankTellerModule/BankTellerModuleInit.cs
Trunk/Samples/BankTeller/SourceWpf/BankTellerModule/Properties/AssemblyInfo.cs
Trunk/Samples/BankTeller/SourceWpf/BankTellerModule/Properties/Resources.Designer.cs
Trunk/Samples/BankTeller/SourceWpf/BankTellerModule/Properties/Resources.resx
Trunk/Samples/BankTeller/SourceWpf/BankTellerModule/Properties/Settings.Designer.cs
Trunk/Samples/BankTeller/SourceWpf/BankTellerModule/Properties/Settings.settings
Trunk/Samples/BankTeller/SourceWpf/BankTellerModule/Services/customeraccountservice.cs
Trunk/Samples/BankTeller/SourceWpf/BankTellerModule/Services/customerqueueservice.cs
Trunk/Samples/BankTeller/SourceWpf/BankTellerModule/WorkItems/BankTeller/BankTellerWorkItem.cs
Trunk/Samples/BankTeller/SourceWpf/BankTellerModule/WorkItems/BankTeller/CustomerQueueController.cs
Trunk/Samples/BankTeller/SourceWpf/BankTellerModule/WorkItems/BankTeller/CustomerQueueView.xaml
Trunk/Samples/BankTeller/SourceWpf/BankTellerModule/WorkItems/BankTeller/CustomerQueueView.xaml.cs
Trunk/Samples/BankTeller/SourceWpf/BankTellerModule/WorkItems/BankTeller/SideBarView.xaml
Trunk/Samples/BankTeller/SourceWpf/BankTellerModule/WorkItems/BankTeller/SideBarView.xaml.cs
Trunk/Samples/BankTeller/SourceWpf/BankTellerModule/WorkItems/BankTeller/UserInfoView.xaml
Trunk/Samples/BankTeller/SourceWpf/BankTellerModule/WorkItems/BankTeller/UserInfoView.xaml.cs
Trunk/Samples/BankTeller/SourceWpf/BankTellerModule/WorkItems/Customer/CustomerAccountsView.xaml
Trunk/Samples/BankTeller/SourceWpf/BankTellerModule/WorkItems/Customer/CustomerAccountsView.xaml.cs
Trunk/Samples/BankTeller/SourceWpf/BankTellerModule/WorkItems/Customer/CustomerCommentsView.xaml
Trunk/Samples/BankTeller/SourceWpf/BankTellerModule/WorkItems/Customer/CustomerCommentsView.xaml.cs
Trunk/Samples/BankTeller/SourceWpf/BankTellerModule/WorkItems/Customer/CustomerDetailController.cs
Trunk/Samples/BankTeller/SourceWpf/BankTellerModule/WorkItems/Customer/CustomerDetailView.xaml
Trunk/Samples/BankTeller/SourceWpf/BankTellerModule/WorkItems/Customer/CustomerDetailView.xaml.cs
Trunk/Samples/BankTeller/SourceWpf/BankTellerModule/WorkItems/Customer/CustomerHeaderView.xaml
Trunk/Samples/BankTeller/SourceWpf/BankTellerModule/WorkItems/Customer/CustomerHeaderView.xaml.cs
Trunk/Samples/BankTeller/SourceWpf/BankTellerModule/WorkItems/Customer/CustomerSummaryController.cs
Trunk/Samples/BankTeller/SourceWpf/BankTellerModule/WorkItems/Customer/CustomerSummaryView.xaml
Trunk/Samples/BankTeller/SourceWpf/BankTellerModule/WorkItems/Customer/CustomerSummaryView.xaml.cs
Trunk/Samples/BankTeller/SourceWpf/BankTellerModule/WorkItems/Customer/CustomerWorkItem.cs
Trunk/Samples/BankTeller/SourceWpf/CustomerMapExtensionModule/CustomerMap.xaml
Trunk/Samples/BankTeller/SourceWpf/CustomerMapExtensionModule/CustomerMap.xaml.cs
Trunk/Samples/BankTeller/SourceWpf/CustomerMapExtensionModule/CustomerMapExtensionModule.csproj
Trunk/Samples/BankTeller/SourceWpf/CustomerMapExtensionModule/CustomerMapExtensionModule.csproj.vspscc
Trunk/Samples/BankTeller/SourceWpf/CustomerMapExtensionModule/CustomerWorkItemExtension.cs
Trunk/Samples/BankTeller/SourceWpf/CustomerMapExtensionModule/Properties/AssemblyInfo.cs
Trunk/Samples/BankTeller/SourceWpf/CustomerMapExtensionModule/Properties/Resources.Designer.cs
Trunk/Samples/BankTeller/SourceWpf/CustomerMapExtensionModule/Properties/Resources.resx
Trunk/Samples/BankTeller/SourceWpf/CustomerMapExtensionModule/Properties/Settings.Designer.cs
Trunk/Samples/BankTeller/SourceWpf/CustomerMapExtensionModule/Properties/Settings.settings
Trunk/Samples/BankTellerHybrid.sln
Trunk/Samples/BankTellerHybrid.vssscc
Trunk/Samples/BankTellerWinforms.sln
Trunk/Samples/BankTellerWinforms.vssscc
Trunk/Samples/BankTellerWpf.sln
Trunk/Samples/BankTellerWpf.vssscc
Trunk/Samples/DemoApp.sln
Trunk/Samples/DemoApp.vssscc
Trunk/Samples/DemoApp/Demo Script/Demo Script (Demo Application).docx
Trunk/Samples/DemoApp/Demo Script/Demo Script (Demo Application).pdf
Trunk/Samples/DemoApp/Source/Infrastructure/Infrastructure.Interface/ActionAttribute.cs
Trunk/Samples/DemoApp/Source/Infrastructure/Infrastructure.Interface/Constants/CommandNames.cs
Trunk/Samples/DemoApp/Source/Infrastructure/Infrastructure.Interface/Constants/EventTopicNames.cs
Trunk/Samples/DemoApp/Source/Infrastructure/Infrastructure.Interface/Constants/SmartPartNames.cs
Trunk/Samples/DemoApp/Source/Infrastructure/Infrastructure.Interface/Constants/UIExtensionSiteNames.cs
Trunk/Samples/DemoApp/Source/Infrastructure/Infrastructure.Interface/Constants/WorkspaceNames.cs
Trunk/Samples/DemoApp/Source/Infrastructure/Infrastructure.Interface/ControlledWorkItem.cs
Trunk/Samples/DemoApp/Source/Infrastructure/Infrastructure.Interface/EventArgs.cs
Trunk/Samples/DemoApp/Source/Infrastructure/Infrastructure.Interface/IWorkItemController.cs
Trunk/Samples/DemoApp/Source/Infrastructure/Infrastructure.Interface/Infrastructure.Interface.csproj
Trunk/Samples/DemoApp/Source/Infrastructure/Infrastructure.Interface/Infrastructure.Interface.csproj.vspscc
Trunk/Samples/DemoApp/Source/Infrastructure/Infrastructure.Interface/Presenter.cs
Trunk/Samples/DemoApp/Source/Infrastructure/Infrastructure.Interface/Properties/AssemblyInfo.cs
Trunk/Samples/DemoApp/Source/Infrastructure/Infrastructure.Interface/Services/EntityTranslatorException.cs
Trunk/Samples/DemoApp/Source/Infrastructure/Infrastructure.Interface/Services/IActionCatalogService.cs
Trunk/Samples/DemoApp/Source/Infrastructure/Infrastructure.Interface/Services/IActionCondition.cs
Trunk/Samples/DemoApp/Source/Infrastructure/Infrastructure.Interface/Services/IEntityTranslator.cs
Trunk/Samples/DemoApp/Source/Infrastructure/Infrastructure.Interface/Services/IEntityTranslatorService.cs
Trunk/Samples/DemoApp/Source/Infrastructure/Infrastructure.Interface/Services/IImpersonationContext.cs
Trunk/Samples/DemoApp/Source/Infrastructure/Infrastructure.Interface/Services/IImpersonationService.cs
Trunk/Samples/DemoApp/Source/Infrastructure/Infrastructure.Interface/Services/ILoggingService.cs
Trunk/Samples/DemoApp/Source/Infrastructure/Infrastructure.Interface/Services/IWorkspaceLocatorService.cs
Trunk/Samples/DemoApp/Source/Infrastructure/Infrastructure.Interface/WorkItemController.cs
Trunk/Samples/DemoApp/Source/Infrastructure/Infrastructure.Library/BuilderStrategies/ActionStrategy.cs
Trunk/Samples/DemoApp/Source/Infrastructure/Infrastructure.Library/EntLib/EventTopicExceptionFormatter.cs
Trunk/Samples/DemoApp/Source/Infrastructure/Infrastructure.Library/EntityTranslators/BaseTranslator.cs
Trunk/Samples/DemoApp/Source/Infrastructure/Infrastructure.Library/EntityTranslators/EntityMapperTranslator.cs
Trunk/Samples/DemoApp/Source/Infrastructure/Infrastructure.Library/Infrastructure.Library.csproj
Trunk/Samples/DemoApp/Source/Infrastructure/Infrastructure.Library/Infrastructure.Library.csproj.vspscc
Trunk/Samples/DemoApp/Source/Infrastructure/Infrastructure.Library/Properties/AssemblyInfo.cs
Trunk/Samples/DemoApp/Source/Infrastructure/Infrastructure.Library/Properties/Resources.Designer.cs
Trunk/Samples/DemoApp/Source/Infrastructure/Infrastructure.Library/Properties/Resources.resx
Trunk/Samples/DemoApp/Source/Infrastructure/Infrastructure.Library/Services/ActionCatalogException.cs
Trunk/Samples/DemoApp/Source/Infrastructure/Infrastructure.Library/Services/ActionCatalogService.cs
Trunk/Samples/DemoApp/Source/Infrastructure/Infrastructure.Library/Services/DependentModuleInfo.cs
Trunk/Samples/DemoApp/Source/Infrastructure/Infrastructure.Library/Services/DependentModuleLoaderService.cs
Trunk/Samples/DemoApp/Source/Infrastructure/Infrastructure.Library/Services/EntityTranslatorService.cs
Trunk/Samples/DemoApp/Source/Infrastructure/Infrastructure.Library/Services/IDependentModuleInfo.cs
Trunk/Samples/DemoApp/Source/Infrastructure/Infrastructure.Library/Services/IModuleInfoStore.cs
Trunk/Samples/DemoApp/Source/Infrastructure/Infrastructure.Library/Services/IProfileCatalogService.cs
Trunk/Samples/DemoApp/Source/Infrastructure/Infrastructure.Library/Services/ISolutionProfileParser.cs
Trunk/Samples/DemoApp/Source/Infrastructure/Infrastructure.Library/Services/ModuleMetadataReflectionHelper.cs
Trunk/Samples/DemoApp/Source/Infrastructure/Infrastructure.Library/Services/ProfileCatalogModuleInfoStore.cs
Trunk/Samples/DemoApp/Source/Infrastructure/Infrastructure.Library/Services/SolutionProfileV1Parser.cs
Trunk/Samples/DemoApp/Source/Infrastructure/Infrastructure.Library/Services/SolutionProfileV2Parser.cs
Trunk/Samples/DemoApp/Source/Infrastructure/Infrastructure.Library/Services/WebServiceCatalogModuleInfoStore.cs
Trunk/Samples/DemoApp/Source/Infrastructure/Infrastructure.Library/Services/WorkspaceLocatorService.cs
Trunk/Samples/DemoApp/Source/Infrastructure/Infrastructure.Library/Services/XmlStreamDependentModuleEnumerator.cs
Trunk/Samples/DemoApp/Source/Infrastructure/Infrastructure.Library/Services/XmlValidationHelper.cs
Trunk/Samples/DemoApp/Source/Infrastructure/Infrastructure.Library/SmartClientApplication.cs
Trunk/Samples/DemoApp/Source/Infrastructure/Infrastructure.Library/SolutionProfileV1.cs
Trunk/Samples/DemoApp/Source/Infrastructure/Infrastructure.Library/SolutionProfileV1.xsd
Trunk/Samples/DemoApp/Source/Infrastructure/Infrastructure.Library/SolutionProfileV2.cs
Trunk/Samples/DemoApp/Source/Infrastructure/Infrastructure.Library/SolutionProfileV2.xsd
Trunk/Samples/DemoApp/Source/Infrastructure/Infrastructure.Library/UI/WindowSmartpartInfo.cs
Trunk/Samples/DemoApp/Source/Infrastructure/Infrastructure.Library/UI/WindowWorkspace.cs
Trunk/Samples/DemoApp/Source/Infrastructure/Infrastructure.Library/UI/WindowWorkspaceSetting.cs
Trunk/Samples/DemoApp/Source/Infrastructure/Infrastructure.Module/Infrastructure.Module.csproj
Trunk/Samples/DemoApp/Source/Infrastructure/Infrastructure.Module/Infrastructure.Module.csproj.vspscc
Trunk/Samples/DemoApp/Source/Infrastructure/Infrastructure.Module/LoggingService.cs
Trunk/Samples/DemoApp/Source/Infrastructure/Infrastructure.Module/Module.cs
Trunk/Samples/DemoApp/Source/Infrastructure/Infrastructure.Module/ModuleController.cs
Trunk/Samples/DemoApp/Source/Infrastructure/Infrastructure.Module/Properties/AssemblyInfo.cs
Trunk/Samples/DemoApp/Source/Infrastructure/Infrastructure.Module/Properties/Resources.Designer.cs
Trunk/Samples/DemoApp/Source/Infrastructure/Infrastructure.Module/Properties/Resources.resx
Trunk/Samples/DemoApp/Source/Infrastructure/Infrastructure.Module/Views/AboutPresenter.GeneratedCode.cs
Trunk/Samples/DemoApp/Source/Infrastructure/Infrastructure.Module/Views/AboutPresenter.cs
Trunk/Samples/DemoApp/Source/Infrastructure/Infrastructure.Module/Views/AboutView.Designer.cs
Trunk/Samples/DemoApp/Source/Infrastructure/Infrastructure.Module/Views/AboutView.GeneratedCode.cs
Trunk/Samples/DemoApp/Source/Infrastructure/Infrastructure.Module/Views/AboutView.cs
Trunk/Samples/DemoApp/Source/Infrastructure/Infrastructure.Module/Views/AboutView.resx
Trunk/Samples/DemoApp/Source/Infrastructure/Infrastructure.Module/Views/IAboutView.cs
Trunk/Samples/DemoApp/Source/Infrastructure/Shell/App.config
Trunk/Samples/DemoApp/Source/Infrastructure/Shell/Constants/CommandNames.cs
Trunk/Samples/DemoApp/Source/Infrastructure/Shell/Constants/EventTopicNames.cs
Trunk/Samples/DemoApp/Source/Infrastructure/Shell/Constants/UIExtensionSiteNames.cs
Trunk/Samples/DemoApp/Source/Infrastructure/Shell/Constants/WorkspaceNames.cs
Trunk/Samples/DemoApp/Source/Infrastructure/Shell/ProfileCatalog.xml
Trunk/Samples/DemoApp/Source/Infrastructure/Shell/Properties/AssemblyInfo.cs
Trunk/Samples/DemoApp/Source/Infrastructure/Shell/Shell.csproj
Trunk/Samples/DemoApp/Source/Infrastructure/Shell/Shell.csproj.vspscc
Trunk/Samples/DemoApp/Source/Infrastructure/Shell/ShellApplication.cs
Trunk/Samples/DemoApp/Source/Infrastructure/Shell/ShellForm.Designer.cs
Trunk/Samples/DemoApp/Source/Infrastructure/Shell/ShellForm.cs
Trunk/Samples/DemoApp/Source/Infrastructure/Shell/ShellForm.resx
Trunk/Samples/DemoApp/Source/Notifications/Notifications/Constants/CommandNames.cs
Trunk/Samples/DemoApp/Source/Notifications/Notifications/Constants/EventTopicNames.cs
Trunk/Samples/DemoApp/Source/Notifications/Notifications/Constants/UIExtensionSiteNames.cs
Trunk/Samples/DemoApp/Source/Notifications/Notifications/Constants/WorkspaceNames.cs
Trunk/Samples/DemoApp/Source/Notifications/Notifications/Module.cs
Trunk/Samples/DemoApp/Source/Notifications/Notifications/ModuleController.cs
Trunk/Samples/DemoApp/Source/Notifications/Notifications/Notifications.csproj
Trunk/Samples/DemoApp/Source/Notifications/Notifications/Notifications.csproj.vspscc
Trunk/Samples/DemoApp/Source/Notifications/Notifications/Properties/AssemblyInfo.cs
Trunk/Samples/DemoApp/Source/Notifications/Notifications/Views/Alerts.Designer.cs
Trunk/Samples/DemoApp/Source/Notifications/Notifications/Views/Alerts.GeneratedCode.cs
Trunk/Samples/DemoApp/Source/Notifications/Notifications/Views/Alerts.cs
Trunk/Samples/DemoApp/Source/Notifications/Notifications/Views/Alerts.resx
Trunk/Samples/DemoApp/Source/Notifications/Notifications/Views/AlertsPresenter.GeneratedCode.cs
Trunk/Samples/DemoApp/Source/Notifications/Notifications/Views/AlertsPresenter.cs
Trunk/Samples/DemoApp/Source/Notifications/Notifications/Views/IAlerts.cs
Trunk/Samples/DemoApp/Source/Notifications/Notifications/Views/INews.cs
Trunk/Samples/DemoApp/Source/Notifications/Notifications/Views/News.Designer.cs
Trunk/Samples/DemoApp/Source/Notifications/Notifications/Views/News.GeneratedCode.cs
Trunk/Samples/DemoApp/Source/Notifications/Notifications/Views/News.cs
Trunk/Samples/DemoApp/Source/Notifications/Notifications/Views/News.resx
Trunk/Samples/DemoApp/Source/Notifications/Notifications/Views/NewsPresenter.GeneratedCode.cs
Trunk/Samples/DemoApp/Source/Notifications/Notifications/Views/NewsPresenter.cs
Trunk/Samples/DemoApp/Source/Stocks/Stocks/Constants/CommandNames.cs
Trunk/Samples/DemoApp/Source/Stocks/Stocks/Constants/EventTopicNames.cs
Trunk/Samples/DemoApp/Source/Stocks/Stocks/Constants/UIExtensionSiteNames.cs
Trunk/Samples/DemoApp/Source/Stocks/Stocks/Constants/WorkspaceNames.cs
Trunk/Samples/DemoApp/Source/Stocks/Stocks/Module.cs
Trunk/Samples/DemoApp/Source/Stocks/Stocks/ModuleController.cs
Trunk/Samples/DemoApp/Source/Stocks/Stocks/Properties/AssemblyInfo.cs
Trunk/Samples/DemoApp/Source/Stocks/Stocks/Properties/Resources.Designer.cs
Trunk/Samples/DemoApp/Source/Stocks/Stocks/Properties/Resources.resx
Trunk/Samples/DemoApp/Source/Stocks/Stocks/Resources/ReportEdit.ico
Trunk/Samples/DemoApp/Source/Stocks/Stocks/Resources/Stocks.ico
Trunk/Samples/DemoApp/Source/Stocks/Stocks/Stocks.csproj
Trunk/Samples/DemoApp/Source/Stocks/Stocks/Stocks.csproj.vspscc
Trunk/Samples/DemoApp/Source/Stocks/Stocks/Views/BuyStock.Designer.cs
Trunk/Samples/DemoApp/Source/Stocks/Stocks/Views/BuyStock.GeneratedCode.cs
Trunk/Samples/DemoApp/Source/Stocks/Stocks/Views/BuyStock.cs
Trunk/Samples/DemoApp/Source/Stocks/Stocks/Views/BuyStock.resx
Trunk/Samples/DemoApp/Source/Stocks/Stocks/Views/BuyStockPresenter.GeneratedCode.cs
Trunk/Samples/DemoApp/Source/Stocks/Stocks/Views/BuyStockPresenter.cs
Trunk/Samples/DemoApp/Source/Stocks/Stocks/Views/IBuyStock.cs
Trunk/Samples/DemoApp/Source/Stocks/Stocks/Views/IReports.cs
Trunk/Samples/DemoApp/Source/Stocks/Stocks/Views/Reports.Designer.cs
Trunk/Samples/DemoApp/Source/Stocks/Stocks/Views/Reports.GeneratedCode.cs
Trunk/Samples/DemoApp/Source/Stocks/Stocks/Views/Reports.cs
Trunk/Samples/DemoApp/Source/Stocks/Stocks/Views/ReportsPresenter.GeneratedCode.cs
Trunk/Samples/DemoApp/Source/Stocks/Stocks/Views/ReportsPresenter.cs
Trunk/Samples/OrdersManager.sln
Trunk/Samples/OrdersManager.vssscc
Trunk/Samples/OrdersManager/OrdersManager.vsmdi
Trunk/Samples/OrdersManager/Source/Infrastructure/Infrastructure.Interface/ActionAttribute.cs
Trunk/Samples/OrdersManager/Source/Infrastructure/Infrastructure.Interface/Constants/CommandNames.cs
Trunk/Samples/OrdersManager/Source/Infrastructure/Infrastructure.Interface/Constants/EventTopicNames.cs
Trunk/Samples/OrdersManager/Source/Infrastructure/Infrastructure.Interface/Constants/UIExtensionSiteNames.cs
Trunk/Samples/OrdersManager/Source/Infrastructure/Infrastructure.Interface/Constants/WorkspaceNames.cs
Trunk/Samples/OrdersManager/Source/Infrastructure/Infrastructure.Interface/ControlledWorkItem.cs
Trunk/Samples/OrdersManager/Source/Infrastructure/Infrastructure.Interface/EventArgs.cs
Trunk/Samples/OrdersManager/Source/Infrastructure/Infrastructure.Interface/IWorkItemController.cs
Trunk/Samples/OrdersManager/Source/Infrastructure/Infrastructure.Interface/Infrastructure.Interface.csproj
Trunk/Samples/OrdersManager/Source/Infrastructure/Infrastructure.Interface/Infrastructure.Interface.csproj.vspscc
Trunk/Samples/OrdersManager/Source/Infrastructure/Infrastructure.Interface/Presenter.cs
Trunk/Samples/OrdersManager/Source/Infrastructure/Infrastructure.Interface/Properties/AssemblyInfo.cs
Trunk/Samples/OrdersManager/Source/Infrastructure/Infrastructure.Interface/Services/EntityTranslatorException.cs
Trunk/Samples/OrdersManager/Source/Infrastructure/Infrastructure.Interface/Services/IActionCatalogService.cs
Trunk/Samples/OrdersManager/Source/Infrastructure/Infrastructure.Interface/Services/IActionCondition.cs
Trunk/Samples/OrdersManager/Source/Infrastructure/Infrastructure.Interface/Services/IEntityTranslator.cs
Trunk/Samples/OrdersManager/Source/Infrastructure/Infrastructure.Interface/Services/IEntityTranslatorService.cs
Trunk/Samples/OrdersManager/Source/Infrastructure/Infrastructure.Interface/Services/IImpersonationContext.cs
Trunk/Samples/OrdersManager/Source/Infrastructure/Infrastructure.Interface/Services/IImpersonationService.cs
Trunk/Samples/OrdersManager/Source/Infrastructure/Infrastructure.Interface/Services/IWorkspaceLocatorService.cs
Trunk/Samples/OrdersManager/Source/Infrastructure/Infrastructure.Interface/WorkItemController.cs
Trunk/Samples/OrdersManager/Source/Infrastructure/Infrastructure.Library/BuilderStrategies/ActionStrategy.cs
Trunk/Samples/OrdersManager/Source/Infrastructure/Infrastructure.Library/EntLib/EventTopicExceptionFormatter.cs
Trunk/Samples/OrdersManager/Source/Infrastructure/Infrastructure.Library/EntityTranslators/BaseTranslator.cs
Trunk/Samples/OrdersManager/Source/Infrastructure/Infrastructure.Library/EntityTranslators/EntityMapperTranslator.cs
Trunk/Samples/OrdersManager/Source/Infrastructure/Infrastructure.Library/Infrastructure.Library.csproj
Trunk/Samples/OrdersManager/Source/Infrastructure/Infrastructure.Library/Infrastructure.Library.csproj.vspscc
Trunk/Samples/OrdersManager/Source/Infrastructure/Infrastructure.Library/Properties/AssemblyInfo.cs
Trunk/Samples/OrdersManager/Source/Infrastructure/Infrastructure.Library/Properties/Resources.Designer.cs
Trunk/Samples/OrdersManager/Source/Infrastructure/Infrastructure.Library/Properties/Resources.resx
Trunk/Samples/OrdersManager/Source/Infrastructure/Infrastructure.Library/Services/ActionCatalogException.cs
Trunk/Samples/OrdersManager/Source/Infrastructure/Infrastructure.Library/Services/ActionCatalogService.cs
Trunk/Samples/OrdersManager/Source/Infrastructure/Infrastructure.Library/Services/DependentModuleInfo.cs
Trunk/Samples/OrdersManager/Source/Infrastructure/Infrastructure.Library/Services/DependentModuleLoaderService.cs
Trunk/Samples/OrdersManager/Source/Infrastructure/Infrastructure.Library/Services/EntityTranslatorService.cs
Trunk/Samples/OrdersManager/Source/Infrastructure/Infrastructure.Library/Services/IDependentModuleInfo.cs
Trunk/Samples/OrdersManager/Source/Infrastructure/Infrastructure.Library/Services/IModuleInfoStore.cs
Trunk/Samples/OrdersManager/Source/Infrastructure/Infrastructure.Library/Services/IProfileCatalogService.cs
Trunk/Samples/OrdersManager/Source/Infrastructure/Infrastructure.Library/Services/ISolutionProfileParser.cs
Trunk/Samples/OrdersManager/Source/Infrastructure/Infrastructure.Library/Services/ModuleMetadataReflectionHelper.cs
Trunk/Samples/OrdersManager/Source/Infrastructure/Infrastructure.Library/Services/ProfileCatalogModuleInfoStore.cs
Trunk/Samples/OrdersManager/Source/Infrastructure/Infrastructure.Library/Services/SolutionProfileV1Parser.cs
Trunk/Samples/OrdersManager/Source/Infrastructure/Infrastructure.Library/Services/SolutionProfileV2Parser.cs
Trunk/Samples/OrdersManager/Source/Infrastructure/Infrastructure.Library/Services/WebServiceCatalogModuleInfoStore.cs
Trunk/Samples/OrdersManager/Source/Infrastructure/Infrastructure.Library/Services/WorkspaceLocatorService.cs
Trunk/Samples/OrdersManager/Source/Infrastructure/Infrastructure.Library/Services/XmlStreamDependentModuleEnumerator.cs
Trunk/Samples/OrdersManager/Source/Infrastructure/Infrastructure.Library/Services/XmlValidationHelper.cs
Trunk/Samples/OrdersManager/Source/Infrastructure/Infrastructure.Library/SmartClientApplication.cs
Trunk/Samples/OrdersManager/Source/Infrastructure/Infrastructure.Library/SolutionProfileV1.cs
Trunk/Samples/OrdersManager/Source/Infrastructure/Infrastructure.Library/SolutionProfileV1.xsd
Trunk/Samples/OrdersManager/Source/Infrastructure/Infrastructure.Library/SolutionProfileV2.cs
Trunk/Samples/OrdersManager/Source/Infrastructure/Infrastructure.Library/SolutionProfileV2.xsd
Trunk/Samples/OrdersManager/Source/Infrastructure/Infrastructure.Library/UI/WindowSmartpartInfo.cs
Trunk/Samples/OrdersManager/Source/Infrastructure/Infrastructure.Library/UI/WindowWorkspace.cs
Trunk/Samples/OrdersManager/Source/Infrastructure/Infrastructure.Library/UI/WindowWorkspaceSetting.cs
Trunk/Samples/OrdersManager/Source/Infrastructure/Infrastructure.Module/Infrastructure.Module.csproj
Trunk/Samples/OrdersManager/Source/Infrastructure/Infrastructure.Module/Infrastructure.Module.csproj.vspscc
Trunk/Samples/OrdersManager/Source/Infrastructure/Infrastructure.Module/Module.cs
Trunk/Samples/OrdersManager/Source/Infrastructure/Infrastructure.Module/ModuleController.cs
Trunk/Samples/OrdersManager/Source/Infrastructure/Infrastructure.Module/Properties/AssemblyInfo.cs
Trunk/Samples/OrdersManager/Source/Infrastructure/Shell/App.config
Trunk/Samples/OrdersManager/Source/Infrastructure/Shell/Constants/CommandNames.cs
Trunk/Samples/OrdersManager/Source/Infrastructure/Shell/Constants/EventTopicNames.cs
Trunk/Samples/OrdersManager/Source/Infrastructure/Shell/Constants/UIExtensionSiteNames.cs
Trunk/Samples/OrdersManager/Source/Infrastructure/Shell/Constants/WorkspaceNames.cs
Trunk/Samples/OrdersManager/Source/Infrastructure/Shell/ProfileCatalog.xml
Trunk/Samples/OrdersManager/Source/Infrastructure/Shell/Properties/AssemblyInfo.cs
Trunk/Samples/OrdersManager/Source/Infrastructure/Shell/Shell.csproj
Trunk/Samples/OrdersManager/Source/Infrastructure/Shell/Shell.csproj.vspscc
Trunk/Samples/OrdersManager/Source/Infrastructure/Shell/ShellApplication.cs
Trunk/Samples/OrdersManager/Source/Infrastructure/Shell/ShellForm.Designer.cs
Trunk/Samples/OrdersManager/Source/Infrastructure/Shell/ShellForm.cs
Trunk/Samples/OrdersManager/Source/Infrastructure/Shell/ShellForm.resx
Trunk/Samples/OrdersManager/Source/OrderWorkflow/OrderStateMachine.cs
Trunk/Samples/OrdersManager/Source/OrderWorkflow/OrderStateMachine.designer.cs
Trunk/Samples/OrdersManager/Source/OrderWorkflow/OrderStateMachine.layout
Trunk/Samples/OrdersManager/Source/OrderWorkflow/OrderStateMachineDataExchangeService.cs
Trunk/Samples/OrdersManager/Source/OrderWorkflow/OrderWorkflow.csproj
Trunk/Samples/OrdersManager/Source/OrderWorkflow/OrderWorkflow.csproj.vspscc
Trunk/Samples/OrdersManager/Source/OrderWorkflow/Properties/AssemblyInfo.cs
Trunk/Samples/OrdersManager/Source/OrderWorkflow/Properties/Settings.Designer.cs
Trunk/Samples/OrdersManager/Source/OrderWorkflow/Properties/Settings.settings
Trunk/Samples/OrdersManager/Source/OrdersManagerModule/OrdersManagerModule/BusinessEntities/Order.cs
Trunk/Samples/OrdersManager/Source/OrdersManagerModule/OrdersManagerModule/BusinessEntities/OrderCollection.cs
Trunk/Samples/OrdersManager/Source/OrdersManagerModule/OrdersManagerModule/BusinessEntities/OrderItem.cs
Trunk/Samples/OrdersManager/Source/OrdersManagerModule/OrdersManagerModule/Constants/CommandNames.cs
Trunk/Samples/OrdersManager/Source/OrdersManagerModule/OrdersManagerModule/Constants/EventTopicNames.cs
Trunk/Samples/OrdersManager/Source/OrdersManagerModule/OrdersManagerModule/Constants/OrderMode.cs
Trunk/Samples/OrdersManager/Source/OrdersManagerModule/OrdersManagerModule/Constants/OrderStatus.cs
Trunk/Samples/OrdersManager/Source/OrdersManagerModule/OrdersManagerModule/Constants/UIExtensionSiteNames.cs
Trunk/Samples/OrdersManager/Source/OrdersManagerModule/OrdersManagerModule/Constants/WorkspaceNames.cs
Trunk/Samples/OrdersManager/Source/OrdersManagerModule/OrdersManagerModule/ModuleController.cs
Trunk/Samples/OrdersManager/Source/OrdersManagerModule/OrdersManagerModule/OrdersManager.Module.csproj
Trunk/Samples/OrdersManager/Source/OrdersManagerModule/OrdersManagerModule/OrdersManager.Module.csproj.vspscc
Trunk/Samples/OrdersManager/Source/OrdersManagerModule/OrdersManagerModule/OrdersManagerModule.cs
Trunk/Samples/OrdersManager/Source/OrdersManagerModule/OrdersManagerModule/Properties/AssemblyInfo.cs
Trunk/Samples/OrdersManager/Source/OrdersManagerModule/OrdersManagerModule/Properties/DataSources/OrdersManager.OrdersManagerModule.BusinessEntities.Order.datasource
Trunk/Samples/OrdersManager/Source/OrdersManagerModule/OrdersManagerModule/Properties/DataSources/OrdersManager.OrdersManagerModule.BusinessEntities.OrderItem.datasource
Trunk/Samples/OrdersManager/Source/OrdersManagerModule/OrdersManagerModule/Properties/Resources.Designer.cs
Trunk/Samples/OrdersManager/Source/OrdersManagerModule/OrdersManagerModule/Properties/Resources.resx
Trunk/Samples/OrdersManager/Source/OrdersManagerModule/OrdersManagerModule/Repositories/IOrderRepository.cs
Trunk/Samples/OrdersManager/Source/OrdersManagerModule/OrdersManagerModule/Repositories/SimpleOrderRepository.cs
Trunk/Samples/OrdersManager/Source/OrdersManagerModule/OrdersManagerModule/Resources/00023.bmp
Trunk/Samples/OrdersManager/Source/OrdersManagerModule/OrdersManagerModule/Resources/00024.bmp
Trunk/Samples/OrdersManager/Source/OrdersManagerModule/OrdersManagerModule/Resources/00465.bmp
Trunk/Samples/OrdersManager/Source/OrdersManagerModule/OrdersManagerModule/Services/IOrderPollingService.cs
Trunk/Samples/OrdersManager/Source/OrdersManagerModule/OrdersManagerModule/Services/IOrderService.cs
Trunk/Samples/OrdersManager/Source/OrdersManagerModule/OrdersManagerModule/Services/IOrderWorkflowManager.cs
Trunk/Samples/OrdersManager/Source/OrdersManagerModule/OrdersManagerModule/Services/IOrderWorkflowMappingCollection.cs
Trunk/Samples/OrdersManager/Source/OrdersManagerModule/OrdersManagerModule/Services/LocalOrderWorkflowMappingCollection.cs
Trunk/Samples/OrdersManager/Source/OrdersManagerModule/OrdersManagerModule/Services/OrderPollingService.cs
Trunk/Samples/OrdersManager/Source/OrdersManagerModule/OrdersManagerModule/Services/OrderService.cs
Trunk/Samples/OrdersManager/Source/OrdersManagerModule/OrdersManagerModule/Services/OrderWorkflowManager.cs
Trunk/Samples/OrdersManager/Source/OrdersManagerModule/OrdersManagerModule/Views/OrderListView/IOrderListView.cs
Trunk/Samples/OrdersManager/Source/OrdersManagerModule/OrdersManagerModule/Views/OrderListView/OrderListView.Designer.cs
Trunk/Samples/OrdersManager/Source/OrdersManagerModule/OrdersManagerModule/Views/OrderListView/OrderListView.cs
Trunk/Samples/OrdersManager/Source/OrdersManagerModule/OrdersManagerModule/Views/OrderListView/OrderListView.resx
Trunk/Samples/OrdersManager/Source/OrdersManagerModule/OrdersManagerModule/Views/OrderListView/OrderListViewPresenter.cs
Trunk/Samples/OrdersManager/Source/OrdersManagerModule/OrdersManagerModule/Views/OrderView/IOrderView.cs
Trunk/Samples/OrdersManager/Source/OrdersManagerModule/OrdersManagerModule/Views/OrderView/OrderView.Designer.cs
Trunk/Samples/OrdersManager/Source/OrdersManagerModule/OrdersManagerModule/Views/OrderView/OrderView.cs
Trunk/Samples/OrdersManager/Source/OrdersManagerModule/OrdersManagerModule/Views/OrderView/OrderView.resx
Trunk/Samples/OrdersManager/Source/OrdersManagerModule/OrdersManagerModule/Views/OrderView/OrderViewPresenter.cs
Trunk/Samples/OrdersManager/Source/OrdersManagerModule/OrdersManagerModule/Workitems/OrderListWorkitemController.cs
Trunk/Samples/OrdersManager/Source/OrdersManagerModule/OrdersManagerModule/Workitems/OrderWorkitemController.cs
Trunk/Samples/OrdersManager/Source/OrdersManagerModuleTest/App.config
Trunk/Samples/OrdersManager/Source/OrdersManagerModuleTest/Mocks/MockOrderListView.cs
Trunk/Samples/OrdersManager/Source/OrdersManagerModuleTest/Mocks/MockOrderPollingService.cs
Trunk/Samples/OrdersManager/Source/OrdersManagerModuleTest/Mocks/MockOrderRepository.cs
Trunk/Samples/OrdersManager/Source/OrdersManagerModuleTest/Mocks/MockOrderService.cs
Trunk/Samples/OrdersManager/Source/OrdersManagerModuleTest/Mocks/MockOrderView.cs
Trunk/Samples/OrdersManager/Source/OrdersManagerModuleTest/Mocks/MockOrderWorkflowManager.cs
Trunk/Samples/OrdersManager/Source/OrdersManagerModuleTest/Mocks/MockUIElementAdapterFactoryCatalog.cs
Trunk/Samples/OrdersManager/Source/OrdersManagerModuleTest/Mocks/MockWorkItem.cs
Trunk/Samples/OrdersManager/Source/OrdersManagerModuleTest/Mocks/MockWorkspace.cs
Trunk/Samples/OrdersManager/Source/OrdersManagerModuleTest/Mocks/TesteableRootWorkitem.cs
Trunk/Samples/OrdersManager/Source/OrdersManagerModuleTest/OrdersManager.Module.Tests.csproj
Trunk/Samples/OrdersManager/Source/OrdersManagerModuleTest/OrdersManager.Module.Tests.csproj.vspscc
Trunk/Samples/OrdersManager/Source/OrdersManagerModuleTest/Properties/AssemblyInfo.cs
Trunk/Samples/OrdersManager/Source/OrdersManagerModuleTest/Services/OrderPollingServiceFixture.cs
Trunk/Samples/OrdersManager/Source/OrdersManagerModuleTest/Services/OrderServiceFixture.cs
Trunk/Samples/OrdersManager/Source/OrdersManagerModuleTest/Services/OrderWorkflowManagerFixture.cs
Trunk/Samples/OrdersManager/Source/OrdersManagerModuleTest/Views/OrderListViewPresenterFixture.cs
Trunk/Samples/OrdersManager/Source/OrdersManagerModuleTest/Views/OrderViewPresenterFixture.cs
Trunk/Samples/OrdersManager/localtestrun.testrunconfig
Trunk/Samples/OutlookBarWorkspaceQuickstart.sln
Trunk/Samples/OutlookBarWorkspaceQuickstart/Source/CalendarLibrary/Calendar.Designer.cs
Trunk/Samples/OutlookBarWorkspaceQuickstart/Source/CalendarLibrary/Calendar.cs
Trunk/Samples/OutlookBarWorkspaceQuickstart/Source/CalendarLibrary/CalendarItem.cs
Trunk/Samples/OutlookBarWorkspaceQuickstart/Source/CalendarLibrary/CalendarLibrary.csproj
Trunk/Samples/OutlookBarWorkspaceQuickstart/Source/CalendarLibrary/CalendarLibrary.csproj.vspscc
Trunk/Samples/OutlookBarWorkspaceQuickstart/Source/CalendarLibrary/DayCell.cs
Trunk/Samples/OutlookBarWorkspaceQuickstart/Source/CalendarLibrary/DayColumn.cs
Trunk/Samples/OutlookBarWorkspaceQuickstart/Source/CalendarLibrary/DayColumnHeaderCell.cs
Trunk/Samples/OutlookBarWorkspaceQuickstart/Source/CalendarLibrary/HalfHourCell.cs
Trunk/Samples/OutlookBarWorkspaceQuickstart/Source/CalendarLibrary/HalfHourRowHeaderCell.cs
Trunk/Samples/OutlookBarWorkspaceQuickstart/Source/CalendarLibrary/HalfWeekColumn.cs
Trunk/Samples/OutlookBarWorkspaceQuickstart/Source/CalendarLibrary/Properties/AssemblyInfo.cs
Trunk/Samples/OutlookBarWorkspaceQuickstart/Source/CalendarLibrary/WeekDayColumn.cs
Trunk/Samples/OutlookBarWorkspaceQuickstart/Source/CalendarLibrary/WeekRow.cs
Trunk/Samples/OutlookBarWorkspaceQuickstart/Source/CalendarModule/Calendar/Calendar.Designer.cs
Trunk/Samples/OutlookBarWorkspaceQuickstart/Source/CalendarModule/Calendar/Calendar.cs
Trunk/Samples/OutlookBarWorkspaceQuickstart/Source/CalendarModule/Calendar/Calendar.resx
Trunk/Samples/OutlookBarWorkspaceQuickstart/Source/CalendarModule/Calendar/CalendarPresenter.cs
Trunk/Samples/OutlookBarWorkspaceQuickstart/Source/CalendarModule/Calendar/ICalendar.cs
Trunk/Samples/OutlookBarWorkspaceQuickstart/Source/CalendarModule/CalendarModule.csproj
Trunk/Samples/OutlookBarWorkspaceQuickstart/Source/CalendarModule/CalendarModule.csproj.vspscc
Trunk/Samples/OutlookBarWorkspaceQuickstart/Source/CalendarModule/Constants/CommandNames.cs
Trunk/Samples/OutlookBarWorkspaceQuickstart/Source/CalendarModule/Constants/EventTopicNames.cs
Trunk/Samples/OutlookBarWorkspaceQuickstart/Source/CalendarModule/Constants/UIExtensionSiteNames.cs
Trunk/Samples/OutlookBarWorkspaceQuickstart/Source/CalendarModule/Constants/WorkspaceNames.cs
Trunk/Samples/OutlookBarWorkspaceQuickstart/Source/CalendarModule/Module.cs
Trunk/Samples/OutlookBarWorkspaceQuickstart/Source/CalendarModule/ModuleController.cs
Trunk/Samples/OutlookBarWorkspaceQuickstart/Source/CalendarModule/Months/IMonths.cs
Trunk/Samples/OutlookBarWorkspaceQuickstart/Source/CalendarModule/Months/Months.Designer.cs
Trunk/Samples/OutlookBarWorkspaceQuickstart/Source/CalendarModule/Months/Months.cs
Trunk/Samples/OutlookBarWorkspaceQuickstart/Source/CalendarModule/Months/Months.resx
Trunk/Samples/OutlookBarWorkspaceQuickstart/Source/CalendarModule/Months/MonthsPresenter.cs
Trunk/Samples/OutlookBarWorkspaceQuickstart/Source/CalendarModule/Properties/AssemblyInfo.cs
Trunk/Samples/OutlookBarWorkspaceQuickstart/Source/CalendarModule/Properties/Resources.Designer.cs
Trunk/Samples/OutlookBarWorkspaceQuickstart/Source/CalendarModule/Properties/Resources.resx
Trunk/Samples/OutlookBarWorkspaceQuickstart/Source/CalendarModule/Properties/Settings.Designer.cs
Trunk/Samples/OutlookBarWorkspaceQuickstart/Source/CalendarModule/Properties/Settings.settings
Trunk/Samples/OutlookBarWorkspaceQuickstart/Source/CalendarModule/Resources/01094.bmp
Trunk/Samples/OutlookBarWorkspaceQuickstart/Source/CalendarModule/Resources/01095.bmp
Trunk/Samples/OutlookBarWorkspaceQuickstart/Source/CalendarModule/Resources/01096.bmp
Trunk/Samples/OutlookBarWorkspaceQuickstart/Source/CalendarModule/Resources/01674.bmp
Trunk/Samples/OutlookBarWorkspaceQuickstart/Source/CalendarModule/Resources/05556.bmp
Trunk/Samples/OutlookBarWorkspaceQuickstart/Source/CalendarModule/Resources/07262.bmp
Trunk/Samples/OutlookBarWorkspaceQuickstart/Source/CalendarModule/Resources/Address.bmp
Trunk/Samples/OutlookBarWorkspaceQuickstart/Source/CalendarModule/Resources/Archive.bmp
Trunk/Samples/OutlookBarWorkspaceQuickstart/Source/CalendarModule/Resources/Calendar24.bmp
Trunk/Samples/OutlookBarWorkspaceQuickstart/Source/CalendarModule/Resources/Contacts24.bmp
Trunk/Samples/OutlookBarWorkspaceQuickstart/Source/CalendarModule/Resources/Copy.bmp
Trunk/Samples/OutlookBarWorkspaceQuickstart/Source/CalendarModule/Resources/Cut.bmp
Trunk/Samples/OutlookBarWorkspaceQuickstart/Source/CalendarModule/Resources/Delete.bmp
Trunk/Samples/OutlookBarWorkspaceQuickstart/Source/CalendarModule/Resources/Drafts.bmp
Trunk/Samples/OutlookBarWorkspaceQuickstart/Source/CalendarModule/Resources/Error.bmp
Trunk/Samples/OutlookBarWorkspaceQuickstart/Source/CalendarModule/Resources/Find.bmp
Trunk/Samples/OutlookBarWorkspaceQuickstart/Source/CalendarModule/Resources/Folder.bmp
Trunk/Samples/OutlookBarWorkspaceQuickstart/Source/CalendarModule/Resources/Folder24.bmp
Trunk/Samples/OutlookBarWorkspaceQuickstart/Source/CalendarModule/Resources/Forward.bmp
Trunk/Samples/OutlookBarWorkspaceQuickstart/Source/CalendarModule/Resources/Help.bmp
Trunk/Samples/OutlookBarWorkspaceQuickstart/Source/CalendarModule/Resources/InternetFax.bmp
Trunk/Samples/OutlookBarWorkspaceQuickstart/Source/CalendarModule/Resources/JournalEntry.bmp
Trunk/Samples/OutlookBarWorkspaceQuickstart/Source/CalendarModule/Resources/Mail24.bmp
Trunk/Samples/OutlookBarWorkspaceQuickstart/Source/CalendarModule/Resources/Move.bmp
Trunk/Samples/OutlookBarWorkspaceQuickstart/Source/CalendarModule/Resources/New.bmp
Trunk/Samples/OutlookBarWorkspaceQuickstart/Source/CalendarModule/Resources/NewAppointment.bmp
Trunk/Samples/OutlookBarWorkspaceQuickstart/Source/CalendarModule/Resources/NewContact.bmp
Trunk/Samples/OutlookBarWorkspaceQuickstart/Source/CalendarModule/Resources/NewDistributionList.bmp
Trunk/Samples/OutlookBarWorkspaceQuickstart/Source/CalendarModule/Resources/NewMeetingRequest.bmp
Trunk/Samples/OutlookBarWorkspaceQuickstart/Source/CalendarModule/Resources/NewTask.bmp
Trunk/Samples/OutlookBarWorkspaceQuickstart/Source/CalendarModule/Resources/Notes.bmp
Trunk/Samples/OutlookBarWorkspaceQuickstart/Source/CalendarModule/Resources/Notes32.bmp
Trunk/Samples/OutlookBarWorkspaceQuickstart/Source/CalendarModule/Resources/Outlook.bmp
Trunk/Samples/OutlookBarWorkspaceQuickstart/Source/CalendarModule/Resources/Paste.bmp
Trunk/Samples/OutlookBarWorkspaceQuickstart/Source/CalendarModule/Resources/Post.bmp
Trunk/Samples/OutlookBarWorkspaceQuickstart/Source/CalendarModule/Resources/Print.bmp
Trunk/Samples/OutlookBarWorkspaceQuickstart/Source/CalendarModule/Resources/PrintPreview.bmp
Trunk/Samples/OutlookBarWorkspaceQuickstart/Source/CalendarModule/Resources/Read.bmp
Trunk/Samples/OutlookBarWorkspaceQuickstart/Source/CalendarModule/Resources/Recycle.bmp
Trunk/Samples/OutlookBarWorkspaceQuickstart/Source/CalendarModule/Resources/Reply.bmp
Trunk/Samples/OutlookBarWorkspaceQuickstart/Source/CalendarModule/Resources/ReplyAll.bmp
Trunk/Samples/OutlookBarWorkspaceQuickstart/Source/CalendarModule/Resources/Rule.bmp
Trunk/Samples/OutlookBarWorkspaceQuickstart/Source/CalendarModule/Resources/Search.bmp
Trunk/Samples/OutlookBarWorkspaceQuickstart/Source/CalendarModule/Resources/Send.bmp
Trunk/Samples/OutlookBarWorkspaceQuickstart/Source/CalendarModule/Resources/Shortcut.bmp
Trunk/Samples/OutlookBarWorkspaceQuickstart/Source/CalendarModule/Resources/Shortcut24.bmp
Trunk/Samples/OutlookBarWorkspaceQuickstart/Source/CalendarModule/Resources/Tasks24.bmp
Trunk/Samples/OutlookBarWorkspaceQuickstart/Source/CalendarModule/Resources/Unread.gif
Trunk/Samples/OutlookBarWorkspaceQuickstart/Source/CalendarModule/Toolbar.Designer.cs
Trunk/Samples/OutlookBarWorkspaceQuickstart/Source/CalendarModule/Toolbar.cs
Trunk/Samples/OutlookBarWorkspaceQuickstart/Source/CalendarModule/Toolbar.resx
Trunk/Samples/OutlookBarWorkspaceQuickstart/Source/Common/Common.csproj
Trunk/Samples/OutlookBarWorkspaceQuickstart/Source/Common/Common.csproj.vspscc
Trunk/Samples/OutlookBarWorkspaceQuickstart/Source/Common/Constants/CommandNames.cs
Trunk/Samples/OutlookBarWorkspaceQuickstart/Source/Common/Constants/EventTopicNames.cs
Trunk/Samples/OutlookBarWorkspaceQuickstart/Source/Common/Constants/UIExtensionSiteNames.cs
Trunk/Samples/OutlookBarWorkspaceQuickstart/Source/Common/Constants/WorkspaceNames.cs
Trunk/Samples/OutlookBarWorkspaceQuickstart/Source/Common/ControlledWorkItem.cs
Trunk/Samples/OutlookBarWorkspaceQuickstart/Source/Common/EventArgs.cs
Trunk/Samples/OutlookBarWorkspaceQuickstart/Source/Common/Guard.cs
Trunk/Samples/OutlookBarWorkspaceQuickstart/Source/Common/IWorkItemController.cs
Trunk/Samples/OutlookBarWorkspaceQuickstart/Source/Common/Properties/AssemblyInfo.cs
Trunk/Samples/OutlookBarWorkspaceQuickstart/Source/Common/Services/ToolStripService.cs
Trunk/Samples/OutlookBarWorkspaceQuickstart/Source/Common/WorkItemController.cs
Trunk/Samples/OutlookBarWorkspaceQuickstart/Source/MailModule/Constants/CommandNames.cs
Trunk/Samples/OutlookBarWorkspaceQuickstart/Source/MailModule/Constants/EventTopicNames.cs
Trunk/Samples/OutlookBarWorkspaceQuickstart/Source/MailModule/Constants/UIExtensionSiteNames.cs
Trunk/Samples/OutlookBarWorkspaceQuickstart/Source/MailModule/Constants/WorkspaceNames.cs
Trunk/Samples/OutlookBarWorkspaceQuickstart/Source/MailModule/Inbox/IInbox.cs
Trunk/Samples/OutlookBarWorkspaceQuickstart/Source/MailModule/Inbox/Inbox.Designer.cs
Trunk/Samples/OutlookBarWorkspaceQuickstart/Source/MailModule/Inbox/Inbox.cs
Trunk/Samples/OutlookBarWorkspaceQuickstart/Source/MailModule/Inbox/Inbox.resx
Trunk/Samples/OutlookBarWorkspaceQuickstart/Source/MailModule/Inbox/InboxPresenter.cs
Trunk/Samples/OutlookBarWorkspaceQuickstart/Source/MailModule/Inbox/MailMessage.cs
Trunk/Samples/OutlookBarWorkspaceQuickstart/Source/MailModule/Inbox/MessageList.cs
Trunk/Samples/OutlookBarWorkspaceQuickstart/Source/MailModule/Inbox/MessageList.resx
Trunk/Samples/OutlookBarWorkspaceQuickstart/Source/MailModule/Inbox/MessageStore.cs
Trunk/Samples/OutlookBarWorkspaceQuickstart/Source/MailModule/Inbox/RightSpine.cs
Trunk/Samples/OutlookBarWorkspaceQuickstart/Source/MailModule/Inbox/RightSpine.resx
Trunk/Samples/OutlookBarWorkspaceQuickstart/Source/MailModule/Mail/0001.htm
Trunk/Samples/OutlookBarWorkspaceQuickstart/Source/MailModule/Mail/0002.htm
Trunk/Samples/OutlookBarWorkspaceQuickstart/Source/MailModule/Mail/0003.htm
Trunk/Samples/OutlookBarWorkspaceQuickstart/Source/MailModule/Mail/0004.htm
Trunk/Samples/OutlookBarWorkspaceQuickstart/Source/MailModule/Mail/0005.htm
Trunk/Samples/OutlookBarWorkspaceQuickstart/Source/MailModule/Mail/0006.htm
Trunk/Samples/OutlookBarWorkspaceQuickstart/Source/MailModule/Mail/0007.htm
Trunk/Samples/OutlookBarWorkspaceQuickstart/Source/MailModule/Mail/0008.htm
Trunk/Samples/OutlookBarWorkspaceQuickstart/Source/MailModule/Mail/0009.htm
Trunk/Samples/OutlookBarWorkspaceQuickstart/Source/MailModule/Mail/Chris.htm
Trunk/Samples/OutlookBarWorkspaceQuickstart/Source/MailModule/Mail/Erick.htm
Trunk/Samples/OutlookBarWorkspaceQuickstart/Source/MailModule/Mail/Inbox.xml
Trunk/Samples/OutlookBarWorkspaceQuickstart/Source/MailModule/Mail/Laurie.htm
Trunk/Samples/OutlookBarWorkspaceQuickstart/Source/MailModule/Mail/Other.htm
Trunk/Samples/OutlookBarWorkspaceQuickstart/Source/MailModule/Mail/Shawn.htm
Trunk/Samples/OutlookBarWorkspaceQuickstart/Source/MailModule/Mail/Simon.htm
Trunk/Samples/OutlookBarWorkspaceQuickstart/Source/MailModule/Mail/Steve.htm
Trunk/Samples/OutlookBarWorkspaceQuickstart/Source/MailModule/MailFolders/IMailFolders.cs
Trunk/Samples/OutlookBarWorkspaceQuickstart/Source/MailModule/MailFolders/MailFolders.Designer.cs
Trunk/Samples/OutlookBarWorkspaceQuickstart/Source/MailModule/MailFolders/MailFolders.cs
Trunk/Samples/OutlookBarWorkspaceQuickstart/Source/MailModule/MailFolders/MailFolders.resx
Trunk/Samples/OutlookBarWorkspaceQuickstart/Source/MailModule/MailFolders/MailFoldersPresenter.cs
Trunk/Samples/OutlookBarWorkspaceQuickstart/Source/MailModule/MailModule.csproj
Trunk/Samples/OutlookBarWorkspaceQuickstart/Source/MailModule/MailModule.csproj.vspscc
Trunk/Samples/OutlookBarWorkspaceQuickstart/Source/MailModule/Module.cs
Trunk/Samples/OutlookBarWorkspaceQuickstart/Source/MailModule/ModuleController.cs
Trunk/Samples/OutlookBarWorkspaceQuickstart/Source/MailModule/Properties/AssemblyInfo.cs
Trunk/Samples/OutlookBarWorkspaceQuickstart/Source/MailModule/Properties/Resources.Designer.cs
Trunk/Samples/OutlookBarWorkspaceQuickstart/Source/MailModule/Properties/Resources.resx
Trunk/Samples/OutlookBarWorkspaceQuickstart/Source/MailModule/Properties/Settings.Designer.cs
Trunk/Samples/OutlookBarWorkspaceQuickstart/Source/MailModule/Properties/Settings.settings
Trunk/Samples/OutlookBarWorkspaceQuickstart/Source/MailModule/Resources/01674.bmp
Trunk/Samples/OutlookBarWorkspaceQuickstart/Source/MailModule/Resources/Address.bmp
Trunk/Samples/OutlookBarWorkspaceQuickstart/Source/MailModule/Resources/Archive.bmp
Trunk/Samples/OutlookBarWorkspaceQuickstart/Source/MailModule/Resources/Calendar24.bmp
Trunk/Samples/OutlookBarWorkspaceQuickstart/Source/MailModule/Resources/Contacts24.bmp
Trunk/Samples/OutlookBarWorkspaceQuickstart/Source/MailModule/Resources/Copy.bmp
Trunk/Samples/OutlookBarWorkspaceQuickstart/Source/MailModule/Resources/Cut.bmp
Trunk/Samples/OutlookBarWorkspaceQuickstart/Source/MailModule/Resources/Delete.bmp
Trunk/Samples/OutlookBarWorkspaceQuickstart/Source/MailModule/Resources/Drafts.bmp
Trunk/Samples/OutlookBarWorkspaceQuickstart/Source/MailModule/Resources/Error.bmp
Trunk/Samples/OutlookBarWorkspaceQuickstart/Source/MailModule/Resources/Find.bmp
Trunk/Samples/OutlookBarWorkspaceQuickstart/Source/MailModule/Resources/Folder.bmp
Trunk/Samples/OutlookBarWorkspaceQuickstart/Source/MailModule/Resources/Folder24.bmp
Trunk/Samples/OutlookBarWorkspaceQuickstart/Source/MailModule/Resources/Forward.bmp
Trunk/Samples/OutlookBarWorkspaceQuickstart/Source/MailModule/Resources/Help.bmp
Trunk/Samples/OutlookBarWorkspaceQuickstart/Source/MailModule/Resources/InternetFax.bmp
Trunk/Samples/OutlookBarWorkspaceQuickstart/Source/MailModule/Resources/JournalEntry.bmp
Trunk/Samples/OutlookBarWorkspaceQuickstart/Source/MailModule/Resources/Mail24.bmp
Trunk/Samples/OutlookBarWorkspaceQuickstart/Source/MailModule/Resources/Move.bmp
Trunk/Samples/OutlookBarWorkspaceQuickstart/Source/MailModule/Resources/New.bmp
Trunk/Samples/OutlookBarWorkspaceQuickstart/Source/MailModule/Resources/NewAppointment.bmp
Trunk/Samples/OutlookBarWorkspaceQuickstart/Source/MailModule/Resources/NewContact.bmp
Trunk/Samples/OutlookBarWorkspaceQuickstart/Source/MailModule/Resources/NewDistributionList.bmp
Trunk/Samples/OutlookBarWorkspaceQuickstart/Source/MailModule/Resources/NewMeetingRequest.bmp
Trunk/Samples/OutlookBarWorkspaceQuickstart/Source/MailModule/Resources/NewTask.bmp
Trunk/Samples/OutlookBarWorkspaceQuickstart/Source/MailModule/Resources/Notes.bmp
Trunk/Samples/OutlookBarWorkspaceQuickstart/Source/MailModule/Resources/Notes32.bmp
Trunk/Samples/OutlookBarWorkspaceQuickstart/Source/MailModule/Resources/Outlook.bmp
Trunk/Samples/OutlookBarWorkspaceQuickstart/Source/MailModule/Resources/Paste.bmp
Trunk/Samples/OutlookBarWorkspaceQuickstart/Source/MailModule/Resources/Post.bmp
Trunk/Samples/OutlookBarWorkspaceQuickstart/Source/MailModule/Resources/Print.bmp
Trunk/Samples/OutlookBarWorkspaceQuickstart/Source/MailModule/Resources/PrintPreview.bmp
Trunk/Samples/OutlookBarWorkspaceQuickstart/Source/MailModule/Resources/Read.bmp
Trunk/Samples/OutlookBarWorkspaceQuickstart/Source/MailModule/Resources/Recycle.bmp
Trunk/Samples/OutlookBarWorkspaceQuickstart/Source/MailModule/Resources/Reply.bmp
Trunk/Samples/OutlookBarWorkspaceQuickstart/Source/MailModule/Resources/ReplyAll.bmp
Trunk/Samples/OutlookBarWorkspaceQuickstart/Source/MailModule/Resources/Rule.bmp
Trunk/Samples/OutlookBarWorkspaceQuickstart/Source/MailModule/Resources/Search.bmp
Trunk/Samples/OutlookBarWorkspaceQuickstart/Source/MailModule/Resources/Send.bmp
Trunk/Samples/OutlookBarWorkspaceQuickstart/Source/MailModule/Resources/Shortcut.bmp
Trunk/Samples/OutlookBarWorkspaceQuickstart/Source/MailModule/Resources/Shortcut24.bmp
Trunk/Samples/OutlookBarWorkspaceQuickstart/Source/MailModule/Resources/Tasks24.bmp
Trunk/Samples/OutlookBarWorkspaceQuickstart/Source/MailModule/Resources/Unread.gif
Trunk/Samples/OutlookBarWorkspaceQuickstart/Source/MailModule/Toolbar.Designer.cs
Trunk/Samples/OutlookBarWorkspaceQuickstart/Source/MailModule/Toolbar.cs
Trunk/Samples/OutlookBarWorkspaceQuickstart/Source/MailModule/Toolbar.resx
Trunk/Samples/OutlookBarWorkspaceQuickstart/Source/Shell/App.config
Trunk/Samples/OutlookBarWorkspaceQuickstart/Source/Shell/Constants/CommandNames.cs
Trunk/Samples/OutlookBarWorkspaceQuickstart/Source/Shell/Constants/EventTopicNames.cs
Trunk/Samples/OutlookBarWorkspaceQuickstart/Source/Shell/Constants/UIExtensionSiteNames.cs
Trunk/Samples/OutlookBarWorkspaceQuickstart/Source/Shell/Constants/WorkspaceNames.cs
Trunk/Samples/OutlookBarWorkspaceQuickstart/Source/Shell/Images/Address.bmp
Trunk/Samples/OutlookBarWorkspaceQuickstart/Source/Shell/Images/Archive.bmp
Trunk/Samples/OutlookBarWorkspaceQuickstart/Source/Shell/Images/Calendar24.bmp
Trunk/Samples/OutlookBarWorkspaceQuickstart/Source/Shell/Images/Contacts24.bmp
Trunk/Samples/OutlookBarWorkspaceQuickstart/Source/Shell/Images/Copy.bmp
Trunk/Samples/OutlookBarWorkspaceQuickstart/Source/Shell/Images/Cut.bmp
Trunk/Samples/OutlookBarWorkspaceQuickstart/Source/Shell/Images/Delete.bmp
Trunk/Samples/OutlookBarWorkspaceQuickstart/Source/Shell/Images/Drafts.bmp
Trunk/Samples/OutlookBarWorkspaceQuickstart/Source/Shell/Images/Error.bmp
Trunk/Samples/OutlookBarWorkspaceQuickstart/Source/Shell/Images/Find.bmp
Trunk/Samples/OutlookBarWorkspaceQuickstart/Source/Shell/Images/Flag.bmp
Trunk/Samples/OutlookBarWorkspaceQuickstart/Source/Shell/Images/Folder.bmp
Trunk/Samples/OutlookBarWorkspaceQuickstart/Source/Shell/Images/Folder24.bmp
Trunk/Samples/OutlookBarWorkspaceQuickstart/Source/Shell/Images/Forward.bmp
Trunk/Samples/OutlookBarWorkspaceQuickstart/Source/Shell/Images/Help.bmp
Trunk/Samples/OutlookBarWorkspaceQuickstart/Source/Shell/Images/Inbox.bmp
Trunk/Samples/OutlookBarWorkspaceQuickstart/Source/Shell/Images/InternetFax.bmp
Trunk/Samples/OutlookBarWorkspaceQuickstart/Source/Shell/Images/JournalEntry.bmp
Trunk/Samples/OutlookBarWorkspaceQuickstart/Source/Shell/Images/Junk.bmp
Trunk/Samples/OutlookBarWorkspaceQuickstart/Source/Shell/Images/Mail24.bmp
Trunk/Samples/OutlookBarWorkspaceQuickstart/Source/Shell/Images/Move.bmp
Trunk/Samples/OutlookBarWorkspaceQuickstart/Source/Shell/Images/New.bmp
Trunk/Samples/OutlookBarWorkspaceQuickstart/Source/Shell/Images/New.png
Trunk/Samples/OutlookBarWorkspaceQuickstart/Source/Shell/Images/NewAppointment.bmp
Trunk/Samples/OutlookBarWorkspaceQuickstart/Source/Shell/Images/NewContact.bmp
Trunk/Samples/OutlookBarWorkspaceQuickstart/Source/Shell/Images/NewDistributionList.bmp
Trunk/Samples/OutlookBarWorkspaceQuickstart/Source/Shell/Images/NewFolder.bmp
Trunk/Samples/OutlookBarWorkspaceQuickstart/Source/Shell/Images/NewMeetingRequest.bmp
Trunk/Samples/OutlookBarWorkspaceQuickstart/Source/Shell/Images/NewSearchFolder.bmp
Trunk/Samples/OutlookBarWorkspaceQuickstart/Source/Shell/Images/NewTask.bmp
Trunk/Samples/OutlookBarWorkspaceQuickstart/Source/Shell/Images/Notes.bmp
Trunk/Samples/OutlookBarWorkspaceQuickstart/Source/Shell/Images/Notes32.bmp
Trunk/Samples/OutlookBarWorkspaceQuickstart/Source/Shell/Images/Outbox.bmp
Trunk/Samples/OutlookBarWorkspaceQuickstart/Source/Shell/Images/Outlook.bmp
Trunk/Samples/OutlookBarWorkspaceQuickstart/Source/Shell/Images/OutlookToday.bmp
Trunk/Samples/OutlookBarWorkspaceQuickstart/Source/Shell/Images/Paste.bmp
Trunk/Samples/OutlookBarWorkspaceQuickstart/Source/Shell/Images/Post.bmp
Trunk/Samples/OutlookBarWorkspaceQuickstart/Source/Shell/Images/Post.png
Trunk/Samples/OutlookBarWorkspaceQuickstart/Source/Shell/Images/Print.bmp
Trunk/Samples/OutlookBarWorkspaceQuickstart/Source/Shell/Images/PrintPreview.bmp
Trunk/Samples/OutlookBarWorkspaceQuickstart/Source/Shell/Images/Read.bmp
Trunk/Samples/OutlookBarWorkspaceQuickstart/Source/Shell/Images/Read.gif
Trunk/Samples/OutlookBarWorkspaceQuickstart/Source/Shell/Images/Recycle.bmp
Trunk/Samples/OutlookBarWorkspaceQuickstart/Source/Shell/Images/Reply.bmp
Trunk/Samples/OutlookBarWorkspaceQuickstart/Source/Shell/Images/ReplyAll.bmp
Trunk/Samples/OutlookBarWorkspaceQuickstart/Source/Shell/Images/Rule.bmp
Trunk/Samples/OutlookBarWorkspaceQuickstart/Source/Shell/Images/Search.bmp
Trunk/Samples/OutlookBarWorkspaceQuickstart/Source/Shell/Images/Send.bmp
Trunk/Samples/OutlookBarWorkspaceQuickstart/Source/Shell/Images/Sent.bmp
Trunk/Samples/OutlookBarWorkspaceQuickstart/Source/Shell/Images/Shortcut.bmp
Trunk/Samples/OutlookBarWorkspaceQuickstart/Source/Shell/Images/Shortcut24.bmp
Trunk/Samples/OutlookBarWorkspaceQuickstart/Source/Shell/Images/SyncError.bmp
Trunk/Samples/OutlookBarWorkspaceQuickstart/Source/Shell/Images/Task.bmp
Trunk/Samples/OutlookBarWorkspaceQuickstart/Source/Shell/Images/TaskRequest.bmp
Trunk/Samples/OutlookBarWorkspaceQuickstart/Source/Shell/Images/Tasks24.bmp
Trunk/Samples/OutlookBarWorkspaceQuickstart/Source/Shell/Images/Thumbs.db
Trunk/Samples/OutlookBarWorkspaceQuickstart/Source/Shell/Images/TitleBarGrip.bmp
Trunk/Samples/OutlookBarWorkspaceQuickstart/Source/Shell/Images/Unread.gif
Trunk/Samples/OutlookBarWorkspaceQuickstart/Source/Shell/ProfileCatalog.xml
Trunk/Samples/OutlookBarWorkspaceQuickstart/Source/Shell/Properties/AssemblyInfo.cs
Trunk/Samples/OutlookBarWorkspaceQuickstart/Source/Shell/Properties/Resources.resx
Trunk/Samples/OutlookBarWorkspaceQuickstart/Source/Shell/Shell.csproj
Trunk/Samples/OutlookBarWorkspaceQuickstart/Source/Shell/Shell.csproj.vspscc
Trunk/Samples/OutlookBarWorkspaceQuickstart/Source/Shell/ShellApplication.cs
Trunk/Samples/OutlookBarWorkspaceQuickstart/Source/Shell/ShellForm.Designer.cs
Trunk/Samples/OutlookBarWorkspaceQuickstart/Source/Shell/ShellForm.cs
Trunk/Samples/OutlookBarWorkspaceQuickstart/Source/Shell/ShellForm.resx
Trunk/Samples/TestSuite.sln
Trunk/Samples/TestSuite.vssscc
Trunk/Samples/TestSuite/Source/Help/Help.Interface/Constants/CommandNames.cs
Trunk/Samples/TestSuite/Source/Help/Help.Interface/Constants/EventTopicNames.cs
Trunk/Samples/TestSuite/Source/Help/Help.Interface/Constants/UIExtensionSiteNames.cs
Trunk/Samples/TestSuite/Source/Help/Help.Interface/Constants/WorkspaceNames.cs
Trunk/Samples/TestSuite/Source/Help/Help.Interface/Help.Interface.csproj
Trunk/Samples/TestSuite/Source/Help/Help.Interface/Help.Interface.csproj.vspscc
Trunk/Samples/TestSuite/Source/Help/Help.Interface/Properties/AssemblyInfo.cs
Trunk/Samples/TestSuite/Source/Help/Help.Interface/Services/IDynamicHelp.cs
Trunk/Samples/TestSuite/Source/Help/Help.Module/Constants/CommandNames.cs
Trunk/Samples/TestSuite/Source/Help/Help.Module/Constants/EventTopicNames.cs
Trunk/Samples/TestSuite/Source/Help/Help.Module/Constants/UIExtensionSiteNames.cs
Trunk/Samples/TestSuite/Source/Help/Help.Module/Constants/WorkspaceNames.cs
Trunk/Samples/TestSuite/Source/Help/Help.Module/Help.Module.csproj
Trunk/Samples/TestSuite/Source/Help/Help.Module/Help.Module.csproj.vspscc
Trunk/Samples/TestSuite/Source/Help/Help.Module/Help/Contents.htm
Trunk/Samples/TestSuite/Source/Help/Help.Module/Help/Credits.htm
Trunk/Samples/TestSuite/Source/Help/Help.Module/Help/License.htm
Trunk/Samples/TestSuite/Source/Help/Help.Module/Module.cs
Trunk/Samples/TestSuite/Source/Help/Help.Module/ModuleController.cs
Trunk/Samples/TestSuite/Source/Help/Help.Module/Properties/AssemblyInfo.cs
Trunk/Samples/TestSuite/Source/Help/Help.Module/Properties/Resources.Designer.cs
Trunk/Samples/TestSuite/Source/Help/Help.Module/Properties/Resources.resx
Trunk/Samples/TestSuite/Source/Help/Help.Module/Resources/Help.ico
Trunk/Samples/TestSuite/Source/Help/Help.Module/Resources/book_next.png
Trunk/Samples/TestSuite/Source/Help/Help.Module/Resources/book_previous.png
Trunk/Samples/TestSuite/Source/Help/Help.Module/Resources/house.png
Trunk/Samples/TestSuite/Source/Help/Help.Module/Resources/page_save.png
Trunk/Samples/TestSuite/Source/Help/Help.Module/Resources/printer.png
Trunk/Samples/TestSuite/Source/Help/Help.Module/Services/DynamicHelpService.cs
Trunk/Samples/TestSuite/Source/Help/Help.Module/Views/HelpView.Designer.cs
Trunk/Samples/TestSuite/Source/Help/Help.Module/Views/HelpView.GeneratedCode.cs
Trunk/Samples/TestSuite/Source/Help/Help.Module/Views/HelpView.cs
Trunk/Samples/TestSuite/Source/Help/Help.Module/Views/HelpView.resx
Trunk/Samples/TestSuite/Source/Help/Help.Module/Views/HelpViewPresenter.GeneratedCode.cs
Trunk/Samples/TestSuite/Source/Help/Help.Module/Views/HelpViewPresenter.cs
Trunk/Samples/TestSuite/Source/Help/Help.Module/Views/IHelpView.cs
Trunk/Samples/TestSuite/Source/Infrastructure/Infrastructure.Interface/ActionAttribute.cs
Trunk/Samples/TestSuite/Source/Infrastructure/Infrastructure.Interface/Constants/CommandNames.cs
Trunk/Samples/TestSuite/Source/Infrastructure/Infrastructure.Interface/Constants/EventTopicNames.cs
Trunk/Samples/TestSuite/Source/Infrastructure/Infrastructure.Interface/Constants/UIExtensionSiteNames.cs
Trunk/Samples/TestSuite/Source/Infrastructure/Infrastructure.Interface/Constants/WorkspaceNames.cs
Trunk/Samples/TestSuite/Source/Infrastructure/Infrastructure.Interface/ControlledWorkItem.cs
Trunk/Samples/TestSuite/Source/Infrastructure/Infrastructure.Interface/EventArgs.cs
Trunk/Samples/TestSuite/Source/Infrastructure/Infrastructure.Interface/IWorkItemController.cs
Trunk/Samples/TestSuite/Source/Infrastructure/Infrastructure.Interface/Infrastructure.Interface.csproj
Trunk/Samples/TestSuite/Source/Infrastructure/Infrastructure.Interface/Infrastructure.Interface.csproj.vspscc
Trunk/Samples/TestSuite/Source/Infrastructure/Infrastructure.Interface/Presenter.cs
Trunk/Samples/TestSuite/Source/Infrastructure/Infrastructure.Interface/Properties/AssemblyInfo.cs
Trunk/Samples/TestSuite/Source/Infrastructure/Infrastructure.Interface/Services/EntityTranslatorException.cs
Trunk/Samples/TestSuite/Source/Infrastructure/Infrastructure.Interface/Services/IActionCatalogService.cs
Trunk/Samples/TestSuite/Source/Infrastructure/Infrastructure.Interface/Services/IActionCondition.cs
Trunk/Samples/TestSuite/Source/Infrastructure/Infrastructure.Interface/Services/IDocumentManager.cs
Trunk/Samples/TestSuite/Source/Infrastructure/Infrastructure.Interface/Services/IEditManager.cs
Trunk/Samples/TestSuite/Source/Infrastructure/Infrastructure.Interface/Services/IEntityTranslator.cs
Trunk/Samples/TestSuite/Source/Infrastructure/Infrastructure.Interface/Services/IEntityTranslatorService.cs
Trunk/Samples/TestSuite/Source/Infrastructure/Infrastructure.Interface/Services/IImpersonationContext.cs
Trunk/Samples/TestSuite/Source/Infrastructure/Infrastructure.Interface/Services/IImpersonationService.cs
Trunk/Samples/TestSuite/Source/Infrastructure/Infrastructure.Interface/Services/IMessageService.cs
Trunk/Samples/TestSuite/Source/Infrastructure/Infrastructure.Interface/Services/IShowAboutView.cs
Trunk/Samples/TestSuite/Source/Infrastructure/Infrastructure.Interface/Services/IUIElementCreationService.cs
Trunk/Samples/TestSuite/Source/Infrastructure/Infrastructure.Interface/Services/IWorkspaceLocatorService.cs
Trunk/Samples/TestSuite/Source/Infrastructure/Infrastructure.Interface/WorkItemController.cs
Trunk/Samples/TestSuite/Source/Infrastructure/Infrastructure.Layout/Infrastructure.Layout.csproj
Trunk/Samples/TestSuite/Source/Infrastructure/Infrastructure.Layout/Infrastructure.Layout.csproj.vspscc
Trunk/Samples/TestSuite/Source/Infrastructure/Infrastructure.Layout/Module.cs
Trunk/Samples/TestSuite/Source/Infrastructure/Infrastructure.Layout/Properties/AssemblyInfo.cs
Trunk/Samples/TestSuite/Source/Infrastructure/Infrastructure.Layout/Properties/Resources.Designer.cs
Trunk/Samples/TestSuite/Source/Infrastructure/Infrastructure.Layout/Properties/Resources.resx
Trunk/Samples/TestSuite/Source/Infrastructure/Infrastructure.Layout/Resources/Copy.png
Trunk/Samples/TestSuite/Source/Infrastructure/Infrastructure.Layout/Resources/Cut.png
Trunk/Samples/TestSuite/Source/Infrastructure/Infrastructure.Layout/Resources/Delete.png
Trunk/Samples/TestSuite/Source/Infrastructure/Infrastructure.Layout/Resources/NewDocument.png
Trunk/Samples/TestSuite/Source/Infrastructure/Infrastructure.Layout/Resources/Open.png
Trunk/Samples/TestSuite/Source/Infrastructure/Infrastructure.Layout/Resources/Paste.png
Trunk/Samples/TestSuite/Source/Infrastructure/Infrastructure.Layout/Resources/Redo.png
Trunk/Samples/TestSuite/Source/Infrastructure/Infrastructure.Layout/Resources/Save.png
Trunk/Samples/TestSuite/Source/Infrastructure/Infrastructure.Layout/Resources/Undo.png
Trunk/Samples/TestSuite/Source/Infrastructure/Infrastructure.Layout/UIElements/InverseToolStripItemCollectionUIAdapter.cs
Trunk/Samples/TestSuite/Source/Infrastructure/Infrastructure.Layout/UIElements/ToolStripPanelUIAdapter.cs
Trunk/Samples/TestSuite/Source/Infrastructure/Infrastructure.Layout/UIElements/ToolStripPanelUIAdapterFactory.cs
Trunk/Samples/TestSuite/Source/Infrastructure/Infrastructure.Layout/Views/ShellLayoutView.Designer.cs
Trunk/Samples/TestSuite/Source/Infrastructure/Infrastructure.Layout/Views/ShellLayoutView.cs
Trunk/Samples/TestSuite/Source/Infrastructure/Infrastructure.Layout/Views/ShellLayoutView.resx
Trunk/Samples/TestSuite/Source/Infrastructure/Infrastructure.Layout/Views/ShellLayoutViewPresenter.cs
Trunk/Samples/TestSuite/Source/Infrastructure/Infrastructure.Library/Activation/IUIElementActivationService.cs
Trunk/Samples/TestSuite/Source/Infrastructure/Infrastructure.Library/Activation/UIElementActivationService.cs
Trunk/Samples/TestSuite/Source/Infrastructure/Infrastructure.Library/Activation/UIElementActivationStrategy.cs
Trunk/Samples/TestSuite/Source/Infrastructure/Infrastructure.Library/BuilderStrategies/ActionStrategy.cs
Trunk/Samples/TestSuite/Source/Infrastructure/Infrastructure.Library/BuilderStrategies/WPFFormServiceStrategy.cs
Trunk/Samples/TestSuite/Source/Infrastructure/Infrastructure.Library/EntLib/EventTopicExceptionFormatter.cs
Trunk/Samples/TestSuite/Source/Infrastructure/Infrastructure.Library/EntityTranslators/BaseTranslator.cs
Trunk/Samples/TestSuite/Source/Infrastructure/Infrastructure.Library/EntityTranslators/EntityMapperTranslator.cs
Trunk/Samples/TestSuite/Source/Infrastructure/Infrastructure.Library/Infrastructure.Library.csproj
Trunk/Samples/TestSuite/Source/Infrastructure/Infrastructure.Library/Infrastructure.Library.csproj.vspscc
Trunk/Samples/TestSuite/Source/Infrastructure/Infrastructure.Library/Properties/AssemblyInfo.cs
Trunk/Samples/TestSuite/Source/Infrastructure/Infrastructure.Library/Properties/Resources.Designer.cs
Trunk/Samples/TestSuite/Source/Infrastructure/Infrastructure.Library/Properties/Resources.resx
Trunk/Samples/TestSuite/Source/Infrastructure/Infrastructure.Library/Services/ActionCatalogException.cs
Trunk/Samples/TestSuite/Source/Infrastructure/Infrastructure.Library/Services/ActionCatalogService.cs
Trunk/Samples/TestSuite/Source/Infrastructure/Infrastructure.Library/Services/DependentModuleInfo.cs
Trunk/Samples/TestSuite/Source/Infrastructure/Infrastructure.Library/Services/DependentModuleLoaderService.cs
Trunk/Samples/TestSuite/Source/Infrastructure/Infrastructure.Library/Services/EntityTranslatorService.cs
Trunk/Samples/TestSuite/Source/Infrastructure/Infrastructure.Library/Services/IDependentModuleInfo.cs
Trunk/Samples/TestSuite/Source/Infrastructure/Infrastructure.Library/Services/IModuleInfoStore.cs
Trunk/Samples/TestSuite/Source/Infrastructure/Infrastructure.Library/Services/IProfileCatalogService.cs
Trunk/Samples/TestSuite/Source/Infrastructure/Infrastructure.Library/Services/ISolutionProfileParser.cs
Trunk/Samples/TestSuite/Source/Infrastructure/Infrastructure.Library/Services/ModuleMetadataReflectionHelper.cs
Trunk/Samples/TestSuite/Source/Infrastructure/Infrastructure.Library/Services/ProfileCatalogModuleInfoStore.cs
Trunk/Samples/TestSuite/Source/Infrastructure/Infrastructure.Library/Services/SolutionProfileV1Parser.cs
Trunk/Samples/TestSuite/Source/Infrastructure/Infrastructure.Library/Services/SolutionProfileV2Parser.cs
Trunk/Samples/TestSuite/Source/Infrastructure/Infrastructure.Library/Services/WebServiceCatalogModuleInfoStore.cs
Trunk/Samples/TestSuite/Source/Infrastructure/Infrastructure.Library/Services/WorkspaceLocatorService.cs
Trunk/Samples/TestSuite/Source/Infrastructure/Infrastructure.Library/Services/XmlStreamDependentModuleEnumerator.cs
Trunk/Samples/TestSuite/Source/Infrastructure/Infrastructure.Library/Services/XmlValidationHelper.cs
Trunk/Samples/TestSuite/Source/Infrastructure/Infrastructure.Library/SmartClientApplication.cs
Trunk/Samples/TestSuite/Source/Infrastructure/Infrastructure.Library/SolutionProfileV1.cs
Trunk/Samples/TestSuite/Source/Infrastructure/Infrastructure.Library/SolutionProfileV1.xsd
Trunk/Samples/TestSuite/Source/Infrastructure/Infrastructure.Library/SolutionProfileV2.cs
Trunk/Samples/TestSuite/Source/Infrastructure/Infrastructure.Library/SolutionProfileV2.xsd
Trunk/Samples/TestSuite/Source/Infrastructure/Infrastructure.Library/SolutionProfileV2.xsx
Trunk/Samples/TestSuite/Source/Infrastructure/Infrastructure.Library/SplashWPFFormShellApplication.cs
Trunk/Samples/TestSuite/Source/Infrastructure/Infrastructure.Library/UI/WindowSmartpartInfo.cs
Trunk/Samples/TestSuite/Source/Infrastructure/Infrastructure.Library/UI/WindowWorkspace.cs
Trunk/Samples/TestSuite/Source/Infrastructure/Infrastructure.Library/UI/WindowWorkspaceSetting.cs
Trunk/Samples/TestSuite/Source/Infrastructure/Infrastructure.Library/Workspaces/DockPanelWorkspace.cs
Trunk/Samples/TestSuite/Source/Infrastructure/Infrastructure.Library/Workspaces/ElementHostWorkspaceComposerAdapter.cs
Trunk/Samples/TestSuite/Source/Infrastructure/Infrastructure.Library/Workspaces/FormWorkspace.cs
Trunk/Samples/TestSuite/Source/Infrastructure/Infrastructure.Module/EditAdapters/RichTextBoxAdapter.cs
Trunk/Samples/TestSuite/Source/Infrastructure/Infrastructure.Module/EditAdapters/TextBoxAdapterFactory.cs
Trunk/Samples/TestSuite/Source/Infrastructure/Infrastructure.Module/EditAdapters/TextBoxBaseAdapter.cs
Trunk/Samples/TestSuite/Source/Infrastructure/Infrastructure.Module/EditAdapters/WPFTextBoxAdapter.cs
Trunk/Samples/TestSuite/Source/Infrastructure/Infrastructure.Module/Infrastructure.Module.csproj
Trunk/Samples/TestSuite/Source/Infrastructure/Infrastructure.Module/Infrastructure.Module.csproj.vspscc
Trunk/Samples/TestSuite/Source/Infrastructure/Infrastructure.Module/Module.cs
Trunk/Samples/TestSuite/Source/Infrastructure/Infrastructure.Module/Properties/AssemblyInfo.cs
Trunk/Samples/TestSuite/Source/Infrastructure/Infrastructure.Module/Properties/Resources.Designer.cs
Trunk/Samples/TestSuite/Source/Infrastructure/Infrastructure.Module/Properties/Resources.resx
Trunk/Samples/TestSuite/Source/Infrastructure/Infrastructure.Module/Services/DocumentManager.cs
Trunk/Samples/TestSuite/Source/Infrastructure/Infrastructure.Module/Services/EditManager.cs
Trunk/Samples/TestSuite/Source/Infrastructure/Infrastructure.Module/Services/MenuItemCollection.cs
Trunk/Samples/TestSuite/Source/Infrastructure/Infrastructure.Module/Services/WinFormsCreationService.cs
Trunk/Samples/TestSuite/Source/Infrastructure/Shell/App.config
Trunk/Samples/TestSuite/Source/Infrastructure/Shell/Documentation/CABAdapters.cd
Trunk/Samples/TestSuite/Source/Infrastructure/Shell/Documentation/TraceCAB.txt
Trunk/Samples/TestSuite/Source/Infrastructure/Shell/EditorProfile.bat
Trunk/Samples/TestSuite/Source/Infrastructure/Shell/EditorProfile.xml
Trunk/Samples/TestSuite/Source/Infrastructure/Shell/ProfileCatalog.xml
Trunk/Samples/TestSuite/Source/Infrastructure/Shell/Properties/AssemblyInfo.cs
Trunk/Samples/TestSuite/Source/Infrastructure/Shell/Properties/Resources.Designer.cs
Trunk/Samples/TestSuite/Source/Infrastructure/Shell/Properties/Resources.resx
Trunk/Samples/TestSuite/Source/Infrastructure/Shell/Resources/About.png
Trunk/Samples/TestSuite/Source/Infrastructure/Shell/Resources/AboutBack.png
Trunk/Samples/TestSuite/Source/Infrastructure/Shell/Resources/HelpStyle.css
Trunk/Samples/TestSuite/Source/Infrastructure/Shell/Resources/Splashscreen.png
Trunk/Samples/TestSuite/Source/Infrastructure/Shell/Resources/TestSuite.ico
Trunk/Samples/TestSuite/Source/Infrastructure/Shell/Resources/error.ico
Trunk/Samples/TestSuite/Source/Infrastructure/Shell/Resources/info.ico
Trunk/Samples/TestSuite/Source/Infrastructure/Shell/Resources/warning.ico
Trunk/Samples/TestSuite/Source/Infrastructure/Shell/Services/MessageService.cs
Trunk/Samples/TestSuite/Source/Infrastructure/Shell/Services/ShowAboutViewService.cs
Trunk/Samples/TestSuite/Source/Infrastructure/Shell/Shell.csproj
Trunk/Samples/TestSuite/Source/Infrastructure/Shell/Shell.csproj.vspscc
Trunk/Samples/TestSuite/Source/Infrastructure/Shell/ShellApplication.cs
Trunk/Samples/TestSuite/Source/Infrastructure/Shell/TestManProfile.bat
Trunk/Samples/TestSuite/Source/Infrastructure/Shell/TestManProfile.xml
Trunk/Samples/TestSuite/Source/Infrastructure/Shell/Views/AboutForm.Designer.cs
Trunk/Samples/TestSuite/Source/Infrastructure/Shell/Views/AboutForm.cs
Trunk/Samples/TestSuite/Source/Infrastructure/Shell/Views/AboutForm.resx
Trunk/Samples/TestSuite/Source/Infrastructure/Shell/Views/AboutViewPresenter.cs
Trunk/Samples/TestSuite/Source/Infrastructure/Shell/Views/IAboutView.cs
Trunk/Samples/TestSuite/Source/Infrastructure/Shell/Views/MessageForm.Designer.cs
Trunk/Samples/TestSuite/Source/Infrastructure/Shell/Views/MessageForm.cs
Trunk/Samples/TestSuite/Source/Infrastructure/Shell/Views/MessageForm.resx
Trunk/Samples/TestSuite/Source/Infrastructure/Shell/Views/ShellForm.Designer.cs
Trunk/Samples/TestSuite/Source/Infrastructure/Shell/Views/ShellForm.cs
Trunk/Samples/TestSuite/Source/Infrastructure/Shell/Views/ShellForm.resx
Trunk/Samples/TestSuite/Source/LogViewer/LogViewer.Demo/Help/DemoPage.htm
Trunk/Samples/TestSuite/Source/LogViewer/LogViewer.Demo/LogViewer.Demo.csproj
Trunk/Samples/TestSuite/Source/LogViewer/LogViewer.Demo/LogViewer.Demo.csproj.vspscc
Trunk/Samples/TestSuite/Source/LogViewer/LogViewer.Demo/Module.cs
Trunk/Samples/TestSuite/Source/LogViewer/LogViewer.Demo/ModuleController.cs
Trunk/Samples/TestSuite/Source/LogViewer/LogViewer.Demo/Properties/AssemblyInfo.cs
Trunk/Samples/TestSuite/Source/LogViewer/LogViewer.Demo/Properties/DataSources/Microsoft.Practices.EnterpriseLibrary.Logging.LogEntry.datasource
Trunk/Samples/TestSuite/Source/LogViewer/LogViewer.Demo/Properties/Resources.Designer.cs
Trunk/Samples/TestSuite/Source/LogViewer/LogViewer.Demo/Properties/Resources.resx
Trunk/Samples/TestSuite/Source/LogViewer/LogViewer.Demo/Resources/ReportEdit.ico
Trunk/Samples/TestSuite/Source/LogViewer/LogViewer.Demo/Views/ILogDemo.cs
Trunk/Samples/TestSuite/Source/LogViewer/LogViewer.Demo/Views/LogDemo.Designer.cs
Trunk/Samples/TestSuite/Source/LogViewer/LogViewer.Demo/Views/LogDemo.cs
Trunk/Samples/TestSuite/Source/LogViewer/LogViewer.Demo/Views/LogDemo.resx
Trunk/Samples/TestSuite/Source/LogViewer/LogViewer.Demo/Views/LogDemoPresenter.cs
Trunk/Samples/TestSuite/Source/LogViewer/LogViewer.Module/LogRecorder.cs
Trunk/Samples/TestSuite/Source/LogViewer/LogViewer.Module/LogViewer.Module.csproj
Trunk/Samples/TestSuite/Source/LogViewer/LogViewer.Module/LogViewer.Module.csproj.vspscc
Trunk/Samples/TestSuite/Source/LogViewer/LogViewer.Module/LogViewerTraceListener.cs
Trunk/Samples/TestSuite/Source/LogViewer/LogViewer.Module/Module.cs
Trunk/Samples/TestSuite/Source/LogViewer/LogViewer.Module/ModuleController.cs
Trunk/Samples/TestSuite/Source/LogViewer/LogViewer.Module/Properties/AssemblyInfo.cs
Trunk/Samples/TestSuite/Source/LogViewer/LogViewer.Module/Properties/DataSources/Microsoft.Practices.EnterpriseLibrary.Logging.LogEntry.datasource
Trunk/Samples/TestSuite/Source/LogViewer/LogViewer.Module/Properties/Resources.Designer.cs
Trunk/Samples/TestSuite/Source/LogViewer/LogViewer.Module/Properties/Resources.resx
Trunk/Samples/TestSuite/Source/LogViewer/LogViewer.Module/Resources/Clear.png
Trunk/Samples/TestSuite/Source/LogViewer/LogViewer.Module/Resources/EventLog.ico
Trunk/Samples/TestSuite/Source/LogViewer/LogViewer.Module/Resources/PlayHS.png
Trunk/Samples/TestSuite/Source/LogViewer/LogViewer.Module/Resources/StopHS.png
Trunk/Samples/TestSuite/Source/LogViewer/LogViewer.Module/Views/ILogView.cs
Trunk/Samples/TestSuite/Source/LogViewer/LogViewer.Module/Views/LogView.Designer.cs
Trunk/Samples/TestSuite/Source/LogViewer/LogViewer.Module/Views/LogView.cs
Trunk/Samples/TestSuite/Source/LogViewer/LogViewer.Module/Views/LogView.resx
Trunk/Samples/TestSuite/Source/LogViewer/LogViewer.Module/Views/LogViewPresenter.cs
Trunk/Samples/TestSuite/Source/MessageDemo/Message.Demo/Constants/CommandNames.cs
Trunk/Samples/TestSuite/Source/MessageDemo/Message.Demo/Constants/EventTopicNames.cs
Trunk/Samples/TestSuite/Source/MessageDemo/Message.Demo/Constants/UIExtensionSiteNames.cs
Trunk/Samples/TestSuite/Source/MessageDemo/Message.Demo/Constants/WorkspaceNames.cs
Trunk/Samples/TestSuite/Source/MessageDemo/Message.Demo/Message.Demo.csproj
Trunk/Samples/TestSuite/Source/MessageDemo/Message.Demo/Message.Demo.csproj.vspscc
Trunk/Samples/TestSuite/Source/MessageDemo/Message.Demo/Module.cs
Trunk/Samples/TestSuite/Source/MessageDemo/Message.Demo/ModuleController.cs
Trunk/Samples/TestSuite/Source/MessageDemo/Message.Demo/Properties/AssemblyInfo.cs
Trunk/Samples/TestSuite/Source/MessageDemo/Message.Demo/Properties/Resources.Designer.cs
Trunk/Samples/TestSuite/Source/MessageDemo/Message.Demo/Properties/Resources.resx
Trunk/Samples/TestSuite/Source/MessageDemo/Message.Demo/Resources/ReportEdit.ico
Trunk/Samples/TestSuite/Source/MessageDemo/Message.Demo/Views/DemoView.Designer.cs
Trunk/Samples/TestSuite/Source/MessageDemo/Message.Demo/Views/DemoView.cs
Trunk/Samples/TestSuite/Source/MessageDemo/Message.Demo/Views/DemoView.resx
Trunk/Samples/TestSuite/Source/MessageDemo/Message.Demo/Views/DemoViewPresenter.GeneratedCode.cs
Trunk/Samples/TestSuite/Source/MessageDemo/Message.Demo/Views/DemoViewPresenter.cs
Trunk/Samples/TestSuite/Source/MessageDemo/Message.Demo/Views/IDemoView.cs
Trunk/Samples/TestSuite/Source/RTFEditor/RTFEditor.Module/Constants/CommandNames.cs
Trunk/Samples/TestSuite/Source/RTFEditor/RTFEditor.Module/Constants/EventTopicNames.cs
Trunk/Samples/TestSuite/Source/RTFEditor/RTFEditor.Module/Constants/UIExtensionSiteNames.cs
Trunk/Samples/TestSuite/Source/RTFEditor/RTFEditor.Module/Constants/WorkspaceNames.cs
Trunk/Samples/TestSuite/Source/RTFEditor/RTFEditor.Module/DocumentController.cs
Trunk/Samples/TestSuite/Source/RTFEditor/RTFEditor.Module/Module.cs
Trunk/Samples/TestSuite/Source/RTFEditor/RTFEditor.Module/ModuleController.cs
Trunk/Samples/TestSuite/Source/RTFEditor/RTFEditor.Module/Properties/AssemblyInfo.cs
Trunk/Samples/TestSuite/Source/RTFEditor/RTFEditor.Module/Properties/Resources.Designer.cs
Trunk/Samples/TestSuite/Source/RTFEditor/RTFEditor.Module/Properties/Resources.resx
Trunk/Samples/TestSuite/Source/RTFEditor/RTFEditor.Module/RTFEditor.Module.csproj
Trunk/Samples/TestSuite/Source/RTFEditor/RTFEditor.Module/RTFEditor.Module.csproj.vspscc
Trunk/Samples/TestSuite/Source/RTFEditor/RTFEditor.Module/Resources/TextDoc.ico
Trunk/Samples/TestSuite/Source/RTFEditor/RTFEditor.Module/Views/EditorView.Designer.cs
Trunk/Samples/TestSuite/Source/RTFEditor/RTFEditor.Module/Views/EditorView.cs
Trunk/Samples/TestSuite/Source/RTFEditor/RTFEditor.Module/Views/EditorView.resx
Trunk/Samples/TestSuite/Source/RTFEditor/RTFEditor.Module/Views/EditorViewPresenter.GeneratedCode.cs
Trunk/Samples/TestSuite/Source/RTFEditor/RTFEditor.Module/Views/EditorViewPresenter.cs
Trunk/Samples/TestSuite/Source/RTFEditor/RTFEditor.Module/Views/IEditorView.cs
Trunk/Samples/TestSuite/Source/TestDevice/FGenDevice.ControlView/Constants/CommandNames.cs
Trunk/Samples/TestSuite/Source/TestDevice/FGenDevice.ControlView/Constants/EventTopicNames.cs
Trunk/Samples/TestSuite/Source/TestDevice/FGenDevice.ControlView/Constants/UIExtensionSiteNames.cs
Trunk/Samples/TestSuite/Source/TestDevice/FGenDevice.ControlView/Constants/WorkspaceNames.cs
Trunk/Samples/TestSuite/Source/TestDevice/FGenDevice.ControlView/FGenDevice.ControlView.csproj
Trunk/Samples/TestSuite/Source/TestDevice/FGenDevice.ControlView/FGenDevice.ControlView.csproj.vspscc
Trunk/Samples/TestSuite/Source/TestDevice/FGenDevice.ControlView/Module.cs
Trunk/Samples/TestSuite/Source/TestDevice/FGenDevice.ControlView/ModuleController.cs
Trunk/Samples/TestSuite/Source/TestDevice/FGenDevice.ControlView/Properties/AssemblyInfo.cs
Trunk/Samples/TestSuite/Source/TestDevice/FGenDevice.ControlView/Properties/DataSources/Jbe.TestSuite.TestDevice.FunctionGen.Interface.Services.IFunctionGenConfig.datasource
Trunk/Samples/TestSuite/Source/TestDevice/FGenDevice.ControlView/Properties/Resources.Designer.cs
Trunk/Samples/TestSuite/Source/TestDevice/FGenDevice.ControlView/Properties/Resources.resx
Trunk/Samples/TestSuite/Source/TestDevice/FGenDevice.ControlView/Resources/cog.ico
Trunk/Samples/TestSuite/Source/TestDevice/FGenDevice.ControlView/Services/FGenControlView.cs
Trunk/Samples/TestSuite/Source/TestDevice/FGenDevice.ControlView/Services/FGenControlViewFactory.cs
Trunk/Samples/TestSuite/Source/TestDevice/FGenDevice.ControlView/Views/ConfigurationEdit.Designer.cs
Trunk/Samples/TestSuite/Source/TestDevice/FGenDevice.ControlView/Views/ConfigurationEdit.GeneratedCode.cs
Trunk/Samples/TestSuite/Source/TestDevice/FGenDevice.ControlView/Views/ConfigurationEdit.cs
Trunk/Samples/TestSuite/Source/TestDevice/FGenDevice.ControlView/Views/ConfigurationEdit.resx
Trunk/Samples/TestSuite/Source/TestDevice/FGenDevice.ControlView/Views/ConfigurationEditPresenter.GeneratedCode.cs
Trunk/Samples/TestSuite/Source/TestDevice/FGenDevice.ControlView/Views/ConfigurationEditPresenter.cs
Trunk/Samples/TestSuite/Source/TestDevice/FGenDevice.ControlView/Views/ConfigurationView.Designer.cs
Trunk/Samples/TestSuite/Source/TestDevice/FGenDevice.ControlView/Views/ConfigurationView.cs
Trunk/Samples/TestSuite/Source/TestDevice/FGenDevice.ControlView/Views/ConfigurationView.resx
Trunk/Samples/TestSuite/Source/TestDevice/FGenDevice.ControlView/Views/FunctionGenView.Designer.cs
Trunk/Samples/TestSuite/Source/TestDevice/FGenDevice.ControlView/Views/FunctionGenView.GeneratedCode.cs
Trunk/Samples/TestSuite/Source/TestDevice/FGenDevice.ControlView/Views/FunctionGenView.cs
Trunk/Samples/TestSuite/Source/TestDevice/FGenDevice.ControlView/Views/FunctionGenView.resx
Trunk/Samples/TestSuite/Source/TestDevice/FGenDevice.ControlView/Views/FunctionGenViewPresenter.GeneratedCode.cs
Trunk/Samples/TestSuite/Source/TestDevice/FGenDevice.ControlView/Views/FunctionGenViewPresenter.cs
Trunk/Samples/TestSuite/Source/TestDevice/FGenDevice.ControlView/Views/IConfigurationEdit.cs
Trunk/Samples/TestSuite/Source/TestDevice/FGenDevice.ControlView/Views/IFunctionGenView.cs
Trunk/Samples/TestSuite/Source/TestDevice/FGenDevice.Driver/Constants/CommandNames.cs
Trunk/Samples/TestSuite/Source/TestDevice/FGenDevice.Driver/Constants/EventTopicNames.cs
Trunk/Samples/TestSuite/Source/TestDevice/FGenDevice.Driver/Constants/ProfileNames.cs
Trunk/Samples/TestSuite/Source/TestDevice/FGenDevice.Driver/Constants/UIExtensionSiteNames.cs
Trunk/Samples/TestSuite/Source/TestDevice/FGenDevice.Driver/Constants/WorkspaceNames.cs
Trunk/Samples/TestSuite/Source/TestDevice/FGenDevice.Driver/FGenDevice.Driver.csproj
Trunk/Samples/TestSuite/Source/TestDevice/FGenDevice.Driver/FGenDevice.Driver.csproj.vspscc
Trunk/Samples/TestSuite/Source/TestDevice/FGenDevice.Driver/InstanceController.cs
Trunk/Samples/TestSuite/Source/TestDevice/FGenDevice.Driver/Module.cs
Trunk/Samples/TestSuite/Source/TestDevice/FGenDevice.Driver/ModuleController.cs
Trunk/Samples/TestSuite/Source/TestDevice/FGenDevice.Driver/Properties/AssemblyInfo.cs
Trunk/Samples/TestSuite/Source/TestDevice/FGenDevice.Driver/Services/FunctionGenConfig.cs
Trunk/Samples/TestSuite/Source/TestDevice/FGenDevice.Driver/Services/FunctionGenDriver.cs
Trunk/Samples/TestSuite/Source/TestDevice/FGenDevice.Interface/Constants/CommandNames.cs
Trunk/Samples/TestSuite/Source/TestDevice/FGenDevice.Interface/Constants/EventTopicNames.cs
Trunk/Samples/TestSuite/Source/TestDevice/FGenDevice.Interface/Constants/ProfileNames.cs
Trunk/Samples/TestSuite/Source/TestDevice/FGenDevice.Interface/Constants/UIExtensionSiteNames.cs
Trunk/Samples/TestSuite/Source/TestDevice/FGenDevice.Interface/Constants/WorkspaceNames.cs
Trunk/Samples/TestSuite/Source/TestDevice/FGenDevice.Interface/FGenDevice.Interface.csproj
Trunk/Samples/TestSuite/Source/TestDevice/FGenDevice.Interface/FGenDevice.Interface.csproj.vspscc
Trunk/Samples/TestSuite/Source/TestDevice/FGenDevice.Interface/Properties/AssemblyInfo.cs
Trunk/Samples/TestSuite/Source/TestDevice/FGenDevice.Interface/Services/IFunctionGen.cs
Trunk/Samples/TestSuite/Source/TestDevice/FGenDevice.Interface/Services/IFunctionGenConfig.cs
Trunk/Samples/TestSuite/Source/TestDevice/SignalVisualizer.Module/Constants/CommandNames.cs
Trunk/Samples/TestSuite/Source/TestDevice/SignalVisualizer.Module/Constants/EventTopicNames.cs
Trunk/Samples/TestSuite/Source/TestDevice/SignalVisualizer.Module/Constants/UIExtensionSiteNames.cs
Trunk/Samples/TestSuite/Source/TestDevice/SignalVisualizer.Module/Constants/WorkspaceNames.cs
Trunk/Samples/TestSuite/Source/TestDevice/SignalVisualizer.Module/Module.cs
Trunk/Samples/TestSuite/Source/TestDevice/SignalVisualizer.Module/ModuleController.cs
Trunk/Samples/TestSuite/Source/TestDevice/SignalVisualizer.Module/Properties/AssemblyInfo.cs
Trunk/Samples/TestSuite/Source/TestDevice/SignalVisualizer.Module/Properties/Resources.Designer.cs
Trunk/Samples/TestSuite/Source/TestDevice/SignalVisualizer.Module/Properties/Resources.resx
Trunk/Samples/TestSuite/Source/TestDevice/SignalVisualizer.Module/Resources/chart_curve.ico
Trunk/Samples/TestSuite/Source/TestDevice/SignalVisualizer.Module/SignalVisualizer.Module.csproj
Trunk/Samples/TestSuite/Source/TestDevice/SignalVisualizer.Module/SignalVisualizer.Module.csproj.vspscc
Trunk/Samples/TestSuite/Source/TestDevice/SignalVisualizer.Module/Views/IVisualizerView.cs
Trunk/Samples/TestSuite/Source/TestDevice/SignalVisualizer.Module/Views/SignalView.xaml
Trunk/Samples/TestSuite/Source/TestDevice/SignalVisualizer.Module/Views/SignalView.xaml.cs
Trunk/Samples/TestSuite/Source/TestDevice/SignalVisualizer.Module/Views/VisualizerView.xaml
Trunk/Samples/TestSuite/Source/TestDevice/SignalVisualizer.Module/Views/VisualizerView.xaml.GeneratedCode.cs
Trunk/Samples/TestSuite/Source/TestDevice/SignalVisualizer.Module/Views/VisualizerView.xaml.cs
Trunk/Samples/TestSuite/Source/TestDevice/SignalVisualizer.Module/Views/VisualizerViewPresenter.GeneratedCode.cs
Trunk/Samples/TestSuite/Source/TestDevice/SignalVisualizer.Module/Views/VisualizerViewPresenter.cs
Trunk/Samples/TestSuite/Source/TestDevice/TestDeviceManager.Interface/Constants/CommandNames.cs
Trunk/Samples/TestSuite/Source/TestDevice/TestDeviceManager.Interface/Constants/EventTopicNames.cs
Trunk/Samples/TestSuite/Source/TestDevice/TestDeviceManager.Interface/Constants/UIExtensionSiteNames.cs
Trunk/Samples/TestSuite/Source/TestDevice/TestDeviceManager.Interface/Constants/WorkItemNames.cs
Trunk/Samples/TestSuite/Source/TestDevice/TestDeviceManager.Interface/Constants/WorkspaceNames.cs
Trunk/Samples/TestSuite/Source/TestDevice/TestDeviceManager.Interface/Properties/AssemblyInfo.cs
Trunk/Samples/TestSuite/Source/TestDevice/TestDeviceManager.Interface/SampleEventArgs.cs
Trunk/Samples/TestSuite/Source/TestDevice/TestDeviceManager.Interface/Services/IControlView.cs
Trunk/Samples/TestSuite/Source/TestDevice/TestDeviceManager.Interface/Services/IControlViewFactory.cs
Trunk/Samples/TestSuite/Source/TestDevice/TestDeviceManager.Interface/Services/IDevice.cs
Trunk/Samples/TestSuite/Source/TestDevice/TestDeviceManager.Interface/Services/ITestDeviceManager.cs
Trunk/Samples/TestSuite/Source/TestDevice/TestDeviceManager.Interface/TestDeviceManager.Interface.csproj
Trunk/Samples/TestSuite/Source/TestDevice/TestDeviceManager.Interface/TestDeviceManager.Interface.csproj.vspscc
Trunk/Samples/TestSuite/Source/TestDevice/TestDeviceManager.Module/Constants/CommandNames.cs
Trunk/Samples/TestSuite/Source/TestDevice/TestDeviceManager.Module/Constants/EventTopicNames.cs
Trunk/Samples/TestSuite/Source/TestDevice/TestDeviceManager.Module/Constants/UIExtensionSiteNames.cs
Trunk/Samples/TestSuite/Source/TestDevice/TestDeviceManager.Module/Constants/WorkspaceNames.cs
Trunk/Samples/TestSuite/Source/TestDevice/TestDeviceManager.Module/Mapper/DeviceMapper.cs
Trunk/Samples/TestSuite/Source/TestDevice/TestDeviceManager.Module/Module.cs
Trunk/Samples/TestSuite/Source/TestDevice/TestDeviceManager.Module/ModuleController.cs
Trunk/Samples/TestSuite/Source/TestDevice/TestDeviceManager.Module/Properties/AssemblyInfo.cs
Trunk/Samples/TestSuite/Source/TestDevice/TestDeviceManager.Module/Properties/Resources.Designer.cs
Trunk/Samples/TestSuite/Source/TestDevice/TestDeviceManager.Module/Properties/Resources.resx
Trunk/Samples/TestSuite/Source/TestDevice/TestDeviceManager.Module/Resources/DeviceManager.ico
Trunk/Samples/TestSuite/Source/TestDevice/TestDeviceManager.Module/Resources/cog_add.png
Trunk/Samples/TestSuite/Source/TestDevice/TestDeviceManager.Module/Resources/cog_delete.png
Trunk/Samples/TestSuite/Source/TestDevice/TestDeviceManager.Module/Resources/cog_edit.png
Trunk/Samples/TestSuite/Source/TestDevice/TestDeviceManager.Module/Services/TestDeviceManager.cs
Trunk/Samples/TestSuite/Source/TestDevice/TestDeviceManager.Module/TestDeviceManager.Module.csproj
Trunk/Samples/TestSuite/Source/TestDevice/TestDeviceManager.Module/TestDeviceManager.Module.csproj.vspscc
Trunk/Samples/TestSuite/Source/TestDevice/TestDeviceManager.Module/Views/ITestDevicesView.cs
Trunk/Samples/TestSuite/Source/TestDevice/TestDeviceManager.Module/Views/TestDevicesView.Designer.cs
Trunk/Samples/TestSuite/Source/TestDevice/TestDeviceManager.Module/Views/TestDevicesView.cs
Trunk/Samples/TestSuite/Source/TestDevice/TestDeviceManager.Module/Views/TestDevicesView.resx
Trunk/Samples/TestSuite/Source/TestDevice/TestDeviceManager.Module/Views/TestDevicesViewPresenter.GeneratedCode.cs
Trunk/Samples/TestSuite/Source/TestDevice/TestDeviceManager.Module/Views/TestDevicesViewPresenter.cs
Trunk/Samples/TestSuite/TestSuite.vsmdi
Trunk/Samples/TestSuite/Unit Tests/TestDevice/TestDeviceManager.Tests/FixtureBase.cs
Trunk/Samples/TestSuite/Unit Tests/TestDevice/TestDeviceManager.Tests/Mocks/MockDevice.cs
Trunk/Samples/TestSuite/Unit Tests/TestDevice/TestDeviceManager.Tests/Mocks/MockDeviceController.cs
Trunk/Samples/TestSuite/Unit Tests/TestDevice/TestDeviceManager.Tests/Mocks/MockDeviceControllerFactory.cs
Trunk/Samples/TestSuite/Unit Tests/TestDevice/TestDeviceManager.Tests/Mocks/MockTestDevicesView.cs
Trunk/Samples/TestSuite/Unit Tests/TestDevice/TestDeviceManager.Tests/Mocks/MockUIElementAdapter.cs
Trunk/Samples/TestSuite/Unit Tests/TestDevice/TestDeviceManager.Tests/Mocks/MockUIElementAdapterFactory.cs
Trunk/Samples/TestSuite/Unit Tests/TestDevice/TestDeviceManager.Tests/Mocks/MockWorkspace.cs
Trunk/Samples/TestSuite/Unit Tests/TestDevice/TestDeviceManager.Tests/ModuleControllerTestFixture.cs
Trunk/Samples/TestSuite/Unit Tests/TestDevice/TestDeviceManager.Tests/ModuleTestFixture.cs
Trunk/Samples/TestSuite/Unit Tests/TestDevice/TestDeviceManager.Tests/Properties/AssemblyInfo.cs
Trunk/Samples/TestSuite/Unit Tests/TestDevice/TestDeviceManager.Tests/TestDeviceManager.Tests.csproj
Trunk/Samples/TestSuite/Unit Tests/TestDevice/TestDeviceManager.Tests/TestDeviceManager.Tests.csproj.vspscc
Trunk/Samples/TestSuite/Unit Tests/TestDevice/TestDeviceManager.Tests/TestDeviceManagerFixture.cs
Trunk/Samples/TestSuite/Unit Tests/TestDevice/TestDeviceManager.Tests/TestableControlCommandAdapter.cs
Trunk/Samples/TestSuite/Unit Tests/TestDevice/TestDeviceManager.Tests/TestableRootWorkItem.cs
Trunk/Samples/TestSuite/Unit Tests/TestDevice/TestDeviceManager.Tests/TestableToolStripItemCommandAdapter.cs
Trunk/Samples/TestSuite/Unit Tests/TestDevice/TestDeviceManager.Tests/Views/TestDevicesViewFixture.cs
Trunk/Samples/TestSuite/Unit Tests/TestDevice/TestDeviceManager.Tests/Views/TestDevicesViewPresenterFixture.cs
Trunk/Samples/TestSuite/localtestrun.testrunconfig
Trunk/Samples/WPFCAB Quickstarts.sln
Trunk/Samples/WPFCAB Quickstarts.vssscc
Trunk/Samples/WPFCABQuickstarts/ApplicationShellApplication/App.xaml
Trunk/Samples/WPFCABQuickstarts/ApplicationShellApplication/App.xaml.cs
Trunk/Samples/WPFCABQuickstarts/ApplicationShellApplication/ApplicationShellApplication.csproj
Trunk/Samples/WPFCABQuickstarts/ApplicationShellApplication/ApplicationShellApplication.csproj.vspscc
Trunk/Samples/WPFCABQuickstarts/ApplicationShellApplication/MainWindow.xaml
Trunk/Samples/WPFCABQuickstarts/ApplicationShellApplication/MainWindow.xaml.cs
Trunk/Samples/WPFCABQuickstarts/ApplicationShellApplication/Properties/AssemblyInfo.cs
Trunk/Samples/WPFCABQuickstarts/ApplicationShellApplication/Properties/Resources.Designer.cs
Trunk/Samples/WPFCABQuickstarts/ApplicationShellApplication/Properties/Resources.cs
Trunk/Samples/WPFCABQuickstarts/ApplicationShellApplication/Properties/Resources.resx
Trunk/Samples/WPFCABQuickstarts/ApplicationShellApplication/Properties/Settings.Designer.cs
Trunk/Samples/WPFCABQuickstarts/ApplicationShellApplication/Properties/Settings.cs
Trunk/Samples/WPFCABQuickstarts/ApplicationShellApplication/Properties/Settings.settings
Trunk/Samples/WPFCABQuickstarts/ApplicationShellApplication/Readme.txt
Trunk/Samples/WPFCABQuickstarts/ApplicationShellApplication/RootWorkItem.cs
Trunk/Samples/WPFCABQuickstarts/ApplicationShellApplication/Shell.cs
Trunk/Samples/WPFCABQuickstarts/CustomVisualizer/App.config
Trunk/Samples/WPFCABQuickstarts/CustomVisualizer/App.xaml
Trunk/Samples/WPFCABQuickstarts/CustomVisualizer/App.xaml.cs
Trunk/Samples/WPFCABQuickstarts/CustomVisualizer/CustomVisualizer.csproj
Trunk/Samples/WPFCABQuickstarts/CustomVisualizer/CustomVisualizer.csproj.vspscc
Trunk/Samples/WPFCABQuickstarts/CustomVisualizer/DebugVisualizer.xaml
Trunk/Samples/WPFCABQuickstarts/CustomVisualizer/DebugVisualizer.xaml.cs
Trunk/Samples/WPFCABQuickstarts/CustomVisualizer/MainWindow.xaml
Trunk/Samples/WPFCABQuickstarts/CustomVisualizer/MainWindow.xaml.cs
Trunk/Samples/WPFCABQuickstarts/CustomVisualizer/Properties/AssemblyInfo.cs
Trunk/Samples/WPFCABQuickstarts/CustomVisualizer/Properties/Resources.Designer.cs
Trunk/Samples/WPFCABQuickstarts/CustomVisualizer/Properties/Resources.resx
Trunk/Samples/WPFCABQuickstarts/CustomVisualizer/Properties/Settings.Designer.cs
Trunk/Samples/WPFCABQuickstarts/CustomVisualizer/Properties/Settings.settings
Trunk/Samples/WPFCABQuickstarts/CustomVisualizer/RootWorkItem.cs
Trunk/Samples/WPFCABQuickstarts/CustomVisualizer/Shell.cs
Trunk/Samples/WPFCABQuickstarts/DeckWorkspace/App.xaml
Trunk/Samples/WPFCABQuickstarts/DeckWorkspace/App.xaml.cs
Trunk/Samples/WPFCABQuickstarts/DeckWorkspace/DeckWorkspace.csproj
Trunk/Samples/WPFCABQuickstarts/DeckWorkspace/DeckWorkspace.csproj.vspscc
Trunk/Samples/WPFCABQuickstarts/DeckWorkspace/MainWindow.xaml
Trunk/Samples/WPFCABQuickstarts/DeckWorkspace/MainWindow.xaml.cs
Trunk/Samples/WPFCABQuickstarts/DeckWorkspace/Properties/AssemblyInfo.cs
Trunk/Samples/WPFCABQuickstarts/DeckWorkspace/Properties/Resources.Designer.cs
Trunk/Samples/WPFCABQuickstarts/DeckWorkspace/Properties/Resources.resx
Trunk/Samples/WPFCABQuickstarts/DeckWorkspace/Properties/Settings.Designer.cs
Trunk/Samples/WPFCABQuickstarts/DeckWorkspace/Properties/Settings.settings
Trunk/Samples/WPFCABQuickstarts/DeckWorkspace/RootWorkItem.cs
Trunk/Samples/WPFCABQuickstarts/DeckWorkspace/Shell.cs
Trunk/Samples/WPFCABQuickstarts/DeckWorkspace/SmartPart1.xaml
Trunk/Samples/WPFCABQuickstarts/DeckWorkspace/SmartPart1.xaml.cs
Trunk/Samples/WPFCABQuickstarts/DeckWorkspace/SmartPart2.xaml
Trunk/Samples/WPFCABQuickstarts/DeckWorkspace/SmartPart2.xaml.cs
Trunk/Samples/WPFCABQuickstarts/DeckWorkspace/SmartPart3.xaml
Trunk/Samples/WPFCABQuickstarts/DeckWorkspace/SmartPart3.xaml.cs
Trunk/Samples/WPFCABQuickstarts/TabWorkspace/App.xaml
Trunk/Samples/WPFCABQuickstarts/TabWorkspace/App.xaml.cs
Trunk/Samples/WPFCABQuickstarts/TabWorkspace/MainWindow.xaml
Trunk/Samples/WPFCABQuickstarts/TabWorkspace/MainWindow.xaml.cs
Trunk/Samples/WPFCABQuickstarts/TabWorkspace/Properties/AssemblyInfo.cs
Trunk/Samples/WPFCABQuickstarts/TabWorkspace/Properties/Resources.Designer.cs
Trunk/Samples/WPFCABQuickstarts/TabWorkspace/Properties/Resources.resx
Trunk/Samples/WPFCABQuickstarts/TabWorkspace/Properties/Settings.Designer.cs
Trunk/Samples/WPFCABQuickstarts/TabWorkspace/Properties/Settings.settings
Trunk/Samples/WPFCABQuickstarts/TabWorkspace/RootWorkItem.cs
Trunk/Samples/WPFCABQuickstarts/TabWorkspace/Shell.cs
Trunk/Samples/WPFCABQuickstarts/TabWorkspace/SmartPart1.xaml
Trunk/Samples/WPFCABQuickstarts/TabWorkspace/SmartPart1.xaml.cs
Trunk/Samples/WPFCABQuickstarts/TabWorkspace/SmartPart2.xaml
Trunk/Samples/WPFCABQuickstarts/TabWorkspace/SmartPart2.xaml.cs
Trunk/Samples/WPFCABQuickstarts/TabWorkspace/SmartPart3.xaml
Trunk/Samples/WPFCABQuickstarts/TabWorkspace/SmartPart3.xaml.cs
Trunk/Samples/WPFCABQuickstarts/TabWorkspace/TabWorkspace.csproj
Trunk/Samples/WPFCABQuickstarts/TabWorkspace/TabWorkspace.csproj.vspscc
Trunk/Samples/WPFCABQuickstarts/UIAdapters/App.xaml
Trunk/Samples/WPFCABQuickstarts/UIAdapters/App.xaml.cs
Trunk/Samples/WPFCABQuickstarts/UIAdapters/MainWindow.xaml
Trunk/Samples/WPFCABQuickstarts/UIAdapters/MainWindow.xaml.cs
Trunk/Samples/WPFCABQuickstarts/UIAdapters/Properties/AssemblyInfo.cs
Trunk/Samples/WPFCABQuickstarts/UIAdapters/Properties/Resources.Designer.cs
Trunk/Samples/WPFCABQuickstarts/UIAdapters/Properties/Resources.resx
Trunk/Samples/WPFCABQuickstarts/UIAdapters/Properties/Settings.Designer.cs
Trunk/Samples/WPFCABQuickstarts/UIAdapters/Properties/Settings.settings
Trunk/Samples/WPFCABQuickstarts/UIAdapters/RootWorkItem.cs
Trunk/Samples/WPFCABQuickstarts/UIAdapters/Shell.cs
Trunk/Samples/WPFCABQuickstarts/UIAdapters/UIAdapters.csproj
Trunk/Samples/WPFCABQuickstarts/UIAdapters/UIAdapters.csproj.vspscc
Trunk/Samples/WPFCABQuickstarts/WindowShellApplication/App.xaml
Trunk/Samples/WPFCABQuickstarts/WindowShellApplication/App.xaml.cs
Trunk/Samples/WPFCABQuickstarts/WindowShellApplication/MainWindow.xaml
Trunk/Samples/WPFCABQuickstarts/WindowShellApplication/MainWindow.xaml.cs
Trunk/Samples/WPFCABQuickstarts/WindowShellApplication/Properties/AssemblyInfo.cs
Trunk/Samples/WPFCABQuickstarts/WindowShellApplication/Properties/Resources.Designer.cs
Trunk/Samples/WPFCABQuickstarts/WindowShellApplication/Properties/Resources.cs
Trunk/Samples/WPFCABQuickstarts/WindowShellApplication/Properties/Resources.resx
Trunk/Samples/WPFCABQuickstarts/WindowShellApplication/Properties/Settings.Designer.cs
Trunk/Samples/WPFCABQuickstarts/WindowShellApplication/Properties/Settings.cs
Trunk/Samples/WPFCABQuickstarts/WindowShellApplication/Properties/Settings.settings
Trunk/Samples/WPFCABQuickstarts/WindowShellApplication/Readme.txt
Trunk/Samples/WPFCABQuickstarts/WindowShellApplication/RootWorkItem.cs
Trunk/Samples/WPFCABQuickstarts/WindowShellApplication/Shell.cs
Trunk/Samples/WPFCABQuickstarts/WindowShellApplication/WindowShellApplication.csproj
Trunk/Samples/WPFCABQuickstarts/WindowShellApplication/WindowShellApplication.csproj.vspscc
Trunk/Samples/WPFCABQuickstarts/WindowWorkspace/App.xaml
Trunk/Samples/WPFCABQuickstarts/WindowWorkspace/App.xaml.cs
Trunk/Samples/WPFCABQuickstarts/WindowWorkspace/Child.xaml
Trunk/Samples/WPFCABQuickstarts/WindowWorkspace/Child.xaml.cs
Trunk/Samples/WPFCABQuickstarts/WindowWorkspace/MainWindow.xaml
Trunk/Samples/WPFCABQuickstarts/WindowWorkspace/MainWindow.xaml.cs
Trunk/Samples/WPFCABQuickstarts/WindowWorkspace/Properties/AssemblyInfo.cs
Trunk/Samples/WPFCABQuickstarts/WindowWorkspace/Properties/Resources.Designer.cs
Trunk/Samples/WPFCABQuickstarts/WindowWorkspace/Properties/Resources.resx
Trunk/Samples/WPFCABQuickstarts/WindowWorkspace/Properties/Settings.Designer.cs
Trunk/Samples/WPFCABQuickstarts/WindowWorkspace/Properties/Settings.settings
Trunk/Samples/WPFCABQuickstarts/WindowWorkspace/RootWorkItem.cs
Trunk/Samples/WPFCABQuickstarts/WindowWorkspace/Shell.cs
Trunk/Samples/WPFCABQuickstarts/WindowWorkspace/WindowWorkspace.csproj
Trunk/Samples/WPFCABQuickstarts/WindowWorkspace/WindowWorkspace.csproj.vspscc
Trunk/Samples/WPFCABQuickstarts/ZoneWorkspace/App.xaml
Trunk/Samples/WPFCABQuickstarts/ZoneWorkspace/App.xaml.cs
Trunk/Samples/WPFCABQuickstarts/ZoneWorkspace/MainWindow.xaml
Trunk/Samples/WPFCABQuickstarts/ZoneWorkspace/MainWindow.xaml.cs
Trunk/Samples/WPFCABQuickstarts/ZoneWorkspace/Properties/AssemblyInfo.cs
Trunk/Samples/WPFCABQuickstarts/ZoneWorkspace/Properties/Resources.Designer.cs
Trunk/Samples/WPFCABQuickstarts/ZoneWorkspace/Properties/Resources.resx
Trunk/Samples/WPFCABQuickstarts/ZoneWorkspace/Properties/Settings.Designer.cs
Trunk/Samples/WPFCABQuickstarts/ZoneWorkspace/Properties/Settings.settings
Trunk/Samples/WPFCABQuickstarts/ZoneWorkspace/RootWorkItem.cs
Trunk/Samples/WPFCABQuickstarts/ZoneWorkspace/Shell.cs
Trunk/Samples/WPFCABQuickstarts/ZoneWorkspace/SmartPart1.xaml
Trunk/Samples/WPFCABQuickstarts/ZoneWorkspace/SmartPart1.xaml.cs
Trunk/Samples/WPFCABQuickstarts/ZoneWorkspace/SmartPart2.xaml
Trunk/Samples/WPFCABQuickstarts/ZoneWorkspace/SmartPart2.xaml.cs
Trunk/Samples/WPFCABQuickstarts/ZoneWorkspace/SmartPart3.xaml
Trunk/Samples/WPFCABQuickstarts/ZoneWorkspace/SmartPart3.xaml.cs
Trunk/Samples/WPFCABQuickstarts/ZoneWorkspace/SmartPart4.xaml
Trunk/Samples/WPFCABQuickstarts/ZoneWorkspace/SmartPart4.xaml.cs
Trunk/Samples/WPFCABQuickstarts/ZoneWorkspace/ZoneWorkspace.csproj
Trunk/Samples/WPFCABQuickstarts/ZoneWorkspace/ZoneWorkspace.csproj.vspscc
Trunk/Samples/WPFCABShell.sln
Trunk/Samples/WPFCABShell.vssscc
Trunk/Samples/WPFCABShell/CommonAssemblyInfo.cs
Trunk/Samples/WPFCABShell/Lib/Kent.Boogaart.Converters.dll
Trunk/Samples/WPFCABShell/Lib/Kent.Boogaart.Converters.pdb
Trunk/Samples/WPFCABShell/Lib/Kent.Boogaart.Converters.xml
Trunk/Samples/WPFCABShell/Lib/Kent.Boogaart.HelperTrinity.dll
Trunk/Samples/WPFCABShell/Lib/Kent.Boogaart.HelperTrinity.pdb
Trunk/Samples/WPFCABShell/Lib/Kent.Boogaart.HelperTrinity.xml
Trunk/Samples/WPFCABShell/Lib/Rhino.Mocks.dll
Trunk/Samples/WPFCABShell/Lib/Rhino.Mocks.xml
Trunk/Samples/WPFCABShell/Lib/nunit.framework.dll
Trunk/Samples/WPFCABShell/Modules/Bellucci/Bellucci.csproj
Trunk/Samples/WPFCABShell/Modules/Bellucci/Bellucci.csproj.user
Trunk/Samples/WPFCABShell/Modules/Bellucci/Bellucci.csproj.vspscc
Trunk/Samples/WPFCABShell/Modules/Bellucci/BellucciView.xaml
Trunk/Samples/WPFCABShell/Modules/Bellucci/BellucciView.xaml.cs
Trunk/Samples/WPFCABShell/Modules/Bellucci/Module.cs
Trunk/Samples/WPFCABShell/Modules/Bellucci/Properties/AssemblyInfo.cs
Trunk/Samples/WPFCABShell/Modules/Bellucci/Resources.xaml
Trunk/Samples/WPFCABShell/Modules/Bellucci/Resources.xaml.cs
Trunk/Samples/WPFCABShell/Modules/DemoSupport/BindableRun.cs
Trunk/Samples/WPFCABShell/Modules/DemoSupport/Demo.cs
Trunk/Samples/WPFCABShell/Modules/DemoSupport/DemoSet.xaml
Trunk/Samples/WPFCABShell/Modules/DemoSupport/DemoSet.xaml.cs
Trunk/Samples/WPFCABShell/Modules/DemoSupport/DemoSupport.csproj
Trunk/Samples/WPFCABShell/Modules/DemoSupport/DemoSupport.csproj.vspscc
Trunk/Samples/WPFCABShell/Modules/DemoSupport/DemoViewBase.cs
Trunk/Samples/WPFCABShell/Modules/DemoSupport/Properties/AssemblyInfo.cs
Trunk/Samples/WPFCABShell/Modules/DemoSupport/Properties/Resources.Designer.cs
Trunk/Samples/WPFCABShell/Modules/DemoSupport/Properties/Resources.resx
Trunk/Samples/WPFCABShell/Modules/DemoSupport/Properties/Settings.Designer.cs
Trunk/Samples/WPFCABShell/Modules/DemoSupport/Properties/Settings.settings
Trunk/Samples/WPFCABShell/Modules/DemoSupport/Step.cs
Trunk/Samples/WPFCABShell/Modules/DemoSupport/Styles.xaml
Trunk/Samples/WPFCABShell/Modules/DemoSupport/Styles.xaml.cs
Trunk/Samples/WPFCABShell/Modules/MenuDemo/IMenuDemoView.cs
Trunk/Samples/WPFCABShell/Modules/MenuDemo/MenuDemo.csproj
Trunk/Samples/WPFCABShell/Modules/MenuDemo/MenuDemo.csproj.vspscc
Trunk/Samples/WPFCABShell/Modules/MenuDemo/MenuDemoPresenter.cs
Trunk/Samples/WPFCABShell/Modules/MenuDemo/MenuDemoView.xaml
Trunk/Samples/WPFCABShell/Modules/MenuDemo/MenuDemoView.xaml.cs
Trunk/Samples/WPFCABShell/Modules/MenuDemo/MenuDemoWorkItem.cs
Trunk/Samples/WPFCABShell/Modules/MenuDemo/Module.cs
Trunk/Samples/WPFCABShell/Modules/MenuDemo/Properties/AssemblyInfo.cs
Trunk/Samples/WPFCABShell/Modules/OptionsDemo/Module.cs
Trunk/Samples/WPFCABShell/Modules/OptionsDemo/MyOptionsPane.xaml
Trunk/Samples/WPFCABShell/Modules/OptionsDemo/MyOptionsPane.xaml.cs
Trunk/Samples/WPFCABShell/Modules/OptionsDemo/OptionsData.cs
Trunk/Samples/WPFCABShell/Modules/OptionsDemo/OptionsDemo.csproj
Trunk/Samples/WPFCABShell/Modules/OptionsDemo/OptionsDemo.csproj.vspscc
Trunk/Samples/WPFCABShell/Modules/OptionsDemo/OptionsView.xaml
Trunk/Samples/WPFCABShell/Modules/OptionsDemo/OptionsView.xaml.cs
Trunk/Samples/WPFCABShell/Modules/OptionsDemo/Properties/AssemblyInfo.cs
Trunk/Samples/WPFCABShell/Modules/Shortcuts/Commands.cs
Trunk/Samples/WPFCABShell/Modules/Shortcuts/CommandsView.xaml
Trunk/Samples/WPFCABShell/Modules/Shortcuts/CommandsView.xaml.cs
Trunk/Samples/WPFCABShell/Modules/Shortcuts/ExtensionSites.cs
Trunk/Samples/WPFCABShell/Modules/Shortcuts/ICommandsView.cs
Trunk/Samples/WPFCABShell/Modules/Shortcuts/IShortcutsView.cs
Trunk/Samples/WPFCABShell/Modules/Shortcuts/Module.cs
Trunk/Samples/WPFCABShell/Modules/Shortcuts/Properties/AssemblyInfo.cs
Trunk/Samples/WPFCABShell/Modules/Shortcuts/Services/IShortcut.cs
Trunk/Samples/WPFCABShell/Modules/Shortcuts/Services/IShortcutGroup.cs
Trunk/Samples/WPFCABShell/Modules/Shortcuts/Services/IShortcutsService.cs
Trunk/Samples/WPFCABShell/Modules/Shortcuts/Services/ShortcutsService.cs
Trunk/Samples/WPFCABShell/Modules/Shortcuts/Shortcuts.csproj
Trunk/Samples/WPFCABShell/Modules/Shortcuts/Shortcuts.csproj.vspscc
Trunk/Samples/WPFCABShell/Modules/Shortcuts/ShortcutsPresenter.cs
Trunk/Samples/WPFCABShell/Modules/Shortcuts/ShortcutsView.xaml
Trunk/Samples/WPFCABShell/Modules/Shortcuts/ShortcutsView.xaml.cs
Trunk/Samples/WPFCABShell/Modules/Shortcuts/ShortcutsWorkItem.cs
Trunk/Samples/WPFCABShell/Modules/StatusBarDemo/IStatusBarDemoView.cs
Trunk/Samples/WPFCABShell/Modules/StatusBarDemo/Module.cs
Trunk/Samples/WPFCABShell/Modules/StatusBarDemo/Properties/AssemblyInfo.cs
Trunk/Samples/WPFCABShell/Modules/StatusBarDemo/StatusBarDemo.csproj
Trunk/Samples/WPFCABShell/Modules/StatusBarDemo/StatusBarDemo.csproj.vspscc
Trunk/Samples/WPFCABShell/Modules/StatusBarDemo/StatusBarDemoPresenter.cs
Trunk/Samples/WPFCABShell/Modules/StatusBarDemo/StatusBarDemoView.xaml
Trunk/Samples/WPFCABShell/Modules/StatusBarDemo/StatusBarDemoView.xaml.cs
Trunk/Samples/WPFCABShell/Modules/StatusBarDemo/StatusBarDemoWorkItem.cs
Trunk/Samples/WPFCABShell/Modules/ToolBarDemo/IToolBarDemoView.cs
Trunk/Samples/WPFCABShell/Modules/ToolBarDemo/Module.cs
Trunk/Samples/WPFCABShell/Modules/ToolBarDemo/Properties/AssemblyInfo.cs
Trunk/Samples/WPFCABShell/Modules/ToolBarDemo/ToolBarDemo.csproj
Trunk/Samples/WPFCABShell/Modules/ToolBarDemo/ToolBarDemo.csproj.vspscc
Trunk/Samples/WPFCABShell/Modules/ToolBarDemo/ToolBarDemoPresenter.cs
Trunk/Samples/WPFCABShell/Modules/ToolBarDemo/ToolBarDemoView.xaml
Trunk/Samples/WPFCABShell/Modules/ToolBarDemo/ToolBarDemoView.xaml.cs
Trunk/Samples/WPFCABShell/Modules/ToolBarDemo/ToolBarDemoWorkItem.cs
Trunk/Samples/WPFCABShell/Modules/Welcome/Module.cs
Trunk/Samples/WPFCABShell/Modules/Welcome/Properties/AssemblyInfo.cs
Trunk/Samples/WPFCABShell/Modules/Welcome/Welcome.csproj
Trunk/Samples/WPFCABShell/Modules/Welcome/Welcome.csproj.vspscc
Trunk/Samples/WPFCABShell/Modules/Welcome/WelcomeView.xaml
Trunk/Samples/WPFCABShell/Modules/Welcome/WelcomeView.xaml.cs
Trunk/Samples/WPFCABShell/Modules/Welcome/WelcomeWorkItem.cs
Trunk/Samples/WPFCABShell/Shell.Interface/CommandCategories.cs
Trunk/Samples/WPFCABShell/Shell.Interface/Commands.cs
Trunk/Samples/WPFCABShell/Shell.Interface/Diagnostics/Log.cs
Trunk/Samples/WPFCABShell/Shell.Interface/Diagnostics/LogLevel.cs
Trunk/Samples/WPFCABShell/Shell.Interface/ExtensionSites.cs
Trunk/Samples/WPFCABShell/Shell.Interface/Presenter.cs
Trunk/Samples/WPFCABShell/Shell.Interface/Properties/AssemblyInfo.cs
Trunk/Samples/WPFCABShell/Shell.Interface/Services/Command/CommandEventArgs.cs
Trunk/Samples/WPFCABShell/Shell.Interface/Services/Command/Events.cs
Trunk/Samples/WPFCABShell/Shell.Interface/Services/Command/ICommand.cs
Trunk/Samples/WPFCABShell/Shell.Interface/Services/Command/ICommandService.cs
Trunk/Samples/WPFCABShell/Shell.Interface/Services/Menu/IMenuItem.cs
Trunk/Samples/WPFCABShell/Shell.Interface/Services/Menu/IMenuService.cs
Trunk/Samples/WPFCABShell/Shell.Interface/Services/Module/IWhitelistModuleEnumerator.cs
Trunk/Samples/WPFCABShell/Shell.Interface/Services/Module/ModuleStatus.cs
Trunk/Samples/WPFCABShell/Shell.Interface/Services/Module/ModuleTrustStatus.cs
Trunk/Samples/WPFCABShell/Shell.Interface/Services/Options/IOptions.cs
Trunk/Samples/WPFCABShell/Shell.Interface/Services/Options/IOptionsPane.cs
Trunk/Samples/WPFCABShell/Shell.Interface/Services/Options/IOptionsService.cs
Trunk/Samples/WPFCABShell/Shell.Interface/Services/Options/IPluginInfo.cs
Trunk/Samples/WPFCABShell/Shell.Interface/Services/Settings/ISettings.cs
Trunk/Samples/WPFCABShell/Shell.Interface/Services/Settings/ISettingsService.cs
Trunk/Samples/WPFCABShell/Shell.Interface/Services/Skinning/Events.cs
Trunk/Samples/WPFCABShell/Shell.Interface/Services/Skinning/ISkin.cs
Trunk/Samples/WPFCABShell/Shell.Interface/Services/Skinning/ISkinningService.cs
Trunk/Samples/WPFCABShell/Shell.Interface/Services/Skinning/SkinChangedEventArgs.cs
Trunk/Samples/WPFCABShell/Shell.Interface/Services/Skinning/SkinEventArgs.cs
Trunk/Samples/WPFCABShell/Shell.Interface/Services/StatusBar/Events.cs
Trunk/Samples/WPFCABShell/Shell.Interface/Services/StatusBar/IMessageOperation.cs
Trunk/Samples/WPFCABShell/Shell.Interface/Services/StatusBar/IProgressOperation.cs
Trunk/Samples/WPFCABShell/Shell.Interface/Services/StatusBar/IStatusBarOperation.cs
Trunk/Samples/WPFCABShell/Shell.Interface/Services/StatusBar/IStatusBarService.cs
Trunk/Samples/WPFCABShell/Shell.Interface/Services/StatusBar/MessageEventArgs.cs
Trunk/Samples/WPFCABShell/Shell.Interface/Services/StatusBar/ProgressEventArgs.cs
Trunk/Samples/WPFCABShell/Shell.Interface/Services/StatusBar/StatusEventArgs.cs
Trunk/Samples/WPFCABShell/Shell.Interface/Services/StatusBar/StatusPriority.cs
Trunk/Samples/WPFCABShell/Shell.Interface/Services/ToolBar/IToolBarButtonItem.cs
Trunk/Samples/WPFCABShell/Shell.Interface/Services/ToolBar/IToolBarItem.cs
Trunk/Samples/WPFCABShell/Shell.Interface/Services/ToolBar/IToolBarService.cs
Trunk/Samples/WPFCABShell/Shell.Interface/Services/ToolBar/ToolBarEventArgs.cs
Trunk/Samples/WPFCABShell/Shell.Interface/Shell.Interface.csproj
Trunk/Samples/WPFCABShell/Shell.Interface/Shell.Interface.csproj.vspscc
Trunk/Samples/WPFCABShell/Shell.Interface/Workspaces.cs
Trunk/Samples/WPFCABShell/Shell.Services/Command/CommandService.cs
Trunk/Samples/WPFCABShell/Shell.Services/GroupingItemsControlUIAdapter.cs
Trunk/Samples/WPFCABShell/Shell.Services/GroupingItemsControlUIAdapterFactory.cs
Trunk/Samples/WPFCABShell/Shell.Services/Menu/MenuService.cs
Trunk/Samples/WPFCABShell/Shell.Services/Module/WhitelistModuleEnumerator.cs
Trunk/Samples/WPFCABShell/Shell.Services/Options/OptionsService.cs
Trunk/Samples/WPFCABShell/Shell.Services/Properties/AssemblyInfo.cs
Trunk/Samples/WPFCABShell/Shell.Services/Properties/ExceptionHelper.xml
Trunk/Samples/WPFCABShell/Shell.Services/Settings/IsolatedStorageSettingsService.cs
Trunk/Samples/WPFCABShell/Shell.Services/Shell.Services.csproj
Trunk/Samples/WPFCABShell/Shell.Services/Shell.Services.csproj.vspscc
Trunk/Samples/WPFCABShell/Shell.Services/Skinning/SkinningService.cs
Trunk/Samples/WPFCABShell/Shell.Services/StatusBar/StatusBarService.cs
Trunk/Samples/WPFCABShell/Shell.Services/ToolBar/ToolBarService.cs
Trunk/Samples/WPFCABShell/Shell.Services/ToolBar/ToolBarTrayUIAdapter.cs
Trunk/Samples/WPFCABShell/Shell.Services/ToolBar/ToolBarTrayUIAdapterFactory.cs
Trunk/Samples/WPFCABShell/Shell.Visualizers/CommandVisualizer.xaml
Trunk/Samples/WPFCABShell/Shell.Visualizers/CommandVisualizer.xaml.cs
Trunk/Samples/WPFCABShell/Shell.Visualizers/LogVisualizer.xaml
Trunk/Samples/WPFCABShell/Shell.Visualizers/LogVisualizer.xaml.cs
Trunk/Samples/WPFCABShell/Shell.Visualizers/Properties/AssemblyInfo.cs
Trunk/Samples/WPFCABShell/Shell.Visualizers/Properties/Resources.Designer.cs
Trunk/Samples/WPFCABShell/Shell.Visualizers/Properties/Resources.resx
Trunk/Samples/WPFCABShell/Shell.Visualizers/Properties/Settings.Designer.cs
Trunk/Samples/WPFCABShell/Shell.Visualizers/Properties/Settings.settings
Trunk/Samples/WPFCABShell/Shell.Visualizers/Shell.Visualizers.csproj
Trunk/Samples/WPFCABShell/Shell.Visualizers/Shell.Visualizers.csproj.vspscc
Trunk/Samples/WPFCABShell/Shell/App.config
Trunk/Samples/WPFCABShell/Shell/App.xaml
Trunk/Samples/WPFCABShell/Shell/App.xaml.cs
Trunk/Samples/WPFCABShell/Shell/DefaultSkin.xaml
Trunk/Samples/WPFCABShell/Shell/DefaultSkin.xaml.cs
Trunk/Samples/WPFCABShell/Shell/Entry.cs
Trunk/Samples/WPFCABShell/Shell/IMainWindow.cs
Trunk/Samples/WPFCABShell/Shell/MainWindow.xaml
Trunk/Samples/WPFCABShell/Shell/MainWindow.xaml.cs
Trunk/Samples/WPFCABShell/Shell/MainWindowPresenter.cs
Trunk/Samples/WPFCABShell/Shell/Options/IOptionsView.cs
Trunk/Samples/WPFCABShell/Shell/Options/OptionsPresenter.cs
Trunk/Samples/WPFCABShell/Shell/Options/OptionsView.xaml
Trunk/Samples/WPFCABShell/Shell/Options/OptionsView.xaml.cs
Trunk/Samples/WPFCABShell/Shell/Options/Plugins/IPluginsView.cs
Trunk/Samples/WPFCABShell/Shell/Options/Plugins/PluginsPresenter.cs
Trunk/Samples/WPFCABShell/Shell/Options/Plugins/PluginsView.xaml
Trunk/Samples/WPFCABShell/Shell/Options/Plugins/PluginsView.xaml.cs
Trunk/Samples/WPFCABShell/Shell/Properties/AssemblyInfo.cs
Trunk/Samples/WPFCABShell/Shell/Properties/ExceptionHelper.xml
Trunk/Samples/WPFCABShell/Shell/Properties/Resources.Designer.cs
Trunk/Samples/WPFCABShell/Shell/Properties/Resources.resx
Trunk/Samples/WPFCABShell/Shell/Properties/Settings.Designer.cs
Trunk/Samples/WPFCABShell/Shell/Properties/Settings.settings
Trunk/Samples/WPFCABShell/Shell/RootWorkItem.cs
Trunk/Samples/WPFCABShell/Shell/Shell.csproj
Trunk/Samples/WPFCABShell/Shell/Shell.csproj.vspscc
Trunk/Samples/WPFCABShell/TrustedModule.snk
Trunk/Samples/WPFCABShell/UnitTest.Shared/Properties/AssemblyInfo.cs
Trunk/Samples/WPFCABShell/UnitTest.Shared/TestableWorkItem.cs
Trunk/Samples/WPFCABShell/UnitTest.Shared/UnitTest.Shared.csproj
Trunk/Samples/WPFCABShell/UnitTest.Shared/UnitTest.Shared.csproj.vspscc
Trunk/Samples/WPFCABShell/UnitTest.Shared/UnitTest.cs
Trunk/Samples/WPFCABShell/UnitTest.Shell.Services/App.config
Trunk/Samples/WPFCABShell/UnitTest.Shell.Services/Command/CommandServiceTest.cs
Trunk/Samples/WPFCABShell/UnitTest.Shell.Services/GroupingItemsControlUIAdapterFactoryTest.cs
Trunk/Samples/WPFCABShell/UnitTest.Shell.Services/GroupingItemsControlUIAdapterTest.cs
Trunk/Samples/WPFCABShell/UnitTest.Shell.Services/Menu/MenuServiceTest.cs
Trunk/Samples/WPFCABShell/UnitTest.Shell.Services/Options/OptionsServiceTest.cs
Trunk/Samples/WPFCABShell/UnitTest.Shell.Services/Properties/AssemblyInfo.cs
Trunk/Samples/WPFCABShell/UnitTest.Shell.Services/Settings/IsolatedStorageSettingsServiceTest.cs
Trunk/Samples/WPFCABShell/UnitTest.Shell.Services/Skinning/SkinningServiceTest.cs
Trunk/Samples/WPFCABShell/UnitTest.Shell.Services/StatusBar/StatusBarServiceTest.cs
Trunk/Samples/WPFCABShell/UnitTest.Shell.Services/ToolBar/ToolBarServiceTest.cs
Trunk/Samples/WPFCABShell/UnitTest.Shell.Services/ToolBar/ToolBarTrayUIAdapterFactoryTest.cs
Trunk/Samples/WPFCABShell/UnitTest.Shell.Services/ToolBar/ToolBarTrayUIAdapterTest.cs
Trunk/Samples/WPFCABShell/UnitTest.Shell.Services/UnitTest.Shell.Services.csproj
Trunk/Samples/WPFCABShell/UnitTest.Shell.Services/UnitTest.Shell.Services.csproj.vspscc
Trunk/Samples/WPFCABShell/UnitTest.Shell/Options/OptionsPresenterTest.cs
Trunk/Samples/WPFCABShell/UnitTest.Shell/Properties/AssemblyInfo.cs
Trunk/Samples/WPFCABShell/UnitTest.Shell/UnitTest.Shell.csproj
Trunk/Samples/WPFCABShell/UnitTest.Shell/UnitTest.Shell.csproj.vspscc
Trunk/Samples/WPFCABShell/WPFCABShell.snk
Trunk/VisualStudioTemplates/Readme.txt
Trunk/VisualStudioTemplates/WPFCABShell/Releases/WPFCAB-EmptyShell-20080401.vsi
Trunk/VisualStudioTemplates/WPFCABShell/Templates/EmptyShell/Shell.Interface/CommandCategories.cs
Trunk/VisualStudioTemplates/WPFCABShell/Templates/EmptyShell/Shell.Interface/Commands.cs
Trunk/VisualStudioTemplates/WPFCABShell/Templates/EmptyShell/Shell.Interface/Diagnostics/Log.cs
Trunk/VisualStudioTemplates/WPFCABShell/Templates/EmptyShell/Shell.Interface/Diagnostics/LogLevel.cs
Trunk/VisualStudioTemplates/WPFCABShell/Templates/EmptyShell/Shell.Interface/ExtensionSites.cs
Trunk/VisualStudioTemplates/WPFCABShell/Templates/EmptyShell/Shell.Interface/MyTemplate.vstemplate
Trunk/VisualStudioTemplates/WPFCABShell/Templates/EmptyShell/Shell.Interface/Presenter.cs
Trunk/VisualStudioTemplates/WPFCABShell/Templates/EmptyShell/Shell.Interface/Properties/AssemblyInfo.cs
Trunk/VisualStudioTemplates/WPFCABShell/Templates/EmptyShell/Shell.Interface/Services/Command/CommandEventArgs.cs
Trunk/VisualStudioTemplates/WPFCABShell/Templates/EmptyShell/Shell.Interface/Services/Command/Events.cs
Trunk/VisualStudioTemplates/WPFCABShell/Templates/EmptyShell/Shell.Interface/Services/Command/ICommand.cs
Trunk/VisualStudioTemplates/WPFCABShell/Templates/EmptyShell/Shell.Interface/Services/Command/ICommandService.cs
Trunk/VisualStudioTemplates/WPFCABShell/Templates/EmptyShell/Shell.Interface/Services/Menu/IMenuItem.cs
Trunk/VisualStudioTemplates/WPFCABShell/Templates/EmptyShell/Shell.Interface/Services/Menu/IMenuService.cs
Trunk/VisualStudioTemplates/WPFCABShell/Templates/EmptyShell/Shell.Interface/Services/Module/IWhitelistModuleEnumerator.cs
Trunk/VisualStudioTemplates/WPFCABShell/Templates/EmptyShell/Shell.Interface/Services/Module/ModuleStatus.cs
Trunk/VisualStudioTemplates/WPFCABShell/Templates/EmptyShell/Shell.Interface/Services/Module/ModuleTrustStatus.cs
Trunk/VisualStudioTemplates/WPFCABShell/Templates/EmptyShell/Shell.Interface/Services/Options/IOptions.cs
Trunk/VisualStudioTemplates/WPFCABShell/Templates/EmptyShell/Shell.Interface/Services/Options/IOptionsPane.cs
Trunk/VisualStudioTemplates/WPFCABShell/Templates/EmptyShell/Shell.Interface/Services/Options/IOptionsService.cs
Trunk/VisualStudioTemplates/WPFCABShell/Templates/EmptyShell/Shell.Interface/Services/Options/IPluginInfo.cs
Trunk/VisualStudioTemplates/WPFCABShell/Templates/EmptyShell/Shell.Interface/Services/Settings/ISettings.cs
Trunk/VisualStudioTemplates/WPFCABShell/Templates/EmptyShell/Shell.Interface/Services/Settings/ISettingsService.cs
Trunk/VisualStudioTemplates/WPFCABShell/Templates/EmptyShell/Shell.Interface/Services/Skinning/Events.cs
Trunk/VisualStudioTemplates/WPFCABShell/Templates/EmptyShell/Shell.Interface/Services/Skinning/ISkin.cs
Trunk/VisualStudioTemplates/WPFCABShell/Templates/EmptyShell/Shell.Interface/Services/Skinning/ISkinningService.cs
Trunk/VisualStudioTemplates/WPFCABShell/Templates/EmptyShell/Shell.Interface/Services/Skinning/SkinChangedEventArgs.cs
Trunk/VisualStudioTemplates/WPFCABShell/Templates/EmptyShell/Shell.Interface/Services/Skinning/SkinEventArgs.cs
Trunk/VisualStudioTemplates/WPFCABShell/Templates/EmptyShell/Shell.Interface/Services/StatusBar/Events.cs
Trunk/VisualStudioTemplates/WPFCABShell/Templates/EmptyShell/Shell.Interface/Services/StatusBar/IMessageOperation.cs
Trunk/VisualStudioTemplates/WPFCABShell/Templates/EmptyShell/Shell.Interface/Services/StatusBar/IProgressOperation.cs
Trunk/VisualStudioTemplates/WPFCABShell/Templates/EmptyShell/Shell.Interface/Services/StatusBar/IStatusBarOperation.cs
Trunk/VisualStudioTemplates/WPFCABShell/Templates/EmptyShell/Shell.Interface/Services/StatusBar/IStatusBarService.cs
Trunk/VisualStudioTemplates/WPFCABShell/Templates/EmptyShell/Shell.Interface/Services/StatusBar/MessageEventArgs.cs
Trunk/VisualStudioTemplates/WPFCABShell/Templates/EmptyShell/Shell.Interface/Services/StatusBar/ProgressEventArgs.cs
Trunk/VisualStudioTemplates/WPFCABShell/Templates/EmptyShell/Shell.Interface/Services/StatusBar/StatusEventArgs.cs
Trunk/VisualStudioTemplates/WPFCABShell/Templates/EmptyShell/Shell.Interface/Services/StatusBar/StatusPriority.cs
Trunk/VisualStudioTemplates/WPFCABShell/Templates/EmptyShell/Shell.Interface/Services/ToolBar/IToolBarButtonItem.cs
Trunk/VisualStudioTemplates/WPFCABShell/Templates/EmptyShell/Shell.Interface/Services/ToolBar/IToolBarItem.cs
Trunk/VisualStudioTemplates/WPFCABShell/Templates/EmptyShell/Shell.Interface/Services/ToolBar/IToolBarService.cs
Trunk/VisualStudioTemplates/WPFCABShell/Templates/EmptyShell/Shell.Interface/Services/ToolBar/ToolBarEventArgs.cs
Trunk/VisualStudioTemplates/WPFCABShell/Templates/EmptyShell/Shell.Interface/Shell.Interface.csproj
Trunk/VisualStudioTemplates/WPFCABShell/Templates/EmptyShell/Shell.Interface/Workspaces.cs
Trunk/VisualStudioTemplates/WPFCABShell/Templates/EmptyShell/Shell.Interface/__TemplateIcon.ico
Trunk/VisualStudioTemplates/WPFCABShell/Templates/EmptyShell/Shell.Services/Command/CommandService.cs
Trunk/VisualStudioTemplates/WPFCABShell/Templates/EmptyShell/Shell.Services/GroupingItemsControlUIAdapter.cs
Trunk/VisualStudioTemplates/WPFCABShell/Templates/EmptyShell/Shell.Services/GroupingItemsControlUIAdapterFactory.cs
Trunk/VisualStudioTemplates/WPFCABShell/Templates/EmptyShell/Shell.Services/Menu/MenuService.cs
Trunk/VisualStudioTemplates/WPFCABShell/Templates/EmptyShell/Shell.Services/Module/WhitelistModuleEnumerator.cs
Trunk/VisualStudioTemplates/WPFCABShell/Templates/EmptyShell/Shell.Services/MyTemplate.vstemplate
Trunk/VisualStudioTemplates/WPFCABShell/Templates/EmptyShell/Shell.Services/Options/OptionsService.cs
Trunk/VisualStudioTemplates/WPFCABShell/Templates/EmptyShell/Shell.Services/Properties/AssemblyInfo.cs
Trunk/VisualStudioTemplates/WPFCABShell/Templates/EmptyShell/Shell.Services/Properties/ExceptionHelper.xml
Trunk/VisualStudioTemplates/WPFCABShell/Templates/EmptyShell/Shell.Services/Settings/IsolatedStorageSettingsService.cs
Trunk/VisualStudioTemplates/WPFCABShell/Templates/EmptyShell/Shell.Services/Shell.Services.csproj
Trunk/VisualStudioTemplates/WPFCABShell/Templates/EmptyShell/Shell.Services/Skinning/SkinningService.cs
Trunk/VisualStudioTemplates/WPFCABShell/Templates/EmptyShell/Shell.Services/StatusBar/StatusBarService.cs
Trunk/VisualStudioTemplates/WPFCABShell/Templates/EmptyShell/Shell.Services/ToolBar/ToolBarService.cs
Trunk/VisualStudioTemplates/WPFCABShell/Templates/EmptyShell/Shell.Services/ToolBar/ToolBarTrayUIAdapter.cs
Trunk/VisualStudioTemplates/WPFCABShell/Templates/EmptyShell/Shell.Services/ToolBar/ToolBarTrayUIAdapterFactory.cs
Trunk/VisualStudioTemplates/WPFCABShell/Templates/EmptyShell/Shell.Services/__TemplateIcon.ico
Trunk/VisualStudioTemplates/WPFCABShell/Templates/EmptyShell/Shell.Visualizers/CommandVisualizer.xaml
Trunk/VisualStudioTemplates/WPFCABShell/Templates/EmptyShell/Shell.Visualizers/CommandVisualizer.xaml.cs
Trunk/VisualStudioTemplates/WPFCABShell/Templates/EmptyShell/Shell.Visualizers/LogVisualizer.xaml
Trunk/VisualStudioTemplates/WPFCABShell/Templates/EmptyShell/Shell.Visualizers/LogVisualizer.xaml.cs
Trunk/VisualStudioTemplates/WPFCABShell/Templates/EmptyShell/Shell.Visualizers/MyTemplate.vstemplate
Trunk/VisualStudioTemplates/WPFCABShell/Templates/EmptyShell/Shell.Visualizers/Properties/AssemblyInfo.cs
Trunk/VisualStudioTemplates/WPFCABShell/Templates/EmptyShell/Shell.Visualizers/Properties/Resources.Designer.cs
Trunk/VisualStudioTemplates/WPFCABShell/Templates/EmptyShell/Shell.Visualizers/Properties/Resources.resx
Trunk/VisualStudioTemplates/WPFCABShell/Templates/EmptyShell/Shell.Visualizers/Properties/Settings.Designer.cs
Trunk/VisualStudioTemplates/WPFCABShell/Templates/EmptyShell/Shell.Visualizers/Properties/Settings.settings
Trunk/VisualStudioTemplates/WPFCABShell/Templates/EmptyShell/Shell.Visualizers/Shell.Visualizers.csproj
Trunk/VisualStudioTemplates/WPFCABShell/Templates/EmptyShell/Shell.Visualizers/__TemplateIcon.ico
Trunk/VisualStudioTemplates/WPFCABShell/Templates/EmptyShell/Shell/App.config
Trunk/VisualStudioTemplates/WPFCABShell/Templates/EmptyShell/Shell/App.xaml
Trunk/VisualStudioTemplates/WPFCABShell/Templates/EmptyShell/Shell/App.xaml.cs
Trunk/VisualStudioTemplates/WPFCABShell/Templates/EmptyShell/Shell/DefaultSkin.xaml
Trunk/VisualStudioTemplates/WPFCABShell/Templates/EmptyShell/Shell/DefaultSkin.xaml.cs
Trunk/VisualStudioTemplates/WPFCABShell/Templates/EmptyShell/Shell/Entry.cs
Trunk/VisualStudioTemplates/WPFCABShell/Templates/EmptyShell/Shell/IMainWindow.cs
Trunk/VisualStudioTemplates/WPFCABShell/Templates/EmptyShell/Shell/Libs/Kent.Boogaart.Converters.dll
Trunk/VisualStudioTemplates/WPFCABShell/Templates/EmptyShell/Shell/Libs/Kent.Boogaart.HelperTrinity.dll
Trunk/VisualStudioTemplates/WPFCABShell/Templates/EmptyShell/Shell/Libs/Microsoft.Practices.CompositeUI.dll
Trunk/VisualStudioTemplates/WPFCABShell/Templates/EmptyShell/Shell/Libs/Microsoft.Practices.ObjectBuilder.dll
Trunk/VisualStudioTemplates/WPFCABShell/Templates/EmptyShell/Shell/Libs/SCSFContrib.CompositeUI.WPF.dll
Trunk/VisualStudioTemplates/WPFCABShell/Templates/EmptyShell/Shell/MainWindow.xaml
Trunk/VisualStudioTemplates/WPFCABShell/Templates/EmptyShell/Shell/MainWindow.xaml.cs
Trunk/VisualStudioTemplates/WPFCABShell/Templates/EmptyShell/Shell/MainWindowPresenter.cs
Trunk/VisualStudioTemplates/WPFCABShell/Templates/EmptyShell/Shell/MyTemplate.vstemplate
Trunk/VisualStudioTemplates/WPFCABShell/Templates/EmptyShell/Shell/Options/IOptionsView.cs
Trunk/VisualStudioTemplates/WPFCABShell/Templates/EmptyShell/Shell/Options/OptionsPresenter.cs
Trunk/VisualStudioTemplates/WPFCABShell/Templates/EmptyShell/Shell/Options/OptionsView.xaml
Trunk/VisualStudioTemplates/WPFCABShell/Templates/EmptyShell/Shell/Options/OptionsView.xaml.cs
Trunk/VisualStudioTemplates/WPFCABShell/Templates/EmptyShell/Shell/Options/Plugins/IPluginsView.cs
Trunk/VisualStudioTemplates/WPFCABShell/Templates/EmptyShell/Shell/Options/Plugins/PluginsPresenter.cs
Trunk/VisualStudioTemplates/WPFCABShell/Templates/EmptyShell/Shell/Options/Plugins/PluginsView.xaml
Trunk/VisualStudioTemplates/WPFCABShell/Templates/EmptyShell/Shell/Options/Plugins/PluginsView.xaml.cs
Trunk/VisualStudioTemplates/WPFCABShell/Templates/EmptyShell/Shell/Properties/AssemblyInfo.cs
Trunk/VisualStudioTemplates/WPFCABShell/Templates/EmptyShell/Shell/Properties/CommonAssemblyInfo.cs
Trunk/VisualStudioTemplates/WPFCABShell/Templates/EmptyShell/Shell/Properties/ExceptionHelper.xml
Trunk/VisualStudioTemplates/WPFCABShell/Templates/EmptyShell/Shell/Properties/Resources.Designer.cs
Trunk/VisualStudioTemplates/WPFCABShell/Templates/EmptyShell/Shell/Properties/Resources.resx
Trunk/VisualStudioTemplates/WPFCABShell/Templates/EmptyShell/Shell/Properties/Settings.Designer.cs
Trunk/VisualStudioTemplates/WPFCABShell/Templates/EmptyShell/Shell/Properties/Settings.settings
Trunk/VisualStudioTemplates/WPFCABShell/Templates/EmptyShell/Shell/RootWorkItem.cs
Trunk/VisualStudioTemplates/WPFCABShell/Templates/EmptyShell/Shell/Shell.csproj
Trunk/VisualStudioTemplates/WPFCABShell/Templates/EmptyShell/Shell/__TemplateIcon.ico
Trunk/VisualStudioTemplates/WPFCABShell/Templates/EmptyShell/UnitTest.Shared/MyTemplate.vstemplate
Trunk/VisualStudioTemplates/WPFCABShell/Templates/EmptyShell/UnitTest.Shared/Properties/AssemblyInfo.cs
Trunk/VisualStudioTemplates/WPFCABShell/Templates/EmptyShell/UnitTest.Shared/TestableWorkItem.cs
Trunk/VisualStudioTemplates/WPFCABShell/Templates/EmptyShell/UnitTest.Shared/UnitTest.Shared.csproj
Trunk/VisualStudioTemplates/WPFCABShell/Templates/EmptyShell/UnitTest.Shared/__TemplateIcon.ico
Trunk/VisualStudioTemplates/WPFCABShell/Templates/EmptyShell/VSTemplate.vstemplate
Trunk/VisualStudioTemplates/WPFCABShell/Templates/EmptyShell/__TemplateIcon.ico
Trunk/VisualStudioTemplates/WPFCABShell/Templates/HowToGenerateTemplates.txt
Trunk/VisualStudioTemplates/WPFCABShell/Templates/TrustedPlugin/Module.cs
Trunk/VisualStudioTemplates/WPFCABShell/Templates/TrustedPlugin/MyTemplate.vstemplate
Trunk/VisualStudioTemplates/WPFCABShell/Templates/TrustedPlugin/Properties/AssemblyInfo.cs
Trunk/VisualStudioTemplates/WPFCABShell/Templates/TrustedPlugin/TrustedPlugin.csproj
Trunk/VisualStudioTemplates/WPFCABShell/Templates/TrustedPlugin/__TemplateIcon.ico
Trunk/VisualStudioTemplates/WPFCABShell/Templates/UntrustedPlugin/Module.cs
Trunk/VisualStudioTemplates/WPFCABShell/Templates/UntrustedPlugin/MyTemplate.vstemplate
Trunk/VisualStudioTemplates/WPFCABShell/Templates/UntrustedPlugin/Properties/AssemblyInfo.cs
Trunk/VisualStudioTemplates/WPFCABShell/Templates/UntrustedPlugin/UntrustedPlugin.csproj
Trunk/VisualStudioTemplates/WPFCABShell/Templates/UntrustedPlugin/__TemplateIcon.ico
Trunk/VisualStudioTemplates/WPFCABShell/Vsi/HowToGenerateVsi.txt
Trunk/VisualStudioTemplates/WPFCABShell/Vsi/TrustedPlugin.zip
Trunk/VisualStudioTemplates/WPFCABShell/Vsi/UntrustedPlugin.zip
Trunk/VisualStudioTemplates/WPFCABShell/Vsi/VSTemplate.vscontent
Trunk/VisualStudioTemplates/WPFCABShell/Vsi/WPFCABShell.vsi
Trunk/src/Extensions for CAB WPF layer.sln
Trunk/src/Extensions for CAB WPF layer.vssscc
Trunk/src/Extensions for CAB WinForms layer.sln
Trunk/src/Extensions for CAB WinForms layer.vssscc
Trunk/src/Extensions for CAB layer.sln
Trunk/src/Extensions for CAB layer.vssscc
Trunk/src/Extensions/CAB/SCSFContrib.CompositeUI/Converters/ItemsOrientationConverter.cs
Trunk/src/Extensions/CAB/SCSFContrib.CompositeUI/DataEventArgs.cs
Trunk/src/Extensions/CAB/SCSFContrib.CompositeUI/Properties/AssemblyInfo.cs
Trunk/src/Extensions/CAB/SCSFContrib.CompositeUI/Properties/Resources.Designer.cs
Trunk/src/Extensions/CAB/SCSFContrib.CompositeUI/Properties/Resources.resx
Trunk/src/Extensions/CAB/SCSFContrib.CompositeUI/Properties/Settings.Designer.cs
Trunk/src/Extensions/CAB/SCSFContrib.CompositeUI/Properties/Settings.settings
Trunk/src/Extensions/CAB/SCSFContrib.CompositeUI/Resources/VisualizerStyles.xaml
Trunk/src/Extensions/CAB/SCSFContrib.CompositeUI/SCSFContrib.CompositeUI.csproj
Trunk/src/Extensions/CAB/SCSFContrib.CompositeUI/SCSFContrib.CompositeUI.csproj.vspscc
Trunk/src/Extensions/CAB/SCSFContrib.CompositeUI/Visualizer/Readme.txt
Trunk/src/Extensions/CAB/SCSFContrib.CompositeUI/Visualizer/Viewer.xaml
Trunk/src/Extensions/CAB/SCSFContrib.CompositeUI/Visualizer/Viewer.xaml.cs
Trunk/src/Extensions/CAB/SCSFContrib.CompositeUI/Visualizer/WorkItemHelper.cs
Trunk/src/Extensions/CAB/SCSFContrib.CompositeUI/Visualizer/WpfVisualizer.Designer.cs
Trunk/src/Extensions/CAB/SCSFContrib.CompositeUI/Visualizer/WpfVisualizer.cs
Trunk/src/Extensions/CAB/SCSFContrib.CompositeUI/Visualizer/WpfVisualizer.resx
Trunk/src/Extensions/WPF/WPFCAB/CommonAssemblyInfo.cs
Trunk/src/Extensions/WPF/WPFCAB/Lib/Rhino.Mocks.dll
Trunk/src/Extensions/WPF/WPFCAB/Lib/Rhino.Mocks.xml
Trunk/src/Extensions/WPF/WPFCAB/Lib/nunit.framework.dll
Trunk/src/Extensions/WPF/WPFCAB/SCSFContrib.CompositeUI.WPF.FunctionalTest/Activation/FrameworkElementActivationServiceTest.cs
Trunk/src/Extensions/WPF/WPFCAB/SCSFContrib.CompositeUI.WPF.FunctionalTest/App.config
Trunk/src/Extensions/WPF/WPFCAB/SCSFContrib.CompositeUI.WPF.FunctionalTest/FunctionalTest.cs
Trunk/src/Extensions/WPF/WPFCAB/SCSFContrib.CompositeUI.WPF.FunctionalTest/Properties/AssemblyInfo.cs
Trunk/src/Extensions/WPF/WPFCAB/SCSFContrib.CompositeUI.WPF.FunctionalTest/SCSFContrib.CompositeUI.WPF.FunctionalTest.csproj
Trunk/src/Extensions/WPF/WPFCAB/SCSFContrib.CompositeUI.WPF.FunctionalTest/SCSFContrib.CompositeUI.WPF.FunctionalTest.csproj.user
Trunk/src/Extensions/WPF/WPFCAB/SCSFContrib.CompositeUI.WPF.FunctionalTest/SCSFContrib.CompositeUI.WPF.FunctionalTest.csproj.vspscc
Trunk/src/Extensions/WPF/WPFCAB/SCSFContrib.CompositeUI.WPF.FunctionalTest/Workspaces/Test.ico
Trunk/src/Extensions/WPF/WPFCAB/SCSFContrib.CompositeUI.WPF.FunctionalTest/Workspaces/WindowSmartPartInfoTest.cs
Trunk/src/Extensions/WPF/WPFCAB/SCSFContrib.CompositeUI.WPF.FunctionalTest/Workspaces/ZoneWorkspaceTest.cs
Trunk/src/Extensions/WPF/WPFCAB/SCSFContrib.CompositeUI.WPF.UnitTest/Activation/FrameworkContentElementActivationServiceTest.cs
Trunk/src/Extensions/WPF/WPFCAB/SCSFContrib.CompositeUI.WPF.UnitTest/Activation/FrameworkContentElementActivationStrategyTest.cs
Trunk/src/Extensions/WPF/WPFCAB/SCSFContrib.CompositeUI.WPF.UnitTest/Activation/FrameworkElementActivationServiceTest.cs
Trunk/src/Extensions/WPF/WPFCAB/SCSFContrib.CompositeUI.WPF.UnitTest/Activation/FrameworkElementActivationStrategyTest.cs
Trunk/src/Extensions/WPF/WPFCAB/SCSFContrib.CompositeUI.WPF.UnitTest/App.config
Trunk/src/Extensions/WPF/WPFCAB/SCSFContrib.CompositeUI.WPF.UnitTest/ApplicationShellApplicationTest.cs
Trunk/src/Extensions/WPF/WPFCAB/SCSFContrib.CompositeUI.WPF.UnitTest/BuilderStrategies/FrameworkElementSmartPartStrategyTest.cs
Trunk/src/Extensions/WPF/WPFCAB/SCSFContrib.CompositeUI.WPF.UnitTest/BuilderStrategies/WindowsServiceStrategyTest.cs
Trunk/src/Extensions/WPF/WPFCAB/SCSFContrib.CompositeUI.WPF.UnitTest/CommandAdapters/UIElementCommandAdapterTest.cs
Trunk/src/Extensions/WPF/WPFCAB/SCSFContrib.CompositeUI.WPF.UnitTest/Commands/WrappedCabCommandTest.cs
Trunk/src/Extensions/WPF/WPFCAB/SCSFContrib.CompositeUI.WPF.UnitTest/Properties/AssemblyInfo.cs
Trunk/src/Extensions/WPF/WPFCAB/SCSFContrib.CompositeUI.WPF.UnitTest/SCSFContrib.CompositeUI.WPF.UnitTest.csproj
Trunk/src/Extensions/WPF/WPFCAB/SCSFContrib.CompositeUI.WPF.UnitTest/SCSFContrib.CompositeUI.WPF.UnitTest.csproj.user
Trunk/src/Extensions/WPF/WPFCAB/SCSFContrib.CompositeUI.WPF.UnitTest/SCSFContrib.CompositeUI.WPF.UnitTest.csproj.vspscc
Trunk/src/Extensions/WPF/WPFCAB/SCSFContrib.CompositeUI.WPF.UnitTest/SmartPartPlaceholderTest.cs
Trunk/src/Extensions/WPF/WPFCAB/SCSFContrib.CompositeUI.WPF.UnitTest/TestableRootWorkItem.cs
Trunk/src/Extensions/WPF/WPFCAB/SCSFContrib.CompositeUI.WPF.UnitTest/UIElements/ItemsControlChildUIAdapterTest.cs
Trunk/src/Extensions/WPF/WPFCAB/SCSFContrib.CompositeUI.WPF.UnitTest/UIElements/ItemsControlUIAdapterFactoryTest.cs
Trunk/src/Extensions/WPF/WPFCAB/SCSFContrib.CompositeUI.WPF.UnitTest/UIElements/ItemsControlUIAdapterTest.cs
Trunk/src/Extensions/WPF/WPFCAB/SCSFContrib.CompositeUI.WPF.UnitTest/UnitTest.cs
Trunk/src/Extensions/WPF/WPFCAB/SCSFContrib.CompositeUI.WPF.UnitTest/Visualizer/VisualizerWindowTest.cs
Trunk/src/Extensions/WPF/WPFCAB/SCSFContrib.CompositeUI.WPF.UnitTest/Visualizer/WindowsVisualizerTest.cs
Trunk/src/Extensions/WPF/WPFCAB/SCSFContrib.CompositeUI.WPF.UnitTest/WindowShellApplicationTest.cs
Trunk/src/Extensions/WPF/WPFCAB/SCSFContrib.CompositeUI.WPF.UnitTest/WindowsApplicationTest.cs
Trunk/src/Extensions/WPF/WPFCAB/SCSFContrib.CompositeUI.WPF.UnitTest/Workspaces/ContentControlWorkspaceTest.cs
Trunk/src/Extensions/WPF/WPFCAB/SCSFContrib.CompositeUI.WPF.UnitTest/Workspaces/DeckWorkspaceTest.cs
Trunk/src/Extensions/WPF/WPFCAB/SCSFContrib.CompositeUI.WPF.UnitTest/Workspaces/TabSmartPartInfoTest.cs
Trunk/src/Extensions/WPF/WPFCAB/SCSFContrib.CompositeUI.WPF.UnitTest/Workspaces/TabWorkspaceTest.cs
Trunk/src/Extensions/WPF/WPFCAB/SCSFContrib.CompositeUI.WPF.UnitTest/Workspaces/WindowSmartPartInfoTest.cs
Trunk/src/Extensions/WPF/WPFCAB/SCSFContrib.CompositeUI.WPF.UnitTest/Workspaces/WindowWorkspaceTest.cs
Trunk/src/Extensions/WPF/WPFCAB/SCSFContrib.CompositeUI.WPF.UnitTest/Workspaces/WorkspaceComposerTest.cs
Trunk/src/Extensions/WPF/WPFCAB/SCSFContrib.CompositeUI.WPF.UnitTest/Workspaces/ZoneSmartPartInfoTest.cs
Trunk/src/Extensions/WPF/WPFCAB/SCSFContrib.CompositeUI.WPF.UnitTest/Workspaces/ZoneWorkspaceTest.cs
Trunk/src/Extensions/WPF/WPFCAB/SCSFContrib.CompositeUI.WPF/Activation/FrameworkContentElementActivationService.cs
Trunk/src/Extensions/WPF/WPFCAB/SCSFContrib.CompositeUI.WPF/Activation/FrameworkContentElementActivationStrategy.cs
Trunk/src/Extensions/WPF/WPFCAB/SCSFContrib.CompositeUI.WPF/Activation/FrameworkElementActivationService.cs
Trunk/src/Extensions/WPF/WPFCAB/SCSFContrib.CompositeUI.WPF/Activation/FrameworkElementActivationStrategy.cs
Trunk/src/Extensions/WPF/WPFCAB/SCSFContrib.CompositeUI.WPF/Activation/IFrameworkContentElementActivationService.cs
Trunk/src/Extensions/WPF/WPFCAB/SCSFContrib.CompositeUI.WPF/Activation/IFrameworkElementActivationService.cs
Trunk/src/Extensions/WPF/WPFCAB/SCSFContrib.CompositeUI.WPF/ApplicationShellApplication.cs
Trunk/src/Extensions/WPF/WPFCAB/SCSFContrib.CompositeUI.WPF/BuilderStrategies/FrameworkElementSmartPartStrategy.cs
Trunk/src/Extensions/WPF/WPFCAB/SCSFContrib.CompositeUI.WPF/BuilderStrategies/WindowsServiceStrategy.cs
Trunk/src/Extensions/WPF/WPFCAB/SCSFContrib.CompositeUI.WPF/CommandAdapters/UIElementCommandAdapter.cs
Trunk/src/Extensions/WPF/WPFCAB/SCSFContrib.CompositeUI.WPF/Commands/WrappedCabCommand.cs
Trunk/src/Extensions/WPF/WPFCAB/SCSFContrib.CompositeUI.WPF/IInitializeApplication.cs
Trunk/src/Extensions/WPF/WPFCAB/SCSFContrib.CompositeUI.WPF/Properties/AssemblyInfo.cs
Trunk/src/Extensions/WPF/WPFCAB/SCSFContrib.CompositeUI.WPF/SCSFContrib.CompositeUI.WPF.csproj
Trunk/src/Extensions/WPF/WPFCAB/SCSFContrib.CompositeUI.WPF/SCSFContrib.CompositeUI.WPF.csproj.vspscc
Trunk/src/Extensions/WPF/WPFCAB/SCSFContrib.CompositeUI.WPF/SmartPartPlaceholder.cs
Trunk/src/Extensions/WPF/WPFCAB/SCSFContrib.CompositeUI.WPF/UIElements/ItemsControlChildUIAdapter.cs
Trunk/src/Extensions/WPF/WPFCAB/SCSFContrib.CompositeUI.WPF/UIElements/ItemsControlUIAdapter.cs
Trunk/src/Extensions/WPF/WPFCAB/SCSFContrib.CompositeUI.WPF/UIElements/ItemsControlUIAdapterFactory.cs
Trunk/src/Extensions/WPF/WPFCAB/SCSFContrib.CompositeUI.WPF/Visualizer/VisualizerWindow.xaml
Trunk/src/Extensions/WPF/WPFCAB/SCSFContrib.CompositeUI.WPF/Visualizer/VisualizerWindow.xaml.cs
Trunk/src/Extensions/WPF/WPFCAB/SCSFContrib.CompositeUI.WPF/Visualizer/WindowsVisualizer.cs
Trunk/src/Extensions/WPF/WPFCAB/SCSFContrib.CompositeUI.WPF/WindowShellApplication.cs
Trunk/src/Extensions/WPF/WPFCAB/SCSFContrib.CompositeUI.WPF/WindowsApplication.cs
Trunk/src/Extensions/WPF/WPFCAB/SCSFContrib.CompositeUI.WPF/Workspaces/ContentControlWorkspace.cs
Trunk/src/Extensions/WPF/WPFCAB/SCSFContrib.CompositeUI.WPF/Workspaces/DeckWorkspace.cs
Trunk/src/Extensions/WPF/WPFCAB/SCSFContrib.CompositeUI.WPF/Workspaces/TabPosition.cs
Trunk/src/Extensions/WPF/WPFCAB/SCSFContrib.CompositeUI.WPF/Workspaces/TabSmartPartInfo.cs
Trunk/src/Extensions/WPF/WPFCAB/SCSFContrib.CompositeUI.WPF/Workspaces/TabWorkspace.cs
Trunk/src/Extensions/WPF/WPFCAB/SCSFContrib.CompositeUI.WPF/Workspaces/WindowSmartPartInfo.cs
Trunk/src/Extensions/WPF/WPFCAB/SCSFContrib.CompositeUI.WPF/Workspaces/WindowWorkspace.cs
Trunk/src/Extensions/WPF/WPFCAB/SCSFContrib.CompositeUI.WPF/Workspaces/WorkspaceComposer.cs
Trunk/src/Extensions/WPF/WPFCAB/SCSFContrib.CompositeUI.WPF/Workspaces/ZoneSmartPartInfo.cs
Trunk/src/Extensions/WPF/WPFCAB/SCSFContrib.CompositeUI.WPF/Workspaces/ZoneWorkspace.cs
Trunk/src/Extensions/WinForms/SCSFContrib.CompositeUI.WinForms.Tests/Properties/AssemblyInfo.cs
Trunk/src/Extensions/WinForms/SCSFContrib.CompositeUI.WinForms.Tests/SCSFContrib.CompositeUI.WinForms.Tests.csproj
Trunk/src/Extensions/WinForms/SCSFContrib.CompositeUI.WinForms.Tests/SCSFContrib.CompositeUI.WinForms.Tests.csproj.vspscc
Trunk/src/Extensions/WinForms/SCSFContrib.CompositeUI.WinForms.Tests/Workspaces/OutlookBarWorkspaceFixture.cs
Trunk/src/Extensions/WinForms/SCSFContrib.CompositeUI.WinForms/AdapterFactoryCatalog.cs
Trunk/src/Extensions/WinForms/SCSFContrib.CompositeUI.WinForms/CommandHelper.cs
Trunk/src/Extensions/WinForms/SCSFContrib.CompositeUI.WinForms/Documentation/AdapterFactoryCatalog.cd
Trunk/src/Extensions/WinForms/SCSFContrib.CompositeUI.WinForms/Documentation/Workspaces.cd
Trunk/src/Extensions/WinForms/SCSFContrib.CompositeUI.WinForms/IAdapterFactory.cs
Trunk/src/Extensions/WinForms/SCSFContrib.CompositeUI.WinForms/IAdapterFactoryCatalog.cs
Trunk/src/Extensions/WinForms/SCSFContrib.CompositeUI.WinForms/Properties/AssemblyInfo.cs
Trunk/src/Extensions/WinForms/SCSFContrib.CompositeUI.WinForms/Properties/Resources.Designer.cs
Trunk/src/Extensions/WinForms/SCSFContrib.CompositeUI.WinForms/Properties/Resources.resx
Trunk/src/Extensions/WinForms/SCSFContrib.CompositeUI.WinForms/Resources/00038.bmp
Trunk/src/Extensions/WinForms/SCSFContrib.CompositeUI.WinForms/Resources/00040.bmp
Trunk/src/Extensions/WinForms/SCSFContrib.CompositeUI.WinForms/Resources/NullSmartPartInfoIcon.ico
Trunk/src/Extensions/WinForms/SCSFContrib.CompositeUI.WinForms/SCSFContrib.CompositeUI.WinForms.csproj
Trunk/src/Extensions/WinForms/SCSFContrib.CompositeUI.WinForms/SCSFContrib.CompositeUI.WinForms.csproj.vspscc
Trunk/src/Extensions/WinForms/SCSFContrib.CompositeUI.WinForms/SmartPartInfos/DockPanelSmartPartInfo.cs
Trunk/src/Extensions/WinForms/SCSFContrib.CompositeUI.WinForms/SmartPartInfos/DockPanelStrategies/DefaultShowStrategy.cs
Trunk/src/Extensions/WinForms/SCSFContrib.CompositeUI.WinForms/SmartPartInfos/DockPanelStrategies/DockStateShowStrategy.cs
Trunk/src/Extensions/WinForms/SCSFContrib.CompositeUI.WinForms/SmartPartInfos/DockPanelStrategies/FloatingShowStrategy.cs
Trunk/src/Extensions/WinForms/SCSFContrib.CompositeUI.WinForms/SmartPartInfos/DockPanelStrategies/IDockPanelWorkspace.cs
Trunk/src/Extensions/WinForms/SCSFContrib.CompositeUI.WinForms/SmartPartInfos/DockPanelStrategies/NestedDockingShowStrategy.cs
Trunk/src/Extensions/WinForms/SCSFContrib.CompositeUI.WinForms/SmartPartInfos/DockPanelStrategies/TabLocationShowStrategy.cs
Trunk/src/Extensions/WinForms/SCSFContrib.CompositeUI.WinForms/SmartPartInfos/FormSmartPartInfo.cs
Trunk/src/Extensions/WinForms/SCSFContrib.CompositeUI.WinForms/SmartPartInfos/IShowStrategy.cs
Trunk/src/Extensions/WinForms/SCSFContrib.CompositeUI.WinForms/SmartPartInfos/IconSmartPartInfo.cs
Trunk/src/Extensions/WinForms/SCSFContrib.CompositeUI.WinForms/SmartPartInfos/LightSmartPartInfo.cs
Trunk/src/Extensions/WinForms/SCSFContrib.CompositeUI.WinForms/SplashForm.cs
Trunk/src/Extensions/WinForms/SCSFContrib.CompositeUI.WinForms/SplashFormShellApplication.cs
Trunk/src/Extensions/WinForms/SCSFContrib.CompositeUI.WinForms/UIElements/AfterSeparatorUIAdapter.cs
Trunk/src/Extensions/WinForms/SCSFContrib.CompositeUI.WinForms/UIElements/ToolStripDropDownItemUIAdapter.cs
Trunk/src/Extensions/WinForms/SCSFContrib.CompositeUI.WinForms/Workspaces/BaseStackStrip.cs
Trunk/src/Extensions/WinForms/SCSFContrib.CompositeUI.WinForms/Workspaces/DockPanelWorkspace.cs
Trunk/src/Extensions/WinForms/SCSFContrib.CompositeUI.WinForms/Workspaces/FormWorkspace.cs
Trunk/src/Extensions/WinForms/SCSFContrib.CompositeUI.WinForms/Workspaces/HeaderStrip.cs
Trunk/src/Extensions/WinForms/SCSFContrib.CompositeUI.WinForms/Workspaces/IWorkspaceComposer.cs
Trunk/src/Extensions/WinForms/SCSFContrib.CompositeUI.WinForms/Workspaces/OutlookBarSmartPartInfo.cs
Trunk/src/Extensions/WinForms/SCSFContrib.CompositeUI.WinForms/Workspaces/OutlookBarWorkspace.Designer.cs
Trunk/src/Extensions/WinForms/SCSFContrib.CompositeUI.WinForms/Workspaces/OutlookBarWorkspace.cs
Trunk/src/Extensions/WinForms/SCSFContrib.CompositeUI.WinForms/Workspaces/OutlookBarWorkspace.resx
Trunk/src/Extensions/WinForms/SCSFContrib.CompositeUI.WinForms/Workspaces/StackStrip.cs
Trunk/src/Extensions/WinForms/SCSFContrib.CompositeUI.WinForms/Workspaces/WorkspaceComposerAdapter.cs
Trunk/src/SCSFContrib.snk
Trunk/src/Services.sln
Trunk/src/Services.vssscc
Trunk/src/Services/SCSFContrib.Services.Interface/ActionAttribute.cs
Trunk/src/Services/SCSFContrib.Services.Interface/ActionCatalog/IActionCatalogService.cs
Trunk/src/Services/SCSFContrib.Services.Interface/ActionCatalog/IActionCondition.cs
Trunk/src/Services/SCSFContrib.Services.Interface/Properties/AssemblyInfo.cs
Trunk/src/Services/SCSFContrib.Services.Interface/SCSFContrib.Services.Interface.csproj
Trunk/src/Services/SCSFContrib.Services.Interface/SCSFContrib.Services.Interface.csproj.vspscc
Trunk/src/Services/SCSFContrib.Services/ActionCatalog/ActionCatalogException.cs
Trunk/src/Services/SCSFContrib.Services/ActionCatalog/ActionCatalogService.cs
Trunk/src/Services/SCSFContrib.Services/BuilderStrategies/ActionStrategy.cs
Trunk/src/Services/SCSFContrib.Services/Properties/AssemblyInfo.cs
Trunk/src/Services/SCSFContrib.Services/SCSFContrib.Services.csproj
Trunk/src/Services/SCSFContrib.Services/SCSFContrib.Services.csproj.vspscc

Download

Click the following link to download scsfcontrib.zip.

scsfcontrib.zip




















Home »
  C# Free Code »
    Network »




ActiveDirectory
Bluetooth
Client
FTP
LDAP
Network
Server
Socket
TCP
WCF