This commit is contained in:
Bobbie Hodgetts
2020-09-23 16:49:56 +01:00
parent dcd32b76fa
commit f95c1d7508
9 changed files with 42 additions and 10 deletions

View File

@@ -0,0 +1,13 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace bnhtrade.Core.Test.COM
{
class COMClassLib
{
}
}