ChangeColor() public méthode

public ChangeColor ( ) : Task
Résultat Task
Exemple #1
0
        private async void Me_MouseDown(object sender, MouseButtonEventArgs e)
        {
            TabBar tb = this.FindParent <TabBar>();

            tb.SelectTab(this);

            if (form.GetType() == typeof(TabView))
            {
                TabView tv = (form as TabView);
                await tv.ChangeColor();
            }
        }