X-Git-Url: http://git.osdn.jp/view?a=blobdiff_plain;f=test4%2FMainPage.xaml.cs;h=3925f7b678e7bbdf8457e5175c4bc3226413873f;hb=0aaced545d70ae3bd6cdd440e0ce676f6a602761;hp=cfe5cf59faabf07ff1f11f40a203949108cf020d;hpb=0f2c6de1f33621bdcba280810c1d756eb0d6a704;p=psychlops%2Fsilverlight.git diff --git a/test4/MainPage.xaml.cs b/test4/MainPage.xaml.cs index cfe5cf5..3925f7b 100644 --- a/test4/MainPage.xaml.cs +++ b/test4/MainPage.xaml.cs @@ -6,7 +6,7 @@ namespace PsychlopsSilverlight4test { //System.Collections.Generic.IEnumerator main_routine; public System.Windows.Controls.Image master; - public PsychlopsMain main; + public PsychlopsSilverlightApp.PsychlopsMain main; #if DEBUG public System.Windows.Controls.TextBlock DebugConsole; #endif @@ -30,7 +30,7 @@ namespace PsychlopsSilverlight4test //main_routine.DoWork += new System.ComponentModel.DoWorkEventHandler(psychlops_main); //main_routine.RunWorkerAsync(); - main = new PsychlopsMain(); + main = new PsychlopsSilverlightApp.PsychlopsMain(); // Psychlops.AppState.statusBar. Psychlops.Internal.Main.routine = new System.Threading.Thread(main.psychlops_main); Psychlops.Internal.Main.routine.Start(); @@ -49,6 +49,7 @@ namespace PsychlopsSilverlight4test 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();