|
@@ -132,12 +132,12 @@ namespace AwInitilizer.Procedure
|
|
|
string btn, btnLang, imgUrl;
|
|
|
switch (testType)
|
|
|
{
|
|
|
- case 0:
|
|
|
+ case 1:
|
|
|
btn = "Green Button";
|
|
|
btnLang = (string)Application.Current.FindResource("BtnPressGreenBtn");
|
|
|
imgUrl = "pack://application:,,,/AwInitilizer;component/Image/Green.png";
|
|
|
break;
|
|
|
- case 1:
|
|
|
+ case 0:
|
|
|
btn = "Blue Button";
|
|
|
btnLang = (string)Application.Current.FindResource("BtnPressBlueBtn");
|
|
|
imgUrl = "pack://application:,,,/AwInitilizer;component/Image/Blue.png";
|