mirror of
https://github.com/modernw/App-Installer-For-Windows-8.x-Reset.git
synced 2026-06-14 03:16:38 +10:00
fafff1bc5c
Add a new project. Remove the datas for test.
15 lines
176 B
C#
15 lines
176 B
C#
using System;
|
|
using System.Collections.Generic;
|
|
using System.Linq;
|
|
using System.Text;
|
|
|
|
namespace PkgCLI
|
|
{
|
|
class Program
|
|
{
|
|
static void Main (string [] args)
|
|
{
|
|
}
|
|
}
|
|
}
|