6 lines
87 B
C#
6 lines
87 B
C#
using System.Windows;
|
|
|
|
namespace CineBook;
|
|
|
|
public partial class App : Application { }
|