コード例 #1
0
        public LoadProfileAction()
        {
            Properties["Path"]        = new MetaProp("Path", typeof(string), new EditorAttribute(typeof(PropertyBag.FileLocationEditor), typeof(UITypeEditor)));
            Properties["ProfileType"] = new MetaProp("ProfileType", typeof(LoadProfileType));

            Path        = "";
            ProfileType = LoadProfileType.Honorbuddy;

            folder = Logging.ApplicationPath;
        }
コード例 #2
0
        public LoadProfileAction()
        {
            Properties["Path"] = new MetaProp("Path", typeof(string), new EditorAttribute(typeof(PropertyBag.FileLocationEditor), typeof(UITypeEditor)));
            Properties["ProfileType"] = new MetaProp("ProfileType", typeof(LoadProfileType));

            Path = "";
            ProfileType = LoadProfileType.Honorbuddy;

            folder = Logging.ApplicationPath;
        }