private void _Main_P_RightHandUp(object sender, EventArgs e) { membershipControl = new ReadMembership(); this._Global_C_RemoveControl(MainPageControl); MainPageControl.Dispose(); MainPageControl = null; this._Global_C_AddControl(membershipControl); _Membership_Initialize(); }
private void _Main_P_RightHandUp(object sender, RoutedEventArgs e) { barcodeControl = new ReadBarcode(); this._Global_C_RemoveControl(MainPageControl); MainPageControl.Dispose(); MainPageControl = null; this._Global_C_AddControl(barcodeControl); _Barcode_Initialize(); }