Exemplo n.º 1
0
 public void SwitchPartitions()
 {
     SetTitle(nameof(Resources.Install_Switching_Text));
     PartitionService.SwitchPartitions(Card.DriveLetter, 1);
     PartitionService.UpdateProperties(Card.DriveLetter);
 }
Exemplo n.º 2
0
 public void CreatePartitions()
 {
     SetTitle(nameof(Resources.Install_Partitioning_Text));
     PartitionService.CreatePartitions(Card.DriveLetter);
     PartitionService.UpdateProperties(Card.DriveLetter);
 }