コード例 #1
0
 public void ClearAdminAccount()
 {
     _Device.CheckConnection();
     ZApi.ClearAdministrators(_Device.MachineId);
 }