Architect's Log

I'm a Cloud Architect. I'm highly motivated to reduce toils with driving DevOps.

2011-02-17から1日間の記事一覧

アプリケーション内で取得されたトレースデータを一覧表示する

アプリ実行 trace.axdからのレスポンス [詳細の表示]をクリック ソースコード 前回(以下のエントリー)と同じです。 アプリケーション内でトレースデータを出力する - プログラマーな日々

ドラッグで移動可能な領域を実装する

アプリ実行 起動 ドラッグ ソースコード App.xaml <Application x:Class="HelloWorld.App" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" StartupUri="MainWindow.xaml"> </Application> MainWindow.xaml