Beispiel #1
0
        public static TiCustomers GotoCustomers(this TiHomeZoneApp app)
        {
            var cust = app.Customers;

            cust.Goto();

            return(cust);
        }
Beispiel #2
0
        public static TiMainMenu GotoMainMenu(this TiHomeZoneApp app)
        {
            var menu = app.MainMenu;

            menu.Goto();

            return(menu);
        }
Beispiel #3
0
 public static TiNestingTemplates GotoNestingTemplates(this TiHomeZoneApp app) => Goto(app.NestingTemplates);
Beispiel #4
0
 public static TiCutJobs GotoCutJobs(this TiHomeZoneApp app) => Goto(app.CutJobs);
Beispiel #5
0
 public static TiPartOrders GotoPartOrders(this TiHomeZoneApp app) => Goto(app.PartOrders);
Beispiel #6
0
 public static TiMachines GotoMachines(this TiHomeZoneApp app) => Goto(app.Machines);
Beispiel #7
0
 public static TiMaterials GotoMaterials(this TiHomeZoneApp app) => Goto(app.Materials);