private void setGUID(bool setTB, UInt32 guid) { if (setTB) { this.tbGUID.Text = "0x" + SimPe.Helper.HexString(guid); } this.lbGUIDText.Text = BhavWiz.FormatGUID(true, guid); }
private void setGUID(bool setTB, UInt32 guid) { if (setTB) { this.tbGUID.Text = "0x" + SimPe.Helper.HexString(guid); } this.tbObjName.Text = (guid == 0) ? BhavWiz.dnStkOb() : BhavWiz.FormatGUID(true, guid); }