Path = DS\a\n\Crt\mm\C#\8X\sln\tp\IP\RCh\1398 12 04\0758\RCh\RCh
file name = Form1.cs
codes:
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Windows.Forms;
namespace RCh
{
public partial class Form1 : Form
{
public Form1()
{
InitializeComponent();
}
}
}