Added a main window to handle everything from there.

This commit is contained in:
2017-05-11 14:50:29 +01:00
parent 73fabf942b
commit abf4aef8f2
17 changed files with 1762 additions and 542 deletions

View File

@@ -49,6 +49,7 @@ namespace osrepodbmgr.Core
public static OpticalDiscType workingDisc;
public static BlockMediaType workingDisk;
public static CICMMetadataType metadata;
public static bool userExtracting;
public delegate void UnarChangeStatusDelegate();
public static event UnarChangeStatusDelegate UnarChangeStatus;