예제 #1
0
파일: Stock.cs 프로젝트: Viktorya1111/Task7
 public void PushCandle(Candle candle)
 {
     Candles.Enqueue(candle);
 }