Inheritance: System.MarshalByRefObject, ISponsor
Beispiel #1
0
        private Type m_typeCache; //This shouldn't normally be used

        #endregion Fields

        #region Constructors

        public ScriptBaseClass()
        {
            m_Executor = new Executor(this);

            m_sponser = new ScriptSponsor();
        }
        public ScriptBaseClass()
        {
            m_Executor = new Executor(this);

            m_sponser = new ScriptSponsor();
        }