The private thread

  • Thread starter Thread starter wwjd_kilden
  • Start date Start date
  • Christian Chat is a moderated online Christian community allowing Christians around the world to fellowship with each other in real time chat via webcam, voice, and text, with the Christian Chat app. You can also start or participate in a Bible-based discussion here in the Christian Chat Forums, where members can also share with each other their own videos, pictures, or favorite Christian music.

    If you are a Christian and need encouragement and fellowship, we're here for you! If you are not a Christian but interested in knowing more about Jesus our Lord, you're also welcome! Want to know what the Bible says, and how you can apply it to your life? Join us!

    To make new Christian friends now around the world, click here to join Christian Chat.
yup.
The best gifts are when kids come with a flower or small stone , or a drawing you cannot fathom what is supposed to picture :D
 
Oh I got too many of those now and I don't like guessing what the drawings are because they make an upset face if I get it wrong :( I have a few rocks but I try to convince them not to give me the rock if they'll just want to take it again later. Otherwise the school projects kids make are pretty cool the masks or jars or paintings.

My niece used to draw potato people with stick arms, she was girly little girl and her princesses were potato shaped princess drawings :P
 
I was gone too and I misbehaved while I was gone and even took 3 extra days off work and my managers never knew.
 
I'm hungry, is anybody else?? I think there's lasagna ingredients in the kitchen.
 
using System;

namespace Something{
public partial class MyClass{

public void MyClass() {

InitializeComponent();
}

private void someMethod(){

Console.WriteLine("Do stuff");
}
}}