Ejemplo n.º 1
0
 public DashboardStructureLoader(StorageConfig config)
 {
     storagePath = config.GetStoragePath();
 }
Ejemplo n.º 2
0
 public DashboardDataLoader(StorageConfig config)
 {
     storagePath = config.GetStoragePath();
 }