Ejemplo n.º 1
0
        public WDeathblow(IDeathblow Deathblow)
            : this()
        {
            this.Deathblow = Deathblow;

            LB = Deathblow.GetParser();
            LayoutRoot.DataContext = LB;
        }