Extensions.WP.cs 216 B

123456789
  1. namespace Renci.SshNet.Common
  2. {
  3. /// <summary>
  4. /// Collection of different extension method specific for Windows Phone
  5. /// </summary>
  6. internal static partial class Extensions
  7. {
  8. }
  9. }