コード例 #1
0
        public static void Show(FrameworkElement Owner, string ep, string pathLocal, string pathRemote, string toDir)
        {
            WidCompareList wid = new WidCompareList(ep, pathLocal, pathRemote, toDir);

            wid.ShowDialog();
            return;
        }
コード例 #2
0
 public static void Show(this FrameworkElement Owner, string ep, string pathLocal, string pathRemote, string toDir)
 {
     WidCompareList.Show(Owner, ep, pathLocal, pathRemote, toDir);
 }