예제 #1
0
 void HandleSort(Dropdown change)
 {
     drop_value = change.value;
     init.Sort(change.value);
 }