예제 #1
0
        /// <summary>
        /// Listen
        /// </summary>
        private void pbLists_Click(object sender, RoutedEventArgs e)
        {
            // Load the list initial view
            // Simple Page with tabs
            // The toolbar must be built in the pLists.cs file itself

            Cursor = Cursors.Wait;
            KPage pageLists = new KöTaf.WPFApplication.Views.Lists.pLists();

            Cursor = Cursors.Arrow;
        }
예제 #2
0
        /// <summary>
        /// Listen
        /// </summary>
        private void pbLists_Click(object sender, RoutedEventArgs e)
        {
            // Load the list initial view
            // Simple Page with tabs
            // The toolbar must be built in the pLists.cs file itself

            Cursor = Cursors.Wait;
            KPage pageLists = new KöTaf.WPFApplication.Views.Lists.pLists();
            Cursor = Cursors.Arrow;
        }