Remotely/Agent.Installer.Win/App.xaml.cs
2021-07-29 07:56:44 -07:00

13 lines
201 B
C#

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