Remotely/Agent.Installer.Win/App.xaml.cs
2020-04-11 09:52:46 -07:00

13 lines
208 B
C#

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