Files
DP44/DataPRO/Modules/InstallerCustomActions/.svn/pristine/24/24ac6afded8e63391ca95be304e64bb29befdc00.svn-base
2026-04-17 14:55:32 -04:00

18 lines
343 B
Plaintext

using System;
using System.Collections.Generic;
using System.Configuration;
using System.Data;
using System.Linq;
using System.Threading.Tasks;
using System.Windows;
namespace OpenFolder
{
/// <summary>
/// Interaction logic for App.xaml
/// </summary>
public partial class App : Application
{
}
}