SharpLibEar/PropertyFile.cs
changeset 239 dd7770b97916
parent 238 c92587ddabcd
     1.1 --- a/SharpLibEar/PropertyFile.cs	Thu Aug 18 14:35:50 2016 +0200
     1.2 +++ b/SharpLibEar/PropertyFile.cs	Thu Aug 18 17:13:21 2016 +0200
     1.3 @@ -15,6 +15,6 @@
     1.4      public class PropertyFile : Object
     1.5      {
     1.6          [DataMember]
     1.7 -        public string FullPath { get; set; } = "";
     1.8 +        public string FullPath { get; set; } = "Select a file";
     1.9      }
    1.10  }