예제 #1
0
 public void init(ContentManager Content)
 {
     windows = new WindowDefinitions(Content);
     _root   = windows.Frames["home"];
 }
예제 #2
0
 public void init(ContentManager Content)
 {
     windows = new WindowDefinitions(Content);
     _root = windows.Frames["home"];
 }