コード例 #1
0
ファイル: ItemAlerts.cs プロジェクト: ranthilina99/Sarasi_HMS
 public static ItemAlerts getInstance()
 {
     if (uniqueInstance == null)
     {
         uniqueInstance = new ItemAlerts();
     }
     return(uniqueInstance);
 }
コード例 #2
0
        private void btnFoodAlerts2_Click(object sender, EventArgs e)
        {
            ItemAlerts it = ItemAlerts.getInstance();

            it.refreshExpiredItemsTable();
            it.Show();
            this.Hide();
        }