16 lines
283 B
C#
16 lines
283 B
C#
|
|
using System;
|
|||
|
|
using System.Collections.Generic;
|
|||
|
|
using System.Linq;
|
|||
|
|
using System.Text;
|
|||
|
|
using System.Threading.Tasks;
|
|||
|
|
|
|||
|
|
namespace Future.Platform
|
|||
|
|
{
|
|||
|
|
/// <summary>
|
|||
|
|
/// 分支支路:本质是IfCompare的另一种形式
|
|||
|
|
/// </summary>
|
|||
|
|
internal class Case
|
|||
|
|
{
|
|||
|
|
}
|
|||
|
|
}
|