예제 #1
0
 public static List <Image> show_ImagesList_In_TreeView(this API_AmazonEC2 amazonEC2, AmazonEC2Client ec2Client)
 {
     return(amazonEC2.show_ImagesList_In_TreeView(ec2Client, "Amazon EC2 Images List".popupWindow()));
 }
예제 #2
0
 public static List <Image> show_ImagesList_In_TreeView(this API_AmazonEC2 amazonEC2)
 {
     return(amazonEC2.show_ImagesList_In_TreeView(amazonEC2.getEC2Client()));
 }