Porting examples
- Test.Common now used for Examples project. - Testing examples alot.
This commit is contained in:
parent
f1cf0acd5e
commit
bd525b9921
97 changed files with 516 additions and 366 deletions
|
|
@ -1,12 +1,11 @@
|
|||
using Test.Common;
|
||||
|
||||
|
||||
namespace Test.NetCore
|
||||
{
|
||||
class Program
|
||||
{
|
||||
static void Main(string[] args)
|
||||
{
|
||||
Common.Test.Run();
|
||||
core_basic_window.Main();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue