mirror of
https://github.com/DarthAffe/StableDiffusion.NET.git
synced 2025-12-12 13:28:35 +00:00
6 lines
94 B
C#
6 lines
94 B
C#
using System.Windows;
|
|
|
|
namespace ImageCreationUI;
|
|
|
|
public partial class App : Application;
|