Beispiel #1
0
        public static OrderLabelBLL GetInstance()
        {
            if (instance == null)
            {
                instance = new OrderLabelBLL();
            }

            return(instance);
        }
Beispiel #2
0
 public void AddObj(OrderLabel obj)
 {
     OrderLabelBLL.GetInstance().Add(obj);
 }