X-Git-Url: http://git.osdn.jp/view?a=blobdiff_plain;ds=sidebyside;f=test4%2FMainPage.xaml.cs;fp=test4%2FMainPage.xaml.cs;h=5c0b625b7b3cf3cb961461a44075ae17a632da14;hb=97a97a46267462940a24f18ad5bbd0f77006dfd9;hp=3925f7b678e7bbdf8457e5175c4bc3226413873f;hpb=0aaced545d70ae3bd6cdd440e0ce676f6a602761;p=psychlops%2Fsilverlight.git diff --git a/test4/MainPage.xaml.cs b/test4/MainPage.xaml.cs index 3925f7b..5c0b625 100644 --- a/test4/MainPage.xaml.cs +++ b/test4/MainPage.xaml.cs @@ -41,15 +41,6 @@ namespace PsychlopsSilverlight4test //Psychlops.Internal.Main.widgetStack = Controller; AppStatusBar.Text = "Now starting Psychlops environment... please wait a minute"; - - var ur = new System.Uri("Resources/logo.png", System.UriKind.RelativeOrAbsolute); - var bitmap = new System.Windows.Media.Imaging.BitmapImage(ur); - var img = new System.Windows.Controls.Image(); - img.Source = bitmap; - System.Windows.Controls.Canvas.SetLeft(img, 100); - System.Windows.Controls.Canvas.SetTop(img, 100); - LayoutRoot.Children.Add(img); - } protected void getFocusMouseEnter(object sender, System.Windows.Input.MouseEventArgs e) { this.Focus();