Ahmad Khojasteh
Ahmad Khojasteh
Hi. How can I write such a thing? ```csharp var Orders = new List() { new Order{ OrderId =1, CreationTime = DateTime.Now, ProductProviderType = "DomesticFlight" }, new Order{ OrderId =2,...
Hi. I set parent in initializing imgAreaSelect to prevent scroll moving area : thumb.imgAreaSelect({ handles: true, aspectRatio: '1:1', fadeSpeed: 300, parent: "#thumbBox" }) and this is my html : Upload...
Hi. When I want to add this package to my android project , I got : can't add this package ,because its mono 7.1. What is the problem ? It...