Exemple #1
0
 public void Load(int entry)
 {
     VendorData             = WorldWorker.GetNpcVendor(entry);
     vendorData.ItemsSource = VendorData;
     VendorEntry            = entry;
 }