Пример #1
0
 public void SetBind(SFBool obj)
 {
     if (obj == true)
     {
         this.IsBound  = true;
         this.BindTime = DateTime.Now;
     }
     else
     {
         this.IsBound  = false;
         this.BindTime = -1;
     }
 }
Пример #2
0
 public SFBool(SFBool obj)
 {
     this.Primitive = obj.Primitive;
 }