root/src/BRAINSFramework/Behaviors/IActionBehavior.cs

User picture

Author: conkerjo

Revision: 30 («Previous)


File Size: 193 Bytes

(July 01, 2009 23:02 UTC) Almost 3 years ago


  

 
Show/hide line numbers

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;

namespace Brains.Framework.Behaviors
{
    public interface IActionBehavior
    {
    }
}