예제 #1
0
		public ElementFlow ()
		{
			SetupCommands();
			Layout = new CoverFlow();
		}
 public ElementFlow()
 {
     SetupCommands();
     Layout = new CoverFlow();
 }
예제 #3
0
        public ElementFlow()
        {
            LoadViewport();
            SetupEventHandlers();

            CurrentView = new CoverFlow();
        }