checking in !app initial

This commit is contained in:
2016-07-21 17:10:59 -04:00
parent b6d5ec4ece
commit 122796eaa3
33 changed files with 183 additions and 0 deletions

20
!app/Program.cs Normal file
View File

@@ -0,0 +1,20 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace _app
{
class Program
{
static void Main(string[] args)
{
//var Running = Yaulw.Win32.COM.GetActiveObjects("");
//var RunningExcelWorkbooks = Yaulw.Win32.COM.GetRunningObjects();
//int n1 = Running.Count();
//int n2 = RunningExcelWorkbooks.Count();
}
}
}