initial commit
This commit is contained in:
		
							
								
								
									
										28
									
								
								cVMS.NET_CS/RunCode/Step/_STEP_IDLE.cs
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										28
									
								
								cVMS.NET_CS/RunCode/Step/_STEP_IDLE.cs
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,28 @@ | ||||
| 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 | ||||
|     { | ||||
|         DateTime lastDeleteTime = DateTime.Now; | ||||
|  | ||||
|         public void _STEP_IDLE_START(ESMStep step) | ||||
|         { | ||||
| 			 | ||||
|         } | ||||
|  | ||||
|         public StepResult _STEP_IDLE(ESMStep step, TimeSpan stepTime, TimeSpan seqTime) | ||||
|         { | ||||
|              | ||||
|             return StepResult.Wait; | ||||
|  | ||||
|         } | ||||
|  | ||||
|     } | ||||
| } | ||||
		Reference in New Issue
	
	Block a user
	 Arin(asus)
					Arin(asus)