Search:

Type: Posts; User: KevinWorkman

Search: Search took 0.07 seconds.

  1. Replies
    3
    Views
    2,033

    Re: Can't pass to the other method

    That looks like you're stuck in an infinite recursive loop. One method is calling another method, which is calling the first method, which calls the second method, which...

    But if you want any...
  2. Replies
    3
    Views
    2,033

    Re: Can't pass to the other method

    Look into what static actually means. What do you mean you "can't pass to the method"? Pass what? Does the method have any parameters?
Results 1 to 2 of 2