| using System.Collections.Generic; | |
| namespace DWSIM.ProFeatures | |
| { | |
| public class DWSIMProStartupAction | |
| { | |
| public string Action { get; set; } | |
| public Dictionary<string, string> Data { get; set; } | |
| } | |
| } |
| using System.Collections.Generic; | |
| namespace DWSIM.ProFeatures | |
| { | |
| public class DWSIMProStartupAction | |
| { | |
| public string Action { get; set; } | |
| public Dictionary<string, string> Data { get; set; } | |
| } | |
| } |