Example #1
0
		public ScreenData(String name, String controllerName, BitMobile.Controls.IScreen screen)
		{
			this.Name = name;
            this.ControllerName = controllerName;
			this.Screen = screen;
		}
Example #2
0
 public ScreenData(String name, String controllerName, BitMobile.Controls.IScreen screen)
 {
     this.Name           = name;
     this.ControllerName = controllerName;
     this.Screen         = screen;
 }