Exemplo n.º 1
0
 public static jQueryObject ToggleTransfer(this jQueryObject q, TransferOptions options = null, TypeOption<int, string> duration = null, Action callback = null) {
     return null;
 }
Exemplo n.º 2
0
 public static Task ToggleTransferTask(this jQueryObject q, TransferOptions options = null, TypeOption<int, string> duration = null) {
     return null;
 }
Exemplo n.º 3
0
 public TransferObject Transfer(TransferOptions options)
 {
     return null;
 }