Newer
Older
Qwilight / Igniter / View / Assets / Assets.xaml
@Taehui Taehui on 14 Nov 302 bytes 2023-11-15 오전 12:14
<ResourceDictionary
    xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
    xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
    xmlns:local="clr-namespace:Igniter"
    xmlns:vm="clr-namespace:Igniter.ViewModel">
    <vm:ViewModels x:Key="ViewModels" />
</ResourceDictionary>