fork download
  1. using System;
  2.  
  3. public class Test
  4. {
  5. public static void Main()
  6. {
  7. var y = new Test();
  8. y.CloseSalesDokument(1, 1);
  9. int x =1;
  10. var array = new int[0];
  11. y.CloseSalesDokument(x, x, ref array, ref x, ref x);
  12. }
  13.  
  14. public void CloseSalesDokument(int documentId, int closeMode)
  15. {
  16. }
  17.  
  18. public void CloseSalesDokument(int documentId, int mode, ref int[] gid, ref int trn_GIDNumer, ref int Trn_GIDTyp)
  19. {
  20. }
  21. }
Success #stdin #stdout 0s 131136KB
stdin
Standard input is empty
stdout
Standard output is empty