|
|
@@ -41,8 +41,8 @@ namespace HKCardOUT.Views |
|
|
|
if (BindScreen != -1) |
|
|
|
{ |
|
|
|
int[] NotchNum = new int[2]; |
|
|
|
if (bindScreen == 0) { NotchNum[0] = 1; NotchNum[1] = 2; } |
|
|
|
if (bindScreen == 1) { NotchNum[0] = 5; NotchNum[1] = 6; } |
|
|
|
if (bindScreen == 1) { NotchNum[0] = 1; NotchNum[1] = 2; } |
|
|
|
if (bindScreen == 0) { NotchNum[0] = 5; NotchNum[1] = 6; } |
|
|
|
if (bindScreen == 2) { NotchNum[0] = 3; NotchNum[1] = 4; } |
|
|
|
(this.DataContext as AdWindowViewModel).InitData(NotchNum); |
|
|
|
|
|
|
@@ -62,7 +62,7 @@ namespace HKCardOUT.Views |
|
|
|
} |
|
|
|
InitView2(input); |
|
|
|
|
|
|
|
InitControl(); |
|
|
|
//InitControl(); |
|
|
|
}; |
|
|
|
this.Closed += (sender, ev) => |
|
|
|
{ |
|
|
|