To rotate the layout based on the suggested orientation
+
DEBUG actionGeneration ActionStartOrEndAnnotation
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace FingersDance.Actions
{
public interface ActionBase
{
void Execute();
}
}