├── App.xaml
├── Assets
├── Devices_Image.png
├── analytics_icon.png
├── calendar_icon.png
├── categories_icon.png
├── close_menu_def.png
├── close_menu_mo.png
├── dashboard_icon.png
├── delivery_icon.png
├── discount_icon.png
├── hamburger_icon.png
├── hamburger_mo.png
├── line_chart.png
├── max_def.png
├── max_mo.png
├── order32.png
├── product_icon.png
├── reports_icon.png
├── sales_icon.png
├── shutdown_def.png
├── shutdown_mo.png
├── stats_icon.png
├── stocks_icon.png
└── user_icon.png
├── Converter.cs
├── DataTemplates.xaml
├── Fonts
├── OpenSans-Regular.ttf
├── OpenSans-SemiBold.ttf
├── Raleway-Medium.ttf
├── Raleway-SemiBold.ttf
├── Roboto-Medium.ttf
├── Roboto-Regular.ttf
├── Saira-Regular.ttf
└── Saira-SemiBold.ttf
├── LICENSE
├── MainViewModel.cs
├── MainWindow.xaml
├── README.md
├── RelayCommand.cs
├── Source Code
└── ResponsiveApp.rar
└── Styles.xaml
/App.xaml:
--------------------------------------------------------------------------------
1 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
--------------------------------------------------------------------------------
/Assets/Devices_Image.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSharpDesignPro/WPF---Responsive-UI-Design/dbf40f9dce0165c546f9da5f532098177747b5c9/Assets/Devices_Image.png
--------------------------------------------------------------------------------
/Assets/analytics_icon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSharpDesignPro/WPF---Responsive-UI-Design/dbf40f9dce0165c546f9da5f532098177747b5c9/Assets/analytics_icon.png
--------------------------------------------------------------------------------
/Assets/calendar_icon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSharpDesignPro/WPF---Responsive-UI-Design/dbf40f9dce0165c546f9da5f532098177747b5c9/Assets/calendar_icon.png
--------------------------------------------------------------------------------
/Assets/categories_icon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSharpDesignPro/WPF---Responsive-UI-Design/dbf40f9dce0165c546f9da5f532098177747b5c9/Assets/categories_icon.png
--------------------------------------------------------------------------------
/Assets/close_menu_def.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSharpDesignPro/WPF---Responsive-UI-Design/dbf40f9dce0165c546f9da5f532098177747b5c9/Assets/close_menu_def.png
--------------------------------------------------------------------------------
/Assets/close_menu_mo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSharpDesignPro/WPF---Responsive-UI-Design/dbf40f9dce0165c546f9da5f532098177747b5c9/Assets/close_menu_mo.png
--------------------------------------------------------------------------------
/Assets/dashboard_icon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSharpDesignPro/WPF---Responsive-UI-Design/dbf40f9dce0165c546f9da5f532098177747b5c9/Assets/dashboard_icon.png
--------------------------------------------------------------------------------
/Assets/delivery_icon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSharpDesignPro/WPF---Responsive-UI-Design/dbf40f9dce0165c546f9da5f532098177747b5c9/Assets/delivery_icon.png
--------------------------------------------------------------------------------
/Assets/discount_icon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSharpDesignPro/WPF---Responsive-UI-Design/dbf40f9dce0165c546f9da5f532098177747b5c9/Assets/discount_icon.png
--------------------------------------------------------------------------------
/Assets/hamburger_icon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSharpDesignPro/WPF---Responsive-UI-Design/dbf40f9dce0165c546f9da5f532098177747b5c9/Assets/hamburger_icon.png
--------------------------------------------------------------------------------
/Assets/hamburger_mo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSharpDesignPro/WPF---Responsive-UI-Design/dbf40f9dce0165c546f9da5f532098177747b5c9/Assets/hamburger_mo.png
--------------------------------------------------------------------------------
/Assets/line_chart.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSharpDesignPro/WPF---Responsive-UI-Design/dbf40f9dce0165c546f9da5f532098177747b5c9/Assets/line_chart.png
--------------------------------------------------------------------------------
/Assets/max_def.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSharpDesignPro/WPF---Responsive-UI-Design/dbf40f9dce0165c546f9da5f532098177747b5c9/Assets/max_def.png
--------------------------------------------------------------------------------
/Assets/max_mo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSharpDesignPro/WPF---Responsive-UI-Design/dbf40f9dce0165c546f9da5f532098177747b5c9/Assets/max_mo.png
--------------------------------------------------------------------------------
/Assets/order32.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSharpDesignPro/WPF---Responsive-UI-Design/dbf40f9dce0165c546f9da5f532098177747b5c9/Assets/order32.png
--------------------------------------------------------------------------------
/Assets/product_icon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSharpDesignPro/WPF---Responsive-UI-Design/dbf40f9dce0165c546f9da5f532098177747b5c9/Assets/product_icon.png
--------------------------------------------------------------------------------
/Assets/reports_icon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSharpDesignPro/WPF---Responsive-UI-Design/dbf40f9dce0165c546f9da5f532098177747b5c9/Assets/reports_icon.png
--------------------------------------------------------------------------------
/Assets/sales_icon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSharpDesignPro/WPF---Responsive-UI-Design/dbf40f9dce0165c546f9da5f532098177747b5c9/Assets/sales_icon.png
--------------------------------------------------------------------------------
/Assets/shutdown_def.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSharpDesignPro/WPF---Responsive-UI-Design/dbf40f9dce0165c546f9da5f532098177747b5c9/Assets/shutdown_def.png
--------------------------------------------------------------------------------
/Assets/shutdown_mo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSharpDesignPro/WPF---Responsive-UI-Design/dbf40f9dce0165c546f9da5f532098177747b5c9/Assets/shutdown_mo.png
--------------------------------------------------------------------------------
/Assets/stats_icon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSharpDesignPro/WPF---Responsive-UI-Design/dbf40f9dce0165c546f9da5f532098177747b5c9/Assets/stats_icon.png
--------------------------------------------------------------------------------
/Assets/stocks_icon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSharpDesignPro/WPF---Responsive-UI-Design/dbf40f9dce0165c546f9da5f532098177747b5c9/Assets/stocks_icon.png
--------------------------------------------------------------------------------
/Assets/user_icon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSharpDesignPro/WPF---Responsive-UI-Design/dbf40f9dce0165c546f9da5f532098177747b5c9/Assets/user_icon.png
--------------------------------------------------------------------------------
/Converter.cs:
--------------------------------------------------------------------------------
1 | ///
2 | /// Author : R. Arun Mutharasu
3 | /// Created :25-01-2022
4 | /// YouTube Channel : C# Design Pro
5 | ///
6 |
7 | using System;
8 | using System.Globalization;
9 | using System.Windows.Data;
10 |
11 | namespace ResponsiveApp.Helper
12 | {
13 | // IsLessThanConverter //
14 | public class IsLessThanConverter : IValueConverter
15 | {
16 | public static readonly IValueConverter Instance = new IsLessThanConverter();
17 |
18 | public object Convert(object value, Type targetType, object parameter, CultureInfo culture)
19 | {
20 | double doubleValue = System.Convert.ToDouble(value);
21 | double compareToValue = System.Convert.ToDouble(parameter);
22 |
23 | return doubleValue < compareToValue;
24 | }
25 |
26 | public object ConvertBack(object value, Type targetType, object parameter, CultureInfo culture)
27 | {
28 | throw new NotImplementedException();
29 | }
30 | }
31 |
32 | // IsGreaterThanConverter //
33 | public class IsGreaterThanConverter : IValueConverter
34 | {
35 | public static readonly IValueConverter Instance = new IsGreaterThanConverter();
36 |
37 | public object Convert(object value, Type targetType, object parameter, CultureInfo culture)
38 | {
39 | double doubleValue = System.Convert.ToDouble(value);
40 | double compareToValue = System.Convert.ToDouble(parameter);
41 |
42 | return doubleValue > compareToValue;
43 | }
44 |
45 | public object ConvertBack(object value, Type targetType, object parameter, CultureInfo culture)
46 | {
47 | throw new NotImplementedException();
48 | }
49 | }
50 | }
51 |
--------------------------------------------------------------------------------
/DataTemplates.xaml:
--------------------------------------------------------------------------------
1 |
6 |
7 |
9 |
10 |
11 |
12 |
13 |
14 |
17 |
18 |
19 |
20 |
23 |
24 |
26 |
27 |
28 |
29 |
30 |
31 |
35 |
36 |
38 |
39 |
41 |
42 |
43 |
44 |
49 |
50 |
57 |
58 |
66 |
67 |
68 |
69 |
75 |
76 |
82 |
83 |
84 |
85 |
86 |
87 |
88 |
89 |
90 |
94 |
95 |
98 |
99 |
103 |
104 |
105 |
106 |
108 |
110 |
112 |
114 |
115 |
116 |
117 |
118 |
119 |
121 |
123 |
125 |
127 |
128 |
129 |
130 |
131 |
132 |
133 |
134 |
137 |
138 |
139 |
140 |
143 |
144 |
145 |
146 |
149 |
150 |
151 |
152 |
155 |
156 |
157 |
158 |
162 |
163 |
164 |
165 |
168 |
169 |
170 |
171 |
175 |
176 |
177 |
178 |
179 |
180 |
181 |
182 |
183 |
184 |
185 |
186 |
187 |
188 |
191 |
192 |
193 |
194 |
197 |
198 |
200 |
201 |
202 |
203 |
204 |
205 |
209 |
210 |
212 |
213 |
215 |
216 |
217 |
218 |
223 |
224 |
231 |
232 |
240 |
241 |
242 |
243 |
249 |
250 |
251 |
252 |
253 |
254 |
255 |
256 |
261 |
262 |
265 |
266 |
271 |
272 |
273 |
274 |
276 |
278 |
280 |
282 |
285 |
286 |
287 |
288 |
289 |
290 |
292 |
294 |
296 |
298 |
300 |
302 |
303 |
304 |
305 |
306 |
307 |
310 |
311 |
312 |
313 |
316 |
317 |
318 |
319 |
322 |
323 |
324 |
325 |
328 |
329 |
330 |
331 |
335 |
336 |
337 |
338 |
342 |
343 |
344 |
345 |
349 |
350 |
351 |
352 |
353 |
354 |
355 |
356 |
357 |
358 |
359 |
360 |
361 |
362 |
365 |
366 |
367 |
368 |
370 |
371 |
373 |
374 |
375 |
376 |
377 |
378 |
382 |
383 |
385 |
386 |
388 |
389 |
390 |
391 |
398 |
399 |
407 |
408 |
409 |
410 |
416 |
417 |
423 |
424 |
425 |
426 |
427 |
428 |
429 |
430 |
435 |
436 |
439 |
440 |
445 |
446 |
447 |
448 |
450 |
452 |
454 |
456 |
459 |
460 |
461 |
462 |
463 |
464 |
466 |
468 |
470 |
472 |
474 |
476 |
477 |
478 |
479 |
480 |
481 |
484 |
485 |
486 |
487 |
490 |
491 |
492 |
493 |
496 |
497 |
498 |
499 |
502 |
503 |
504 |
505 |
509 |
510 |
511 |
512 |
516 |
517 |
518 |
519 |
523 |
524 |
525 |
526 |
527 |
528 |
529 |
530 |
531 |
532 |
533 |
534 |
535 |
536 |
539 |
540 |
541 |
542 |
544 |
545 |
547 |
548 |
549 |
550 |
551 |
552 |
556 |
557 |
559 |
560 |
562 |
563 |
564 |
565 |
572 |
573 |
581 |
582 |
583 |
584 |
590 |
591 |
597 |
598 |
599 |
600 |
601 |
602 |
603 |
604 |
608 |
609 |
610 |
613 |
614 |
619 |
620 |
621 |
622 |
624 |
626 |
628 |
630 |
631 |
632 |
633 |
634 |
635 |
637 |
639 |
641 |
643 |
645 |
647 |
648 |
649 |
650 |
651 |
652 |
655 |
656 |
657 |
658 |
661 |
662 |
663 |
664 |
667 |
668 |
669 |
670 |
673 |
674 |
675 |
676 |
680 |
681 |
682 |
683 |
687 |
688 |
689 |
690 |
694 |
695 |
696 |
697 |
698 |
699 |
700 |
701 |
702 |
703 |
704 |
705 |
706 |
707 |
710 |
711 |
712 |
713 |
715 |
716 |
718 |
719 |
720 |
721 |
722 |
723 |
727 |
728 |
730 |
731 |
733 |
734 |
735 |
736 |
743 |
744 |
752 |
753 |
754 |
755 |
761 |
762 |
768 |
769 |
770 |
771 |
772 |
773 |
774 |
775 |
779 |
780 |
781 |
784 |
785 |
790 |
791 |
792 |
793 |
795 |
797 |
799 |
801 |
802 |
803 |
804 |
805 |
806 |
808 |
810 |
812 |
814 |
816 |
818 |
819 |
820 |
821 |
822 |
823 |
827 |
828 |
829 |
830 |
834 |
835 |
836 |
837 |
841 |
842 |
843 |
844 |
848 |
849 |
850 |
851 |
855 |
856 |
857 |
858 |
862 |
863 |
864 |
865 |
869 |
870 |
871 |
872 |
873 |
874 |
875 |
876 |
877 |
878 |
879 |
880 |
881 |
882 |
885 |
886 |
887 |
888 |
890 |
891 |
893 |
894 |
895 |
896 |
897 |
898 |
902 |
903 |
905 |
906 |
908 |
909 |
910 |
911 |
918 |
919 |
927 |
928 |
929 |
930 |
936 |
937 |
943 |
944 |
945 |
946 |
947 |
948 |
949 |
950 |
954 |
955 |
958 |
959 |
964 |
965 |
966 |
967 |
969 |
971 |
973 |
975 |
976 |
977 |
978 |
979 |
980 |
982 |
984 |
986 |
988 |
990 |
992 |
993 |
994 |
995 |
996 |
997 |
1001 |
1002 |
1003 |
1004 |
1008 |
1009 |
1010 |
1011 |
1015 |
1016 |
1017 |
1018 |
1022 |
1023 |
1024 |
1025 |
1029 |
1030 |
1031 |
1032 |
1036 |
1037 |
1038 |
1039 |
1043 |
1044 |
1045 |
1046 |
1047 |
1048 |
1049 |
1050 |
1051 |
1052 |
1053 |
--------------------------------------------------------------------------------
/Fonts/OpenSans-Regular.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSharpDesignPro/WPF---Responsive-UI-Design/dbf40f9dce0165c546f9da5f532098177747b5c9/Fonts/OpenSans-Regular.ttf
--------------------------------------------------------------------------------
/Fonts/OpenSans-SemiBold.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSharpDesignPro/WPF---Responsive-UI-Design/dbf40f9dce0165c546f9da5f532098177747b5c9/Fonts/OpenSans-SemiBold.ttf
--------------------------------------------------------------------------------
/Fonts/Raleway-Medium.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSharpDesignPro/WPF---Responsive-UI-Design/dbf40f9dce0165c546f9da5f532098177747b5c9/Fonts/Raleway-Medium.ttf
--------------------------------------------------------------------------------
/Fonts/Raleway-SemiBold.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSharpDesignPro/WPF---Responsive-UI-Design/dbf40f9dce0165c546f9da5f532098177747b5c9/Fonts/Raleway-SemiBold.ttf
--------------------------------------------------------------------------------
/Fonts/Roboto-Medium.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSharpDesignPro/WPF---Responsive-UI-Design/dbf40f9dce0165c546f9da5f532098177747b5c9/Fonts/Roboto-Medium.ttf
--------------------------------------------------------------------------------
/Fonts/Roboto-Regular.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSharpDesignPro/WPF---Responsive-UI-Design/dbf40f9dce0165c546f9da5f532098177747b5c9/Fonts/Roboto-Regular.ttf
--------------------------------------------------------------------------------
/Fonts/Saira-Regular.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSharpDesignPro/WPF---Responsive-UI-Design/dbf40f9dce0165c546f9da5f532098177747b5c9/Fonts/Saira-Regular.ttf
--------------------------------------------------------------------------------
/Fonts/Saira-SemiBold.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CSharpDesignPro/WPF---Responsive-UI-Design/dbf40f9dce0165c546f9da5f532098177747b5c9/Fonts/Saira-SemiBold.ttf
--------------------------------------------------------------------------------
/LICENSE:
--------------------------------------------------------------------------------
1 | MIT License
2 |
3 | Copyright (c) 2022 Arun Mutharasu
4 |
5 | Permission is hereby granted, free of charge, to any person obtaining a copy
6 | of this software and associated documentation files (the "Software"), to deal
7 | in the Software without restriction, including without limitation the rights
8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9 | copies of the Software, and to permit persons to whom the Software is
10 | furnished to do so, subject to the following conditions:
11 |
12 | The above copyright notice and this permission notice shall be included in all
13 | copies or substantial portions of the Software.
14 |
15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21 | SOFTWARE.
22 |
--------------------------------------------------------------------------------
/MainViewModel.cs:
--------------------------------------------------------------------------------
1 | ///
2 | /// Author : R. Arun Mutharasu
3 | /// Created :25-01-2022
4 | /// YouTube Channel : C# Design Pro
5 | ///
6 |
7 | using System.ComponentModel;
8 | using System.Windows.Input;
9 | using System.Windows;
10 |
11 | namespace ResponsiveApp.ViewModel
12 | {
13 | public class MainViewModel : INotifyPropertyChanged
14 | {
15 | public event PropertyChangedEventHandler PropertyChanged;
16 | private void OnPropertyChanged(string propName)
17 | {
18 | PropertyChanged?.Invoke(this, new PropertyChangedEventArgs(propName));
19 | }
20 |
21 | // Close App
22 | public void CloseApp(object obj)
23 | {
24 | MainWindow win = obj as MainWindow;
25 | win.Close();
26 | }
27 |
28 |
29 | // Close App Command
30 | private ICommand _closeCommand;
31 |
32 | public ICommand CloseAppCommand
33 | {
34 | get
35 | {
36 | if (_closeCommand == null)
37 | {
38 | _closeCommand = new RelayCommand(p => CloseApp(p));
39 | }
40 | return _closeCommand;
41 | }
42 | }
43 |
44 | // Maximize App
45 | public void MaxApp(object obj)
46 | {
47 | MainWindow win = obj as MainWindow;
48 |
49 | if (win.WindowState == WindowState.Normal)
50 | {
51 | win.WindowState = WindowState.Maximized;
52 | }
53 | else if (win.WindowState == WindowState.Maximized)
54 | {
55 | win.WindowState = WindowState.Normal;
56 | }
57 | }
58 |
59 | // Maximize App Command
60 | private ICommand _maxCommand;
61 | public ICommand MaxAppCommand
62 | {
63 | get
64 | {
65 | if (_maxCommand == null)
66 | {
67 | _maxCommand = new RelayCommand(p => MaxApp(p));
68 | }
69 | return _maxCommand;
70 | }
71 | }
72 |
73 | public MainViewModel()
74 | {
75 | // Set SideMenu Visibility
76 | IsPanelVisible = false;
77 | }
78 |
79 | // Close Menu
80 | public void CloseMenu()
81 | {
82 | IsPanelVisible = false;
83 | }
84 |
85 | // Show Menu
86 | public void ShowMenu()
87 | {
88 | IsPanelVisible = true;
89 | }
90 |
91 | // Show Menu Command
92 | private ICommand _showMenuCommand;
93 |
94 | public ICommand ShowMenuCommand
95 | {
96 | get
97 | {
98 | if (_showMenuCommand == null)
99 | {
100 | _showMenuCommand = new RelayCommand(p => ShowMenu());
101 | }
102 | return _showMenuCommand;
103 | }
104 | }
105 |
106 |
107 | // Close Menu Command
108 | private ICommand _closeMenuCommand;
109 |
110 | public ICommand CloseMenuCommand
111 | {
112 | get
113 | {
114 | if (_closeMenuCommand == null)
115 | {
116 | _closeMenuCommand = new RelayCommand(p => CloseMenu());
117 | }
118 | return _closeMenuCommand;
119 | }
120 | }
121 |
122 | private bool _isPanelVisible;
123 | public bool IsPanelVisible
124 | {
125 | get
126 | {
127 | return _isPanelVisible;
128 | }
129 | set
130 | {
131 | _isPanelVisible = value;
132 | OnPropertyChanged("IsPanelVisible");
133 | }
134 | }
135 | }
136 | }
137 |
--------------------------------------------------------------------------------
/MainWindow.xaml:
--------------------------------------------------------------------------------
1 |
6 |
7 |
25 |
26 |
27 |
28 |
29 |
30 |
31 |
32 |
33 |
34 |
35 |
36 |
40 |
41 |
42 |
43 |
44 |
45 |
46 |
47 |
109 |
110 |
111 |
112 |
113 |
114 |
115 |
116 |
118 |
119 |
120 |
121 |
127 |
128 |
129 |
130 |
131 |
132 |
133 |
134 |
137 |
138 |
139 |
140 |
141 |
--------------------------------------------------------------------------------
/README.md:
--------------------------------------------------------------------------------
1 | # WPF - Responsive UI Design
2 |
3 | YouTube Video Tutorial
4 |
5 | [](https://www.youtube.com/watch?v=EfXz4C5cSVI)
6 |
7 | Icon Credits : https://icons8.com/icons
8 |
--------------------------------------------------------------------------------
/RelayCommand.cs:
--------------------------------------------------------------------------------
1 | using System;
2 | using System.Collections.Generic;
3 | using System.Linq;
4 | using System.Text;
5 | using System.Threading.Tasks;
6 | using System.Windows.Input;
7 |
8 | namespace ResponsiveApp.ViewModel
9 | {
10 | public class RelayCommand : ICommand
11 | {
12 | private Action