かずきのBlog

C#やJavaやRubyとメモ書き

目次

Blog 利用状況

ニュース

わんくまBlogが不安定になったため、前に書いてたはてなダイアリーにメインを移動します。
かずきのBlog@Hatena
技術的なネタは、こちらにも、はてなへのリンクという形で掲載しますが、雑多ネタははてなダイアリーだけに掲載することが多いと思います。
コメント
プログラマ的自己紹介
お気に入りのツール/IDE
プロフィール
経歴
広告
アクセサリ

書庫

日記カテゴリ

[WPF][C#]Composite Application Gidance for WPFでちょっとずつ作ってみる その2

前回作った、アプリケーションの土台となる部分だけど、いきなり間違えていた。
ConfigureContainerを下のように書いてた。

protected override void ConfigureContainer()   
{   
    // コンテナにShellを登録   
    Container.RegisterType<IShell, Shell>();   
}  

これだと駄目でConfigureContainerではbase.ConfigureContainerを呼んであげないと、IRegionManagerとかがContainerに登録されない状況になってしまう。
独自のRegionManagerとかを登録するんじゃなくてデフォルトのを使いたい場合は下のように基本クラスのConfigureContainerを呼びましょうってことです。

protected override void ConfigureContainer()   
{
    // これ無いと駄目ね
    base.ConfigureContainer();
    // コンテナにShellを登録   
    Container.RegisterType<IShell, Shell>();   
}  

失敗失敗。

投稿日時 : 2008年10月30日 8:47

Feedback

# Christian Louboutin Mens 2012/12/08 2:04 http://mychristianlouboutinonline.webs.com/

Absolutely composed subject matter, Really enjoyed looking at.

# cuir longchamps 2012/12/14 20:42 http://www.saclongchampachete.com/category/sacs-lo

Ill be down again the track to see other discussions that.

# トリーバーチ 2012/12/15 16:04 http://www.torybruchjp.info/category/トリーバーチ-靴

These glimpse great.

# burberry uk 2012/12/15 22:58 http://www.burberryuksale.co/burberry-trench-coat-

I'm impressed by the grade of information during this website. There are a great deal of good solutions here.

# longchamp pliage achete 2012/12/16 17:55 http://www.saclongchampachete.com/category/longcha

Thus, our shelves lead to filled with items that we delight in.

# burberry femme soldes 2012/12/17 2:52 http://www.sacburberryecharpe.fr/category/burberry

I believe I should visit the place all over again soon.

# sac longchamp soldes 2012/12/17 21:27 http://www.soldesacslongchamp.info

The only those that would take a look good wearing these fugly things is going to be Ferrari pit crew while in the pits:D

# burberry en ligne 2012/12/21 6:33 http://sacburberrysoldesfr.webnode.fr/blog

This is really a really wonderful site write-up, im delighted I stumbled upon it.

タイトル
名前
Url
コメント