Remotely/Agent.Installer.Win/App.xaml.cs
2023-07-24 09:16:22 -07:00

12 lines
175 B
C#

using System.Windows;
namespace Remotely.Agent.Installer.Win;
/// <summary>
/// Interaction logic for App.xaml
/// </summary>
public partial class App : Application
{
}