コード例 #1
0
        private void TestWork_Click(object sender, RoutedEventArgs e)
        {
            LocationServiceClient client = Client1.InnerClient;

            OperationTicket[]                  lst1 = client.GetOperationTicketList();
            WorkTicket[]                       lst2 = client.GetWorkTicketList();
            MobileInspectionDev[]              lst3 = client.GetMobileInspectionDevList();
            MobileInspection[]                 lst4 = client.GetMobileInspectionList();
            PersonnelMobileInspection[]        lst5 = client.GetPersonnelMobileInspectionList();
            OperationItemHistory[]             lst6 = client.GetOperationItemHistoryList();
            WorkTicketHistory[]                lst7 = client.GetWorkTicketHistoryList();
            PersonnelMobileInspectionHistory[] lst8 = client.GetPersonnelMobileInspectionHistoryList();
        }