예제 #1
0
 public void UpdateHistorySystem(ISystem historysel)
 {
     _formMap?.UpdateHistorySystem(historysel);
 }
예제 #2
0
 public void UpdateHistorySystem(string historysel)
 {
     _formMap.UpdateHistorySystem(historysel);
 }