Skip to content

Instantly share code, notes, and snippets.

View chugh97's full-sized avatar

Shaleen Chugh chugh97

  • Newcastle Upon Tyne
View GitHub Profile
@chugh97
chugh97 / drag-drop-wpf.cs
Created December 22, 2015 17:25 — forked from cabrel/drag-drop-wpf.cs
Drag & Drop in C# w/ WPF
// WPF Canvas Object
// Canvas LayoutCanvas;
//
// Events Required
//
// Canvas_PreviewMouseLeftButtonDown
// Canvas_PreviewMouseMove
// Canvas_PreviewMouseLeftButtonUp
// Parent_PreviewKeyDown
//
format = mock("format")
format.should_receive(:json).and_return("this text")
controller.should_receive(:respond_to).and_yield(format)
get 'path/to/file', :format => 'json'