DecryptPwdUtil.cs 447 B

1234567891011121314151617181920212223242526272829303132
  1. using System;
  2. using System.Collections.Generic;
  3. using System.Linq;
  4. using System.Text;
  5. using System.Threading.Tasks;
  6. namespace DecryptPwdGUI.Utils
  7. {
  8. class DecryptPwdUtil
  9. {
  10. public static NavicateDecry(){
  11. }
  12. public static TeamViewerDecry(){
  13. }
  14. public static FileZillaDecry(){
  15. }
  16. public static WinSCPDecry(){
  17. }
  18. public static XmangagerDecry(){
  19. }
  20. }
  21. }