Quantcast
Channel: Windows Presentation Foundation (WPF) forum
Viewing all articles
Browse latest Browse all 18858

use multiple class in wpf

$
0
0

here i use two different class like person and passwordboxassistant in xaml in one application...

so how how to use

<Window x:Class="ITA.AdminMaster"
        xmlns:local="clr-namespace:ITA"
        xmlns:PassHelper="clr-namespace:ITA"
        xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
        xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
        Title="AdminMaster" Height="567" Width="917">
    <Window.Resources>
        <local:Person x:Key="person"/>
        <PassHelper:PasswordBoxAssistant x:Key="PBA"/>  //here error that PasswordBoxAssistant does not exist in name space "clr-namespace:ITA"

     </Window.Resources>

</Window>




Viewing all articles
Browse latest Browse all 18858

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>