예제 #1
0
 public CodeDicEditForm(IERP_C001_CodeDictionaryService codeDicService, ERP_C001_CodeDictionary tempData)
 {
     InitializeComponent();
     this.tempData       = tempData;
     this.codeDicService = codeDicService;
 }