コード例 #1
0
ファイル: Pharmacy.cs プロジェクト: pafik13/CRMLite-Doctors
 public void SetState(PharmacyState newState)
 {
     State = newState.ToString("G");
 }