public void SetBind(SFBool obj) { if (obj == true) { this.IsBound = true; this.BindTime = DateTime.Now; } else { this.IsBound = false; this.BindTime = -1; } }
public SFBool(SFBool obj) { this.Primitive = obj.Primitive; }