C# 클래스 pointofsale_application.EditInventory

Interaction logic for EditInventory.xaml
상속: Window
파일 보기 프로젝트 열기: danigirl244/POSSystem 1 사용 예제들

공개 메소드들

메소드 설명
EditInventory ( List Inventory ) : System
FillItemColumn ( List Inventory ) : void

비공개 메소드들

메소드 설명
AddProduct_Click ( object sender, RoutedEventArgs e ) : void
Btn_Click ( String s, List Inventory ) : void
TextBox_GotFocus ( object sender, RoutedEventArgs e ) : void

메소드 상세

EditInventory() 공개 메소드

public EditInventory ( List Inventory ) : System
Inventory List
리턴 System

FillItemColumn() 공개 메소드

public FillItemColumn ( List Inventory ) : void
Inventory List
리턴 void