You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
<UserControl
|
|
|
|
x:Class="DownKyi.Views.Friends.ViewFollower"
|
|
|
|
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
|
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
|
|
|
xmlns:converter="clr-namespace:DownKyi.Converter"
|
|
|
|
xmlns:custom="clr-namespace:DownKyi.CustomControl"
|
|
|
|
xmlns:i="http://schemas.microsoft.com/xaml/behaviors"
|
|
|
|
xmlns:prism="http://prismlibrary.com/"
|
|
|
|
prism:ViewModelLocator.AutoWireViewModel="True">
|
|
|
|
<UserControl.Resources>
|
|
|
|
<converter:CountConverter x:Key="CountConverter" Count="1" />
|
|
|
|
</UserControl.Resources>
|
|
|
|
|
|
|
|
<Grid>
|
|
|
|
<TextBlock Text="粉丝" />
|
|
|
|
</Grid>
|
|
|
|
</UserControl>
|