initial commit
This commit is contained in:
18
cVMS.NET_CS/RunCode/Step/_STEP_ERROR.cs
Normal file
18
cVMS.NET_CS/RunCode/Step/_STEP_ERROR.cs
Normal file
@@ -0,0 +1,18 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Drawing;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using COMM;
|
||||
using AR;
|
||||
namespace vmsnet
|
||||
{
|
||||
public partial class FMain
|
||||
{
|
||||
private void _SM_MAIN_ERROR(Boolean isFirst, ESMStep Step, TimeSpan StepTime)
|
||||
{
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user