예제 #1
0
파일: Program.cs 프로젝트: alcexhim/Mocha
 private static void TestExisting(Oms oms)
 {
     InstanceHandle ihInventItem = oms.GetInstance(LocalInstanceGuids.Classes.InventoryItem);
     string         title        = oms.GetInstanceTitle(ihInventItem);
     string         title2       = oms.GetTranslationValue(ihInventItem, oms.GetInstance(KnownRelationshipGuids.Class__has_title__Translatable_Text_Constant), oms.GetInstance(KnownInstanceGuids.Languages.English));
 }