프로젝트

일반

사용자정보

개정판 f7e7a61a

IDf7e7a61aadb73c131f88cf4dcf9a7a1a493ae044
상위 72718559
하위 122914ba

이지연이(가) 5년 이상 전에 추가함

issue #000: Markus Client Log FilePath 수정

Change-Id: I7b5d8115e72f03554a2441beb5b2bdffc7b2de13

차이점 보기:

SmartUpdate/App.xaml.cs
2 2
using System.Collections.Generic;
3 3
using System.Configuration;
4 4
using System.Data;
5
using System.IO;
5 6
using System.Linq;
6 7
using System.Threading.Tasks;
7 8
using System.Windows;
......
13 14
    /// </summary>
14 15
    public partial class App : Application
15 16
    {
17
        /// <summary>
18
        /// Application Data Folder
19
        /// </summary>
20
        public static string AppDataFolder
21
        {
22
            get
23
            {
24
                return Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.CommonApplicationData), "MARKUS");
25
            }
26
        }
16 27
    }
17 28
}

내보내기 Unified diff

클립보드 이미지 추가 (최대 크기: 500 MB)