Advertisement
Guest User

Untitled

a guest
Jun 18th, 2019
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. private static char[] posJogaveis = { '_' };
  2. public static string[] updateVelha()
  3. {
  4. string[] structVelha = { " _{0}_", posJogaveis[0].ToString() };
  5. return structVelha;
  6. }
  7. private static string[] structVelha = updateVelha();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement