예제 #1
0
 public DropObject Drop(DropOptions options) {
     return null;
 }
예제 #2
0
 public static Task ToggleDropTask(this jQueryObject q, DropOptions options = null, TypeOption<int, string> duration = null) {
     return null;
 }
예제 #3
0
 public static jQueryObject ToggleDrop(this jQueryObject q, DropOptions options = null, TypeOption<int, string> duration = null, Action callback = null) {
     return null;
 }
예제 #4
0
 public DropObject Drop(DropOptions options)
 {
     return(null);
 }
예제 #5
0
 public static Task ToggleDropTask(this jQueryObject q, DropOptions options = null, TypeOption <int, string> duration = null)
 {
     return(null);
 }
예제 #6
0
 public static jQueryObject ToggleDrop(this jQueryObject q, DropOptions options = null, TypeOption <int, string> duration = null, Action callback = null)
 {
     return(null);
 }