Vikas Nale 9acb9974a0 Add a WPF project for utility application
- Import Director contact is implemented
2025-07-25 13:05:59 +05:30

15 lines
248 B
C#

using System.Configuration;
using System.Data;
using System.Windows;
namespace Marco.Pms.UtilityApplication
{
/// <summary>
/// Interaction logic for App.xaml
/// </summary>
public partial class App : Application
{
}
}