public Dialog_TokenSet(SinoSZJS.Base.JSGDS.GDSTokenRecord _g) { InitializeComponent(); // TODO: Complete member initialization this.CurrentToken = _g; this.te_IP.EditValue = _g.RemoteIP; this.te_IP.Properties.ReadOnly = true; }
public bool UpdateTokenRecord(SinoSZJS.Base.JSGDS.GDSTokenRecord Record) { return base.Channel.UpdateTokenRecord(Record); }
public bool InsertTokenRecord(SinoSZJS.Base.JSGDS.GDSTokenRecord Record) { return base.Channel.InsertTokenRecord(Record); }