Advertisement
Guest User

Untitled

a guest
Oct 23rd, 2019
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.15 KB | None | 0 0
  1. private static string _DirectoryPath;
  2. public static string DirectoryPath
  3. {
  4.     get { return _DirectoryPath; }
  5.     set { _DirectoryPath = value; }
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement