first commit
This commit is contained in:
17
Classes/AutoStartHelper.cs
Normal file
17
Classes/AutoStartHelper.cs
Normal file
@@ -0,0 +1,17 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
using Microsoft.Win32;
|
||||
// using System.Deployment.Application;
|
||||
using System.Reflection;
|
||||
|
||||
namespace EFCDesk.Classes
|
||||
{
|
||||
public static class AutoStartHelper
|
||||
{
|
||||
private const string AppName = "EFC-DESK";
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user