aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Web/Tango.MachineService/Views/_ViewStart.cshtml
blob: 2de62418c07c3ffa833543f484445dbfd0fe68d8 (plain)
1
2
3
@{
    Layout = "~/Views/Shared/_Layout.cshtml";
}
>; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Tango.Touch.Controls { public enum FocusSelectionMode { None, SelectAll, ScrollToEnd } }