mirror of
https://github.com/logos-co/velopack.git
synced 2026-08-31 13:41:07 +00:00
11 lines
156 B
C#
11 lines
156 B
C#
using System.Configuration;
|
|
using System.Data;
|
|
using System.Windows;
|
|
|
|
namespace VeloWpfSample
|
|
{
|
|
public partial class App : Application
|
|
{
|
|
}
|
|
}
|