コード例 #1
0
 public void publishModel(Dictionary <string, string> parameters, string zipPath)
 {
     _state = ExporterState.PUBLISH_MODEL;
     _publisher.postModel(parameters, zipPath);
 }