コード例 #1
0
        public static void Show(FrameworkElement Owner)
        {
            WinAppendProcess wid = new WinAppendProcess(Owner);

            wid.ShowDialog();
            return;
        }
コード例 #2
0
 public static void Show(this FrameworkElement Owner)
 {
     WinAppendProcess.Show(Owner);
 }