├── App.xaml ├── App.xaml.cs ├── Assets ├── Clock.png ├── Play_Def.png ├── Play_Start.png ├── Play_Stop.png ├── shutdown_def.png └── shutdown_mo.png ├── Fonts └── Roboto-Black.ttf ├── LICENSE ├── MainWindow.xaml ├── MainWindow.xaml.cs ├── README.md └── Source Code └── Circular Progress Bar App.rar /App.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CSharpDesignPro/WPF---Circular-Progress-Bar-/HEAD/App.xaml -------------------------------------------------------------------------------- /App.xaml.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CSharpDesignPro/WPF---Circular-Progress-Bar-/HEAD/App.xaml.cs -------------------------------------------------------------------------------- /Assets/Clock.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CSharpDesignPro/WPF---Circular-Progress-Bar-/HEAD/Assets/Clock.png -------------------------------------------------------------------------------- /Assets/Play_Def.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CSharpDesignPro/WPF---Circular-Progress-Bar-/HEAD/Assets/Play_Def.png -------------------------------------------------------------------------------- /Assets/Play_Start.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CSharpDesignPro/WPF---Circular-Progress-Bar-/HEAD/Assets/Play_Start.png -------------------------------------------------------------------------------- /Assets/Play_Stop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CSharpDesignPro/WPF---Circular-Progress-Bar-/HEAD/Assets/Play_Stop.png -------------------------------------------------------------------------------- /Assets/shutdown_def.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CSharpDesignPro/WPF---Circular-Progress-Bar-/HEAD/Assets/shutdown_def.png -------------------------------------------------------------------------------- /Assets/shutdown_mo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CSharpDesignPro/WPF---Circular-Progress-Bar-/HEAD/Assets/shutdown_mo.png -------------------------------------------------------------------------------- /Fonts/Roboto-Black.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CSharpDesignPro/WPF---Circular-Progress-Bar-/HEAD/Fonts/Roboto-Black.ttf -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CSharpDesignPro/WPF---Circular-Progress-Bar-/HEAD/LICENSE -------------------------------------------------------------------------------- /MainWindow.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CSharpDesignPro/WPF---Circular-Progress-Bar-/HEAD/MainWindow.xaml -------------------------------------------------------------------------------- /MainWindow.xaml.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CSharpDesignPro/WPF---Circular-Progress-Bar-/HEAD/MainWindow.xaml.cs -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CSharpDesignPro/WPF---Circular-Progress-Bar-/HEAD/README.md -------------------------------------------------------------------------------- /Source Code/Circular Progress Bar App.rar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CSharpDesignPro/WPF---Circular-Progress-Bar-/HEAD/Source Code/Circular Progress Bar App.rar --------------------------------------------------------------------------------