initial oogynize check in _ this actually used to work!

This commit is contained in:
2016-02-14 21:16:31 -08:00
parent b183af5d55
commit 532ea133bc
337 changed files with 30692 additions and 0 deletions

39
Platform/OSWrapper.cs Normal file
View File

@@ -0,0 +1,39 @@
using System;
using System.Collections.Generic;
using System.Text;
namespace Ooganizer.Platform
{
class OSWrapper
{
void Lalelu()
{
using (OoganizerState oogyState = new OoganizerState())
{
string curWorkspaceName = oogyState.GetCurrentWorkspace();
if (curWorkspaceName != null)
{
using (OoganizerAPIProxy proxy = oogyState.GetAPIProxy())
{
Workspace curWorkspace = proxy.API.GetWorkspace(curWorkspaceName);
foreach (OoganizerDAL.Artifact artifact in curWorkspace.Artifacts)
{
if (curArtifact.Location.ToUpper() == artifact.Location.ToUpper())
{
bFound = true;
break;
}
}
}
}
}
}
}
}