コード例 #1
0
ファイル: BaseScreen.cs プロジェクト: k-t/SharpHaven
 void IWidgetHost.DoDragDrop(Drag drag)
 {
     this.drag = drag;
 }