C# Class MoveToDesktop.App

Interaction logic for App.xaml
Inheritance: System.Windows.Application
Show file Open project: Eun/MoveToDesktop

Public Methods

Method Description
App ( ) : System

Private Methods

Method Description
PostMessage ( IntPtr hwnd, int msg, IntPtr wparam, IntPtr lparam ) : bool
RegisterWindowMessage ( string message ) : int
RunCommand ( System.Windows.Forms.Command command ) : void
ShowWindow ( ) : void
WndProc ( IntPtr hwnd, int msg, IntPtr wParam, IntPtr lParam, bool &handled ) : IntPtr

Method Details

App() public method

public App ( ) : System
return System