프로젝트

일반

사용자정보

통계
| 브랜치(Branch): | 개정판:

markus / ConvertService / ConverterService / DBAggrigater / DeepViewDataModel / DeepViewDataModel.cs @ b63dcfbb

이력 | 보기 | 이력해설 | 다운로드 (525 Bytes)

1 7ca218b3 KangIngu
using System;
2
using System.Collections.Generic;
3
using System.Linq;
4
using System.Text;
5
using DeepViewDataModel.Properties;
6
namespace DeepViewDataModel
7
{
8
    public class DeepViewDataModel
9
    {
10
        public DeepViewDataModel()
11
        {
12
       
13
        }
14
15
    }
16
17
    public static class AssemblyConfig
18
    {
19
        public static string ProjectCIConnectionString()
20
        {
21
            return Settings.Default.ConverterConnectionString;
22
            //return Settings.Default.ProjectCIConnectionString;
23
        }
24
    }
25
}
클립보드 이미지 추가 (최대 크기: 500 MB)