ArcGISWindowsPhoneSDK.SymbolRotation.MyInfoWindow_MouseLeftButtonUp C# (CSharp) 메소드

MyInfoWindow_MouseLeftButtonUp() 개인적인 메소드

private MyInfoWindow_MouseLeftButtonUp ( object sender, System e ) : void
sender object
e System
리턴 void
        private void MyInfoWindow_MouseLeftButtonUp(object sender, System.Windows.Input.MouseButtonEventArgs e)
        {
            MyInfoWindow.IsOpen = false;
        }