コード例 #1
0
ファイル: Remotable.cs プロジェクト: sergiosilvajr/mpos
        public Remotable(Offload offload)
        {
            this.Type = offload;
			CloudletPriority = true;
			Status = false;
        }
コード例 #2
0
ファイル: Remotable.cs プロジェクト: georgSquared/mpos
 public Remotable(Offload offload)
 {
     this.Type        = offload;
     CloudletPriority = true;
     Status           = false;
 }