Example #1
0
 public async Task ImportAsync(ISerializationProvider provider, string filePath)
 {
     await provider.ImportAsync(filePath, this);
 }