Tango/Software/.metadata/.plugins/org.eclipse.core.resources/.history/4a/b04cdecfccdd00191351be510a8aef21, branch software Twine softwares http://git.tvcloud.fr/Tango/atom/Software/.metadata/.plugins/org.eclipse.core.resources/.history/4a/b04cdecfccdd00191351be510a8aef21?h=software 2019-10-23T09:35:02Z Add flag to powersep01 + change the fpga logic + fpga reset logic 2019-10-23T09:35:02Z Avi Levkovich avi@twine-s.com 2019-10-23T09:35:02Z urn:sha1:31891827a4643877f36de6e63318e3c58a112044 fix bug: directionthreadwize with powerstep01 2019-09-23T10:34:01Z Avi Levkovich avi@twine-s.com 2019-09-23T10:34:01Z urn:sha1:ced65bd856f1a5d5b55910cb8f5993562b8ea89b
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;

namespace Tango.Scripting
{
    /// <summary>
    /// Represents a base class for a global object which will be embedded in the scripting engine.
    /// </summary>
    public abstract class OnExecuteParameters
    {

    }
}