16 lines
276 B
C#
16 lines
276 B
C#
using System;
|
|
using System.Collections.Generic;
|
|
using System.Linq;
|
|
using System.Text;
|
|
using System.Threading.Tasks;
|
|
|
|
namespace Future.Platform
|
|
{
|
|
/// <summary>
|
|
/// 外部调用:调用外部可执行命令
|
|
/// </summary>
|
|
internal class Invoke
|
|
{
|
|
}
|
|
}
|