Example #1
0
        public void ValidateDataSource()
        {
            Poker p = new Poker();

            // Allows null
            p.DoValidateDataSource(null);
        }
Example #2
0
		public void ValidateDataSource () {
			Poker p = new Poker ();
			// Allows null
			p.DoValidateDataSource (null);
		}