예제 #1
0
        public MainWindow()
        {
            bl = new BL.BL_Impl();

            InitializeComponent();
        }
예제 #2
0
 public void Show(BL.BL_Impl bl)
 {
     this.bl = bl;
     this.Show();
 }