Пример #1
0
 public AppToSend(AppData myApp)
 {
     name           = myApp.getName();
     classification = myApp.getClassification();
 }