EgtCAM5 :
- Migliorie varie.
This commit is contained in:
+2
-1
@@ -11,7 +11,8 @@
|
||||
<Button Content="New Positioning" Command="{Binding NewPositioningCommand}" Height="40"/>
|
||||
<Button Content="Cancel Operation" Command="{Binding CancelOperationCommand}" Height="40"/>
|
||||
</UniformGrid>
|
||||
<ListBox ItemsSource="{Binding OperationList}" SelectedItem="{Binding SelectedOperation}">
|
||||
<ListBox ItemsSource="{Binding OperationList}" SelectedItem="{Binding SelectedOperation}"
|
||||
MaxHeight="400">
|
||||
<ListBox.ItemTemplate>
|
||||
<DataTemplate>
|
||||
<Grid>
|
||||
|
||||
+1
@@ -143,6 +143,7 @@ Namespace EgtCAM5
|
||||
#End Region ' Commands
|
||||
|
||||
Private Sub LoadOperationList()
|
||||
OperationList.Clear()
|
||||
Dim Id As Integer
|
||||
Dim OpName As String = String.Empty
|
||||
Dim OpType As Integer = 0
|
||||
|
||||
Reference in New Issue
Block a user