mirror of
https://github.com/mashed-potatoes/PotatoNV.git
synced 2024-11-13 02:14:13 +01:00
9 lines
124 B
C#
9 lines
124 B
C#
using System.Windows;
|
|
|
|
namespace PotatoNV_next
|
|
{
|
|
public partial class App : Application
|
|
{
|
|
// Hi!
|
|
}
|
|
}
|