mirror of
https://github.com/wwiinnddyy/LanMountainDesktop.git
synced 2026-06-20 23:54:26 +08:00
12 lines
179 B
C#
12 lines
179 B
C#
|
|
using System;
|
||
|
|
using FluentIcons.Avalonia;
|
||
|
|
|
||
|
|
class Test
|
||
|
|
{
|
||
|
|
static void Main()
|
||
|
|
{
|
||
|
|
// 尝试创建 SymbolIconSource
|
||
|
|
var source = new SymbolIconSource();
|
||
|
|
}
|
||
|
|
}
|