Newer
Older
Qwilight / Igniter / Igniter / View / Assets / Assets.xaml
@Taehui Taehui on 6 Nov 302 bytes 2023-11-06 오후 9:10
<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>