Click here to Skip to main content
15,879,096 members
Articles / Desktop Programming / WPF

Caliburn - Modules, Windows, and Actions

Rate me:
Please Sign up or sign in to vote.
5.00/5 (12 votes)
10 Mar 2010CPOL6 min read 50.6K   1.1K   49  
This article demonstrates breaking out of the shell with module development and using Caliburn actions.
namespace emx.tcp.caliburn.loading.modules.moduleB.ViewModels.Interfaces
{

    public interface ITaskAddEditViewModel
    {
    }

}

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer Encore Software
Australia Australia
Contractor in Desktop and Web applications.
Gold Coast, Queensland.

Comments and Discussions