Exemplo n.º 1
0
 public ModDocForm()
 {
     InitializeComponent();
     mPath = "";
     mHMAC = "";
     mSHA1 = "";
     mCurrentVersion = "";
     mPrevVersion = "N/A";
     mLastLabel = "";
     mSigFileData = new List<string>();
     mRevisionData = new List<string>();
     mReleaseManager = new ReleaseInfoManager();
     mReleaseForm = new ReleaseForm();
     mReleaseForm.DataManager = mReleaseManager;
 }
Exemplo n.º 2
0
 public ReleaseForm()
 {
     InitializeComponent();
     mDataManager = null;
 }