Ejemplo n.º 1
0
 static void HandleWorkspaceCreated(object o, WorkspaceCreatedArgs args)
 {
     UpdateViewports();
 }
		void HandleWnckScreenDefaultWorkspaceCreated (object o, WorkspaceCreatedArgs args)
		{
			Update ();
		}	
Ejemplo n.º 3
0
 void HandleWnckScreenDefaultWorkspaceCreated(object o, WorkspaceCreatedArgs args)
 {
     Update();
 }
Ejemplo n.º 4
0
		static void HandleWorkspaceCreated(object o, WorkspaceCreatedArgs args)
		{
			UpdateViewports ();
		}