Steven Robbins is sharing code with you

Bitbucket is a code hosting site. Unlimited public and private repositories. Free for small teams.

Don't show this again

grumpydev / TinyIoC

An easy to use, hassle free, Inversion of Control Container for small projects and beginners alike.

Clone this repository (size: 858.0 KB): HTTPS / SSH
hg clone https://bitbucket.org/grumpydev/tinyioc
hg clone ssh://hg@bitbucket.org/grumpydev/tinyioc

Commit 2c5f5e48d084 Raw commit »

commit
2c5f5e48d084
parent
d1a71995aa81
branch
messenger

Added support for custom message proxies for interception and thread marshalling.
Default proxy just passes the message through.

Comments

    Log in to comment »

    File Lines added Lines removed
    TinyIoC.Tests/TestData/TinyMessengerTestData.cs 12
    TinyIoC.Tests/TinyMessengerTests.cs 107 2
    TinyIoC/TinyMessenger.cs 244 76