View 以Diaglog 方式展示

OutAdmissionBookingEditor admissionBookingEditor = this.LayoutManager.OpenDialog<OutAdmissionBookingEditor>
                        (
                        this.GetResourceText("ResAdmissionBooking"),
                        null, this.ActualWidth * 0.7,
                        new object[] { "modification", res[0], this.functionId }
                        );
原文地址:https://www.cnblogs.com/quietwalk/p/3540309.html