JumpPath.cs 128 B

12345678
  1. using System;
  2. namespace Microsoft.Windows.Shell;
  3. public class JumpPath : JumpItem
  4. {
  5. public string Path { get; set; }
  6. }