Runtime_Step.cs
331 字节
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace OnlineStore
{
public enum Runtime_StepE
{
None,
InToLabel,
LabelProcess,
Printed,
LabelGot,
LabelPaste,
InToStore,
Out
}
}