コード例 #1
0
ファイル: newDateTimePicker.cs プロジェクト: jjg0519/OA
        void windowSelectdateTime_Loaded(object sender, RoutedEventArgs e)
        {
            double height = txtDateTime.ActualHeight;
            double width  = txtDateTime.ActualWidth;

            windowSelectdateTime.SetStartLocation(height, width);
        }