Beispiel #1
0
        public void Setup()
        {
            Sharing.Create();

            if (reportAssets)
            {
                AssetReport.Create();
            }
        }
 internal AssetReport()
 {
     instance = this;
 }
 internal void Dispose()
 {
     failed.Clear(); duplicate.Clear(); notFoundIndirect.Clear();
     instance = null; failed = null; duplicate = null; notFoundIndirect = null;
 }
Beispiel #4
0
 internal void Dispose()
 {
     failed.Clear(); notFound.Clear();
     instance = null; failed = null; notFound = null;
 }