コード例 #1
0
ファイル: ITTech.cs プロジェクト: punytroll/buttonoffice
 public override void Load(LoadObjectStore ObjectStore)
 {
     base.Load(ObjectStore);
     _RepairingTarget = ObjectStore.LoadObjectProperty("repairing-target");
 }