예제 #1
0
파일: Program.cs 프로젝트: tx99gtp/V1Util
 static void SetServicesInstance()
 {
     _mV1Services = V1Services.Instance;
 }
예제 #2
0
 public ExcelWriter(V1Services mV1Services)
 {
     _mV1Services = mV1Services;
 }