BugzillaInterface.Query.TestLoggedInStuff C# (CSharp) Method

TestLoggedInStuff() public method

public TestLoggedInStuff ( ) : void
return void
        public void TestLoggedInStuff()
        {
            foreach (BugReport bug in Bugs) {
                Console.WriteLine (bug.ToString ());
            }
        }