コード例 #1
0
ファイル: FrmImp.xaml.cs プロジェクト: zhaoyingju/ccflow
        private void Btn_ImpIntenert_Click_1(object sender, RoutedEventArgs e)
        {
            this.DialogResult = false;
            FrmImpFromInternet im = new FrmImpFromInternet();

            im.HisMainPage = this.HisMainPage;
            im.Show();
        }
コード例 #2
0
ファイル: FrmImp.xaml.cs プロジェクト: zhaoyingju/ccflow
        private void Btn_ImpIntenert_Click(object sender, RoutedEventArgs e)
        {
            FrmImpFromInternet im = new FrmImpFromInternet();

            im.Show();
        }