Default ImageSelect to Select without using images.

This commit is contained in:
Mikaël Capelle
2020-05-19 00:13:46 +02:00
parent f61d0614c6
commit 8f79998838
+1 -1
View File
@@ -306,7 +306,7 @@ namespace CSharp {
/// <param name="p_booSelectMany">Whether more than one item can be selected.</param>
/// <returns>The indices of the selected items.</returns>
static array<int>^ ImageSelect(array<String^>^ p_strItems, array<Image^>^ p_imgPreviews, array<String^>^ p_strDescriptions, String^ p_strTitle, bool p_booSelectMany) {
throw gcnew NotImplementedException("ImageSelect");
return Select(p_strItems, gcnew array<String^>(p_strItems->Length), p_strDescriptions, p_strTitle, p_booSelectMany);
}
/// <summary>