コード例 #1
0
ファイル: ClilocWindow.xaml.cs プロジェクト: uotools/SpyUO-1
        private static void Clilocs_Changed(DependencyObject d, DependencyPropertyChangedEventArgs e)
        {
            ClilocWindow entry = d as ClilocWindow;

            if (entry != null)
            {
                entry.UpdateClilocs();
            }
        }