/// <summary> /// Go back to Device master form /// </summary> private void GoBack() { ucDevice uc = new ucDevice(userId); Common.GoBack(uc, this); }
private void btnDevice_Click(object sender, EventArgs e) { ucDevice uc = new ucDevice(userId); ShowFunction(uc); }