コード例 #1
0
 public void SetLocation(HomeOS.Hub.Platform.Views.VLocation location)
 {
     this.location = location;
 }
コード例 #2
0
ファイル: Location.cs プロジェクト: smosgin/labofthings
 public void SetParent(Location parent)
 {
     this.Parent = parent;
 }
コード例 #3
0
ファイル: PortInfo.cs プロジェクト: RBSystems/LoT
 public void SetLocation(HomeOS.Hub.Platform.Views.VLocation location)
 {
     this.location = location;
 }