Example #1
0
 public static QWER WQER()
 {
     if (_contect == null)
     {
         _contect = new QWER();
     }
     return(_contect);
 }
Example #2
0
 public CreOtcToExl( )
 {
     InitializeComponent();
     DT.ItemsSource = QWER.WQER().Product.ToList();
 }