Show WorkspaceInteraction_Interface.cs syntax highlighted
using System;
using System.Collections;
namespace Whiteboard.Business_Interfaces
{
/// <summary>
/// Summary description for WorkspaceInteraction_Interface.
/// </summary>
public interface WorkspaceInteraction_Interface
{
// An arraylist containing Displayable_Interface objects
ArrayList getAllDisplayableObjs();
}
}
See more files for this project here