9 lines
106 B
C#
9 lines
106 B
C#
|
using System.Windows;
|
|||
|
|
|||
|
namespace PettingZoo
|
|||
|
{
|
|||
|
public partial class App : Application
|
|||
|
{
|
|||
|
}
|
|||
|
}
|