|
|
@@ -6,7 +6,7 @@ using System.Linq; |
|
|
|
using System.Text; |
|
|
|
using System.Threading.Tasks; |
|
|
|
|
|
|
|
namespace BPASmartClient.TourismCollege |
|
|
|
namespace BPASmartClient.MorkCL |
|
|
|
{ |
|
|
|
public class Control_MorkCL : BaseDevice |
|
|
|
{ |
|
|
@@ -22,12 +22,12 @@ namespace BPASmartClient.TourismCollege |
|
|
|
|
|
|
|
public override void MainTask() |
|
|
|
{ |
|
|
|
throw new NotImplementedException(); |
|
|
|
//throw new NotImplementedException(); |
|
|
|
} |
|
|
|
|
|
|
|
public override void ReadData() |
|
|
|
{ |
|
|
|
throw new NotImplementedException(); |
|
|
|
//throw new NotImplementedException(); |
|
|
|
} |
|
|
|
|
|
|
|
public override void ResetProgram() |
|
|
|