예제 #1
0
 /// <summary>
 ///
 /// </summary>
 /// <param name="newItem"></param>
 /// <param name="title"></param>
 /// <param name="productList"></param>
 public Dialog(InvoiceItem newItem, string title, ProductList productList)
     : this(newItem, title, productList, 0)
 {
 }
예제 #2
0
 /// <summary>
 ///
 /// </summary>
 public Dialog(ProductList productList)
     : this(null, "Add Fields", productList)
 {
 }
예제 #3
0
 public FrmEdit(ProductList productList)
     : this(null, "Add Item", productList)
 {
 }
예제 #4
0
 public FrmEdit(InvoiceItem newItem, string title, ProductList productList)
     : this(newItem, title, productList, 0)
 {
 }
예제 #5
0
 /// <summary>
 ///
 /// </summary>
 public Dialog(ProductList productList)
     : this(null, "Add Item", productList)
 {
 }